This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
Transcoding can't exit in ffmpeg transcoding server even if input rtmp streaming was finished broadcasting. #20
Labels
bug
Something isn't working
To Reproduce
ffmpeg -i rtmp://192.168.31.32/stream/xcode -s 4096*2160 -c:a copy -c:v libsvt_hevc -preset 10 -maxrate 4000000 -r 30 -f flv rtmp://192.168.31.31/dash/
Expected behavior
In transcoding server, ffmpeg should exit if the input streaming was finished broadcasting.
The text was updated successfully, but these errors were encountered: