Streaming
Appearance
Table of Contents
[Sticky]
This section provides examples of streaming video over the network using GStreamer on the Dragonwing 9075 EVK platform. The Dragonwing 9075 EVK’s hardware-accelerated video encoding makes it ideal for real-time video streaming, supporting UDP, RTSP, and MoQ streaming methods.
- Shows how to stream video using the udpsink element
- Provides example pipelines for generating and receiving streams over UDP using hardware-accelerated H.264 and H.265 codecs.
- Examples on how to stream from videotestsrc, camera, and file.
- Shows how to stream video using the gst-rtsp-server element
- Shows how to stream using RidgeRun's GStreamer element rtspsink
- Provides example pipelines for generating and receiving streams over RTSP using hardware-accelerated H.264 and H.265 codecs.
- Examples on how to stream from videotestsrc, camera, and file.
- Shows how to stream video using RidgeRun's GStreamer element gst-rrmoq
- Provides example pipelines for generating and receiving streams over MoQ using hardware-accelerated H.264 and H.265 codecs.
- Examples on how to stream from videotestsrc, camera, and file.
- Examples to stream from multiple sources in the same pipeline.