[FFmpeg-user] hls and input http stream changes problem

andrei ka andrei.k.gml at gmail.com
Tue Feb 18 11:33:24 EET 2020


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 <hajek67 at gmail.com> wrote:

> pá 14. 2. 2020 v 16:57 odesílatel Ted Park <kumowoon1025 at gmail.com>
> 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
> > ffmpeg-user at ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list