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
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.
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
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
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
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)
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