Input m3u8 failing after 1 segment
Added by Chris Nicholaidis over 8 years ago
Looked around and found a way to pipe in an M£U* via FFMPEG for IPTV but getting a problem whereby it stops after the first segment. They start up great but when the first segment ends ffmpeg exits. If you start again it plays again and stops after segment. This affects every m3u8 we're using, it's not a bad source but rather ffmpeg isn't continuing on to the next segment.
Here's an example of an input, is there something I'm missing with ffmpg? This is used in the URL in IPTV mux options as I can't appear to get it to work using the actual pipe bit:
pipe:///usr/bin/ffmpeg -loglevel fatal -i http://sacapunta.eltelon.com/channels/redbulltv/playlist.m3u8 -vcodec copy -acodec copy -f mpegts -tune zerolatency pipe:1
Version 4.09 trusty
Replies (1)
RE: Input m3u8 failing after 1 segment - Added by Chris Nicholaidis over 8 years ago
Set htsp stream to 0 and seems to have sorted it
Cheers for the help people