gstreamer rtsp server on "i.MX 8M Quad EVK"

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

gstreamer rtsp server on "i.MX 8M Quad EVK"

1,554 Views
JeunghunLee
Contributor I

HellO

I created an RTSP OS Image 

References URI

https://www.hackster.io/flint-weller/a-first-yocto-build-for-the-nxp-i-mx-8m-quad-evk-02b6a9

 

I doing pahse

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 += "gstreamer1.0-rtsp-server" to the configuration file $yocto_root/build/
conf/local.conf. 

3. Run bitbake for your image to build with gst-rstp-server. 

bitbake imx-image-multimedia

ERROR ) 4.I can't find the test-uri binary in the folder:

$yocto_root/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gstreamer1.0-rtsp-server/
$version/
build/examples/

There is no cortexa9hf-vfp-neon-poky-gnueabi folder

build/tmp/work/build/tmp/work/

 

 

Also 

Is it possible to use Python Pakage?

Spoiler
from gi.repository import GstRtspServer

 

 

 

 

0 Kudos
0 Replies