[i.mx6q SABRE ]How to install gst-rtsp-server

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

[i.mx6q SABRE ]How to install gst-rtsp-server

2,792 Views
jimmysu
Contributor II

 

Hello Mr./Mrs.


We are trying to build a rtsp-server by using i.mx6q SABRE with L3.

In order to view the video streamng captured by ov5640 from remote side PC.

But I am stuck on install rtsp-server.



[Develop Environment]

H.W. : Freescale i.MX6q SABRE board  / ov5640_camera

S.W. : L3.0.35_4.0.0_130424_Source / gstreamer-0.10.35 / gst-fsl-plugins-3.0.7


Thanks for your time,


Jimmy Su

Labels (1)
5 Replies

869 Views
jimmysu
Contributor II

Hi Leo

We got the temporary solution according to your replying. Send mpeg4 video camera stream and we can playback it on PC by using VLC player.

@20130904

MPEG4  RTP

root@freescale$> gst-launch -v --gst-debug=2 mfw_v4lsrc fps-n=30 capture-mode=4 ! vpuenc ! rtpmp4vpay send-config=true ! udpsink host=$HOST port=5000 sync=false async=false

$HOST is ip address of destination.

Thanks again,

Jimmy Su

869 Views
YixingKong
Senior Contributor IV

Jimmy

This discussion is closed since no activity. If you still need help, please feel free to reply with an update to this discussion, or create another discussion.

Thanks,

Yixing

0 Kudos

869 Views
YixingKong
Senior Contributor IV

Jimmy

Had your issue got resolved? If yes, we are going to close the discussion in 3 days. If you still need help please feel free to contact Freescale.

Thanks,
Yixing

0 Kudos

869 Views
LeonardoSandova
Specialist I

where are you stuck? is the package present on LTIB? if yes, just select it and compile. Otherwise, create a Yocto image adding the corresponding recipe (OpenEmbedded metadata index - gst-rtsp)

869 Views
jimmysu
Contributor II

Hi Leo

Thanks for replying.

I didn't see any gst-rtsp-server related plugins after build gstreamer-plugins-good and gstreamer-plugins-base on LTIB.

Jimmy Su

0 Kudos