Hi,
Does Ezsdk 5.05.02.00 includes gstreamer rtsp server?
Thanks,
Abeesh.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
Does Ezsdk 5.05.02.00 includes gstreamer rtsp server?
Thanks,
Abeesh.
Hello,
In EZSDK you could stream over rtsp/rtp. Check here for examples:
http://processors.wiki.ti.com/index.php/DM81xx_Gstreamer_Pipelines
BR
Margarita
Hi,
I used following pipeline to stream to a particular ip and particular port.
gst-launch omx_camera ! 'video/x-raw-yuv,format=(fourcc)NV12,width=1920,height=1080,framerate=(fraction)30/1' ! omx_h264enc ! queue ! h264parse ! gstperf ! rtph264pay ! udpsink host=192.168.239.108 port=4951 -v
But my requirement is a rtsp server which will stream video once client asked for it.
Thanks,
Abeesh
Hello,
You could check here:
http://processors.wiki.ti.com/index.php/DVSDK_4.x_FAQ#Build_and_Install_GStreamer_RTSP
Notice that this is for DVSDK for dm3x platforms!
BR
Margarita