Dennis E. Mungai

Results 63 comments of Dennis E. Mungai

Hello there, Try this: ```sh /usr/bin/ffmpeg -vsync passthrough -async 1 -threads 1 \ -i "udp://239.3.100.54:8000?fifo_size=1000000" \ -filter_complex \ "[0:v]hwupload_cuda=0,yadif_cuda=0:-1:0,fps=fps=30:start_time=0:round=near,split=5[SDv][SDhv][SDqv][HDv][FHDv];[SDv]scale_cuda=-1:576[SDvINT];[SDhv]scale_cuda=-1:480[SDhvINT];[SDqv]scale_cuda=-1:360[SDqvINT];[HDv]scale_cuda=-1:720[HDvINT];[FHDv]scale_cuda=-1:1080[FHDvINT]" \ -g 60 -c:v h264_nvenc -gpu 0 -c:a aac -map [SDvINT]...

How can the "timeout" option be passed to the packager for UDP input? That way, the binary can simply "exit" instead of hanging indefinitely. [FFmpeg's UDP protocol implementation](https://ffmpeg.org/ffmpeg-protocols.html#udp) supports a...