HTTP MPEG-TS
HTTP MPEG-TS works like downloading an infinite file. The server sends a continuous stream of data, and Astra processes it in real-time.
When to use
Section titled “When to use”- Receiving from simple streaming servers that output a single continuous stream
- Working with older equipment designed for this format
- Situations where you need low latency
Advantages
Section titled “Advantages”- Simple setup - just one URL to connect
- Works with basic HTTP servers
- Lower latency compared to HLS
Limitations
Section titled “Limitations”- Sensitive to network interruptions - any connection drop causes immediate playback issues
- No adaptive quality switching
- Less efficient over unstable networks