[gstreamer-bugs] [Bug 546465] can't play m.youtube.com rtsp streams

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Aug 20 10:32:08 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=546465

  GStreamer | gst-plugins-good | Ver: HEAD CVS

Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|gst-plugins-bad             |gst-plugins-good
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.11




------- Comment #4 from Wim Taymans  2008-08-20 17:32 UTC -------
This fixes setting up the stream over UDP, at least it now negotiates well but
I can't test further as UDP is blocked on the network I'm on.

        * gst/rtsp/Makefile.am:
        * gst/rtsp/gstrtsp.c: (plugin_init):
        * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
        (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
        (_do_init), (gst_rtsp_google_base_init),
        (gst_rtsp_google_class_init), (gst_rtsp_google_init),
        (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
        (gst_rtsp_google_extension_init):
        * gst/rtsp/gstrtspgoogle.h:
        Add google RTSP extension, it can only handle udp and responds with
        unsupported if we do anything else. Fixes #546465.

        * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
        (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
        (gst_rtspsrc_create_transports_string),
        (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
        (gst_rtspsrc_close), (gst_rtspsrc_pause):
        Make transport setup code a bit better using GString.
        Add some more debug.
        Check for closed connections before doing anything on them.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=546465.




More information about the Gstreamer-bugs mailing list