[FFmpeg-user] Set timeout with linux named pipe

张凯 zhangkai.gis at 163.com
Fri Sep 27 04:08:49 EEST 2019



Hi,
      My command is below.
        ffmpeg -y -thread_queue_size 128 -use_wallclock_as_timestamps 1 -f h264 -i test/15210660145/2/vback -thread_queue_size 128 -use_wallclock_as_timestamps 1 -f g726 -ar 8000 -i test/15210660145/2/aback -acodec aac -vcodec copy -f flv rtmp://127.0.0.1:8080/myapp/15210660145_2_back.


    The intput is test/15210660145/2/vback  and test/15210660145/2/aback ,both files are linux named pipe.Now I want to termnial the command when the input has not data come.
    I have tried -stimeout and -timeout it seems not the correct way.


Thanks,
zhangkai
2019/09/27



More information about the ffmpeg-user mailing list