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.

Gstreamer RTSP server



Hi all,

Our requirement is to display video in HDMI display and stream the same through RTP with RTSP server.

I have compiled RTSP server for Gstreamer and integrated with EZsdk and written a sample application to initialize the RTSP server session. RTP/RTSP streaming is working fine.

Now the issue is I can see video in HDMI display only once any of the client made PLAY request for RTP stream through RTSP server.

I am giving following pipeline to the RTSP server.

"omx_camera input-interface=VIP2_PORTA ! video/x-raw-yuv, format=\(fourcc\)NV12, width=1920, height=1080, framerate=\(fraction\)60/1, buffer-count-requested=10 ! tee name=t ! omx_scaler ! omx_ctrl display-mode=OMX_DC_MODE_1080P_60 ! omx_videosink sync=false t. ! omx_h264enc ! queue ! h264parse !  gstperf ! rtph264pay name=pay0 pt=96 "

I should be able to get video in HDMI display even if nobody request for RTP stream.Please help me to find a solution for this.

Thanks,

Abeesh