rtmp-stream: Log when user stops the stream
This commit is contained in:
parent
697acbb4d5
commit
0b398cfad9
@ -235,6 +235,8 @@ static void *send_thread(void *data)
|
||||
if (disconnected) {
|
||||
info("Disconnected from %s", stream->path.array);
|
||||
free_packets(stream);
|
||||
} else {
|
||||
info("User stopped the stream");
|
||||
}
|
||||
|
||||
if (os_event_try(stream->stop_event) == EAGAIN) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user