It's really funny, in my efforts to fix fmp4 on safari, I fixed mpegts instead
It's really funny, in my efforts to fix fmp4 on safari, I fixed mpegts instead
Got me through a couple of interviews back then :)
Got me through a couple of interviews back then :)
using rtspt, it tends to be wildly unstable where mpegts is fine
i'll see if i can grab some proper examples later and throw em in the discord srv, if that helps
using rtspt, it tends to be wildly unstable where mpegts is fine
i'll see if i can grab some proper examples later and throw em in the discord srv, if that helps
So the pipeline is:
ffmpeg source broadcast to multicast address, then I grab that with my application, add Teletext packets to the TS stream and […]
[Original post on furry.engineer]
So the pipeline is:
ffmpeg source broadcast to multicast address, then I grab that with my application, add Teletext packets to the TS stream and […]
[Original post on furry.engineer]
ffmpeg -f hls -i "https://kika-live.ard-mcdn.de/kika/live/hls/de/master1080p5000.m3u8" -f hls -i "https://kika-live.ard-mcdn.de/kika/live/hls/de/masteraudio1.m3u8" -c:v copy -c:a copy -f mpegts - | ffplay -
ffmpeg -f hls -i "https://kika-live.ard-mcdn.de/kika/live/hls/de/master1080p5000.m3u8" -f hls -i "https://kika-live.ard-mcdn.de/kika/live/hls/de/masteraudio1.m3u8" -c:v copy -c:a copy -f mpegts - | ffplay -
5/5