GStreamer pipeline to stream over a network with low latency

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

GStreamer pipeline to stream over a network with low latency

703 Views
vriti
Contributor I

Hello 

I want to stream live recording with low latency to the receiver (i.e Laptop) over network using UDP.

The setup details are as follow

1. OV5640 Omnivision camera with i.MX6 Q processor. 

2. Laptop with OS: Ubuntu 18 and Processor : X86 

I have already referred NXP user guide but it didn't help.

It would be very helpful if you can share the Gstreamer pipeline 

 

Labels (3)
0 Kudos
2 Replies

690 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

One can refers to section 10.2.1. Camera UDP Streaming in i.MX 8 GStreamer User Guide for UDP streaming of camera using Gstreamer in i.MX8 Processors.

Regards

0 Kudos

674 Views
vriti
Contributor I

Hello Bio_TICFSL,

Thank you for the response.

I have referred section 10.2.1 Camera UDP Streaming  in i.MX GStreamer User Guide  but it didn't work.

on the host system (i.e camera with i.MX processor) it supports i.MX processor supported elements but on the receiver side  i.MX processor supported elements doesn't work.

For Example:

on host side imxvpuenc element is used for encoding but  imxvpuenc compatible decoding element imxvpudec doesn't work.

Video source element: v2l4src also doesn't work  instead of v2l4src  imxv2l4videosrc works .

 

0 Kudos