rtmp-stream: Log when user stops the stream

This commit is contained in:
jp9000 2014-07-02 00:24:55 -07:00
parent 697acbb4d5
commit 0b398cfad9

View File

@ -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) {