út 18. 2. 2020 v 10:33 odesílatel andrei ka <[email protected]> napsal:
> and why don't you do it all (almost) in ffmpeg ? make : > 1) ffmpeg playlist input with your several files, transcode it the all to > required resolution / br / gops and stream it to local multicast ; > Because a) I did not know about ffmpeg before (I created the scripts about a year ago) b) When I had found ffmpeg it seemed to me that making loops and streaming with it is impossible. (I need to stream also to HTML5 clients now.) Am I wrong? Michal 2) play that multicast in vlc (or ffplay) if you need visual control ; > 3) repackage that multicast to hls output > > On Mon, Feb 17, 2020 at 8:19 AM Michal Hajek <[email protected]> wrote: > > > pá 14. 2. 2020 v 16:57 odesílatel Ted Park <[email protected]> > > napsal: > > > > > > What parameters make ffmpeg to accept all input streams? > > > > > > Try if adding -f mpegts -merge_pmt_versions 1 before the input works. > > > > > > > It seems to be working, thanks! > > > > Michal > > > > > > > _______________________________________________ > > > ffmpeg-user mailing list > > > [email protected] > > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > > > > > To unsubscribe, visit link above, or email > > > [email protected] with subject "unsubscribe". > > _______________________________________________ > > ffmpeg-user mailing list > > [email protected] > > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > > > To unsubscribe, visit link above, or email > > [email protected] with subject "unsubscribe". > _______________________________________________ > ffmpeg-user mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
