💻 Environment/Context
- FFMPEG
- Wrapper
- Stream
- Live
- .ts
- Transport stream
- HLS
❓ Issue/Question
- I'm wondering if your system is directly capturing the transport stream or rather either transcode the media or rewrap it into a different wrapper
- Does Scoreplay transcode the transport stream or captures it raw?
👌 Resolution/Answer
- Incoming MPEG-TS is remuxed (not transcoded) into .ts chunks (~2s segments) for HLS playback
- Video/audio data stays untouched - same codec, same quality, no re-encoding
- Raw feed is stored as .ts segments on S3
- A single large .ts file of the full recording can also be generated (remuxed)
- At the moment there is no platform button to download the raw stream directly.
- Please reach out to the Support team via the livechat!