GstRtspSink - Advanced examples

From RidgeRun Developer Wiki

Follow Us On Twitter LinkedIn Email Share this page



Previous: Simple Examples Index Next: Dual H264 Video Streaming




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:

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



Previous: Simple Examples Index Next: Dual H264 Video Streaming