Streaming
The NXP i.MX95 Technical Guide documentation from RidgeRun is presently being developed. |
Table of Contents
[Sticky]
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.