how to Stream Camera Capture over IP Address on i.mx8m

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

how to Stream Camera Capture over IP Address on i.mx8m

573 Views
zhanglei2015xx
Contributor II

I'd like to Stream Camera Capture over IP Address on i.mx8m,

refer to 4.14.78 linux user guide:

pastedImage_1.png

but got the error below.

pastedImage_2.png

Could anyone give some direction?  Many thanks.

Labels (1)
0 Kudos
1 Reply

503 Views
igorpadykov
NXP Employee
NXP Employee

Hi felix

one can try with:

gst-launch-1.0 -v udpsrc ! application/x-rtp ! rtph264depay ! vpudec ! kmssink
gst-launch-1.0 -v udpsrc ! application/x-rtp ! rtpjitterbuffer ! rtph264depay !  queue ! vpudec ! queue ! kmssink

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos