imx8qxp imx-yocto-L5.4.70_2.3.0 does support rtsp streaming

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

imx8qxp imx-yocto-L5.4.70_2.3.0 does support rtsp streaming

886 Views
yibhan
Contributor III

Dear NXP,

I have questions for supporting rtsp streaming of camera.

I am using imx-yocto-L5.4.70_2.3.0 and image build is imx-image-full.

And I have checked libgstrtspserver-1.0.so.0 and libgstrtspserver-1.0.so.0.1602.0 in rootfs and sdk.

My question is "Should I still add "gst-variable-rtsp-server" package for rtsp streaming in imx8qxp  in yocto build?"

Please help me if you have an idea.

0 Kudos
4 Replies

871 Views
joanxie
NXP TechSupport
NXP TechSupport

current bsp should support gst-variable-rtsp-server already, could you use it directly?

 

0 Kudos

868 Views
yibhan
Contributor III

Hi, Joanxie

That's what I am asking. When I have use "gst-rtsp-server" directly, I couldn't have succeded rtsp streaming in client side, So, I am asking another way to use "gst-rtsp-server.

 

0 Kudos

867 Views
yibhan
Contributor III

Sorry, mistypo.

So, I am asking another way to use "gst-variable-rtsp-server.

0 Kudos

862 Views
joanxie
NXP TechSupport
NXP TechSupport

the message shows that couldn't find this? try the command like this:
server:

 gst-variable-rtsp-server -p 9001 -u "filesrc location=<filename.mp4> ! qtdemux ! queue ! rtph264pay name=pay0 pt=96"

client:

gst-launch-1.0 rtspsrc location=rtsp://$SERVERIP:9001/stream ! queue ! rtph264depay ! v4l2h264dec ! autovideosink

 

0 Kudos