GStreamer pipeline to stream over a network with low latency

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

GStreamer pipeline to stream over a network with low latency

1,667 次查看
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 

 

标签 (3)
0 项奖励
回复
2 回复数

1,654 次查看
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 项奖励
回复

1,638 次查看
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 项奖励
回复