<div dir="ltr"><div><div>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?<br>
<br></div>Thank you,<br></div>Chuck<br></div>