Skip to content

Commit df9548b

Browse files
author
Noel Algora
committed
[fix] adding missing notifications on RtspServer.stop() from pull request fyhertz/libstreaming#204
1 parent 6773df6 commit df9548b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/d2d/testing/streaming/rtsp/RtspServer.java

+1
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ public void stop() {
195195
} catch (Exception e) {
196196
} finally {
197197
mListenerThread = null;
198+
postMessage(MESSAGE_STREAMING_STOPPED);
198199
}
199200
}
200201
}

0 commit comments

Comments
 (0)