Streaming

From RidgeRun Developer Wiki





Follow Us On Twitter LinkedIn Email Share this page



Preferred Partner Logo 3



Streaming

This section provides examples of streaming video over the network using GStreamer on the i.MX95 platform. The i.MX95’s hardware-accelerated video encoding makes it ideal for real-time video streaming, supporting both RTSP and UDP streaming methods with H.264 and H.265 formats.

  • RTSP Streaming
    • Demonstrates how to stream video using the rtspsink element, leveraging the i.MX95's hardware-accelerated H.264 and H.265 encoding.
    • Includes example pipelines for generating test video patterns and using RTSP clients to receive and display streams.
  • UDP Streaming
    • Shows how to stream video using the udpsink element, optimized for low-latency transmission on the i.MX95 platform.
    • Provides example pipelines for generating and receiving streams over UDP using hardware-accelerated H.264 and H.265 codecs.

The i.MX95 platform’s robust multimedia capabilities ensure efficient streaming performance, making it ideal for embedded applications requiring real-time video transmission.