GNOME Bugzilla – Bug 612262
block until free space becomes available in the queue.:
Last modified: 2010-08-16 10:12:03 UTC
Set "block" property of appsrc in gst/rtsp-server/rtsp-media.c to TRUE to block gst_app_src_push_buffer() until free space becomes available in the queue.
Created attachment 155622 [details] [review] set block property of appsrc to TRUE.
Why is this? the appsrc is used to take in RTCP packets from the clients when then connect in TCP mode. Blocking this would block the server.
Wim , gst_rtsp_media_stream_rtp() function is not calling !. If it is only for RTCP what is the need of gst_rtsp_media_stream_rtp() ?
(In reply to comment #3) > Wim , gst_rtsp_media_stream_rtp() function is not calling !. If it is only for > RTCP what is the need of gst_rtsp_media_stream_rtp() ? for when we implement the RECORD feature of the server in the future.