It is now possible to define forward destinations for each path configuration. For each destination, the server will create a client that will forward the stream to the intended destination. Supported protocols are RTSP, RTMP, SRT. API and metrics have also been improved to allow monitoring the new forwarding system. --------- Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
22 lines
707 B
Markdown
22 lines
707 B
Markdown
# Read streams
|
|
|
|
Live streams can be read from the server with the following protocols:
|
|
|
|
- [Media-over-QUIC clients](../4-read/01-moq.md)
|
|
- [SRT clients](../4-read/02-srt.md)
|
|
- [WebRTC clients](../4-read/03-webrtc.md)
|
|
- [RTSP clients](../4-read/04-rtsp.md)
|
|
- [RTMP clients](../4-read/05-rtmp.md)
|
|
- [HLS](../4-read/06-hls.md)
|
|
|
|
We provide instructions for reading with the following software:
|
|
|
|
- [Web browsers](../4-read/07-web-browsers.md)
|
|
- [FFmpeg](../4-read/08-ffmpeg.md)
|
|
- [GStreamer](../4-read/09-gstreamer.md)
|
|
- [VLC](../4-read/10-vlc.md)
|
|
- [OBS Studio](../4-read/11-obs-studio.md)
|
|
- [Python and OpenCV](../4-read/12-python-opencv.md)
|
|
- [Golang](../4-read/13-golang.md)
|
|
- [Unity](../4-read/14-unity.md)
|