mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-02-27 04:06:30 +00:00
fix
This commit is contained in:
@@ -127,7 +127,7 @@ void stream_loop(stream_s *stream) {
|
||||
&& !atomic_load(&RUN(video->has_clients))
|
||||
&& (stream->sink == NULL || !stream->sink->has_clients)
|
||||
# ifdef WITH_OMX
|
||||
&& (stream->h264 == NULL || /*stream->h264->sink == NULL ||*/ !stream->h264->sink->has_clients)
|
||||
&& (h264 == NULL || /*h264->sink == NULL ||*/ !h264->sink->has_clients)
|
||||
# endif
|
||||
) {
|
||||
usleep(1000000);
|
||||
|
||||
Reference in New Issue
Block a user