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 ; 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".
