Thanks for every one . I got gstreamer libgstreamer-1.0.so .but i need 4 th step explanation can u explain any body.
And how to run gst-rtsp-server on one target board? and another target board.
1. Enable the layer meta-openembedded/meta-multimedia:
Add the line BBLAYERS += "${BSPDIR}/sources/meta-openembedded/meta-multimedia" to the
configuration file $yocto_root/build/conf/bblayers.conf.
2. Include gst-rtsp-server into the image build:
Add the line IMAGE_INSTALL_append += "gst-rtsp-server" to the configuration file $yocto_root/build/
conf/local.conf.
3. Run bitbake for your image to build with gst-rstp-server.
4. You can find the test-uri binary in the folder:
$yocto_root/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gst-rtsp-server/$version/gst-rtsp-server-$version/
examples/.libs/
From the above path how to create .libs in that particular path.
In the above path example folder test-uri.c is available how to create test-uri.Is cross compiled test application?
we cross compiled and copy into the rootfs /usr/bin folder.
5. Flash the image.
Copy test-uri into /usr/bin in the rootfs on your board and assign execute permission to it.
Some information on running the tool is as follows:
• Command:
test-uri $RTSP_URI
For example:
test-uri file:///home/root/temp/TestSource/mp4/1.mp4
But we run test-uri is not run executable binary error showing on target board.
we used poky cross tool chain for yocto setup.
• Server address:
i.MX Linux® User's Guide , Rev. L3.14.28_1.0.0-ga, 04/2015
40
Freescale Semiconductor, Inc.
Multimedia
rtsp://$SERVER_IP:8554/test
For example:
rtsp://10.192.241.106:8554/test
• Client operations supported are Play, Stop, Pause, Resume, and Seek.
Thanks & Regards