GstRtspSink - Advanced examples
The advanced examples section covers the main multi-stream and combined-stream layouts used with GstRtspSink. Use these pages when a single mapping is not enough and you need multiple RTSP endpoints, synchronized audio and video, or multicast combinations.
What these examples cover
The advanced examples show how to publish:
- Two independent video mappings: GstRtspSink - Dual H264 Video Streaming
- A combined audio and video mapping: GstRtspSink - Audio+Video Streaming
- Mixed combined and independent mappings in one pipeline: GstRtspSink - Audio+Video Streaming Plus H264 Single Streaming
- Transport stream based delivery: GstRtspSink - Transport Stream RTSP Streaming
- Multicast: GstRtspSink - Dual Multicast and GstRtspSink - Multicast Audio Video
- Authentication cases: GstRtspSink - Multicast+Authentication
- Live file streaming scenarios: GstRtspSink - Live File Streaming
How to choose the right example
Choose the example based on the published URL design:
- Different clients need different content -> separate mappings
- One client needs synchronized audio and video -> one shared mapping
- Many clients need the same content -> multicast examples
- File-backed or replay use case -> live file streaming
Related pages