From 6e0855034567eb50e9e2b1d897e6d0f39f10ec4b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 29 Sep 2006 15:37:29 +0000 Subject: gst/rtsp/URLS: Add some more URLs. Original commit message from CVS: * gst/rtsp/URLS: Add some more URLs. * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init), (gst_rtspsrc_init), (gst_rtspsrc_finalize), (gst_rtspsrc_set_property), (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_loop), (gst_rtspsrc_send), (gst_rtspsrc_parse_methods), (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause), (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state): * gst/rtsp/gstrtspsrc.h: Add timeout property to control UDP timeouts. Fix error messages. Also start a loop function when operating in UDP mode so that we can do some more stuff async. Handle element messages from udpsrc to detect timeouts. If a timeout happens we currently generate an error. API: rtspsrc::timeout property. * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_create): Really implement the timeout in microseconds and not milliseconds. --- gst/rtsp/URLS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gst/rtsp/URLS') diff --git a/gst/rtsp/URLS b/gst/rtsp/URLS index bb16ce55..16d5d5a4 100644 --- a/gst/rtsp/URLS +++ b/gst/rtsp/URLS @@ -2,6 +2,7 @@ Some test URLS: SVQ3 video: rtsp://cumulus.creative.auckland.ac.nz/~shado/nelson_iv_512k.mov + rtsp://streamr.hitpops.jp/ngc/mov/m0609.mov ASF (audio/video): rtsp://aod.mylisten.com/aod/8/03/069803_0903135.wma @@ -11,3 +12,7 @@ ASF (audio/video): MP4V-ES/mpeg4-generic(ACC): rtsp://vod.nwec.jp/quicktime/505.mov + rtsp://203.140.68.241:554/hirakataeizou9.mp4 + +REAL: + rtsp://213.254.239.61/farm/*/encoder/tagesschau/live1high.rm -- cgit