another RTSP server problem

Chuck Crisler ccrisler at mutualink.net
Mon Aug 5 11:23:35 PDT 2013


My RTSP server pipeline simply accepts and relays RTP. For initial testing
I have hard-coded caps that correspond to my input stream so that the
pipeline should be able to work. It is a live source so it doesn't need to
preroll. The problem du jour is that element multiudpsink0 is trying to
asynchronously change state from PAUSED to PLAYING but that never seems to
complete. As a result, the call to gst_rtsp_media_get_status() times out
(g_cond_timed_wait() times out after 20 seconds) and the pipeline shuts
down. I assume that this element is the one to send the media RTP to the
client and element 1 is for the RTCP. Does anyone know what action or event
triggers a multiudpsink to transition to the PLAYING state?

Thank you,
Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130805/5ccfe8d1/attachment-0001.html>


More information about the gstreamer-devel mailing list