#mpegts
an fmp4 stream vod: grayhaze.live/did:web:huge...

It's really funny, in my efforts to fix fmp4 on safari, I fixed mpegts instead
December 10, 2024 at 7:57 PM
Yeah same. Fun times of playing with JS-based video parsing and muxing in the early days of JS just getting powerful enough. github.com/RReverser/mp...

Got me through a couple of interviews back then :)
GitHub - RReverser/mpegts: Javascript HTTP Live Streaming realtime converter and player
Javascript HTTP Live Streaming realtime converter and player - RReverser/mpegts
github.com
May 14, 2026 at 9:45 PM
ffmpegの-fオプションをmpegtsからmp4にして解決。なんでさ…
January 19, 2024 at 10:35 AM
i follow the same OBS setup provided from the wiki, only change is setting track-1's bitrate to 800 within the output > audio tab

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
July 1, 2025 at 11:18 AM
A bit hacky solution, but I got my custom Teletext into mpegts via multicast injected :blobfoxhappymlem:

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]
June 30, 2026 at 8:06 PM
srt stream to the Nobara machine. Failure. I look around and find that the OBS media source/ the packaged ffmpeg on Linux, does not support srt listening. Odd decision but ok, I install ffmpeg and manually run an srt listener that relays the input to a local UDP output as mpegts. Same error.
June 16, 2026 at 1:23 PM
Suddenly I want to use my Android TV, now that I have working casting. Had to convert MPEGTS streams for my TV, but still!
December 10, 2025 at 4:51 AM
BERND IS AUF SENDUNG ​:cute:​

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 -
June 4, 2025 at 8:15 PM