[gstreamer-bugs] [Bug 623761] New: [neonhttpsrc] unavailable stream sources lock up the system for 12 minutes

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 7 08:41:39 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=623761
  GStreamer | gst-plugins-base | 0.10.23

           Summary: [neonhttpsrc] unavailable stream sources lock up the
                    system for 12 minutes
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.23
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: andreas.frisch at multimedia-labs.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


GST_DEBUG=*:4 gst-launch-0.10  playbin2 uri=http://cctv.ws/1/ssic01/VH1classic

causes
....
0:00:01.019658000 23718   0x416050 DEBUG                basesrc
gstbasesrc.c:2673:gst_base_src_start:<source> starting source
0:00:01.436213000 23718   0x416050 INFO             neonhttpsrc
gstneonhttpsrc.c:901:gst_neonhttp_src_send_request_and_redirect:<source>
Redirecting to 87.239.230.2
0:03:10.436447000 23718   0x416050 INFO             neonhttpsrc
gstneonhttpsrc.c:901:gst_neonhttp_src_send_request_and_redirect:<source>
Redirecting to 87.239.230.2
0:06:19.436448000 23718   0x416050 INFO             neonhttpsrc
gstneonhttpsrc.c:901:gst_neonhttp_src_send_request_and_redirect:<source>
Redirecting to 87.239.230.2
0:09:28.436442000 23718   0x416050 INFO             neonhttpsrc
gstneonhttpsrc.c:901:gst_neonhttp_src_send_request_and_redirect:<source>
Redirecting to 87.239.230.2
0:12:37.437442000 23718   0x416050 WARN             neonhttpsrc
gstneonhttpsrc.c:904:gst_neonhttp_src_send_request_and_redirect:<source> Will
not redirect, try again with a different URI or redirect location 87.239.230.2
0:12:37.437810000 23718   0x416050 WARN             neonhttpsrc
gstneonhttpsrc.c:603:gst_neonhttp_src_start:<source> error: Could not begin
request: 5
0:12:37.438151000 23718   0x416050 DEBUG            GST_MESSAGE
gstelement.c:1715:gst_element_message_full:<source> start
0:12:37.438905000 23718   0x416050 INFO        GST_ERROR_SYSTEM
gstelement.c:1746:gst_element_message_full:<source> posting message: Could not
open resource for reading.
0:12:37.439336000 23718   0x416050 DEBUG                GST_BUS
gstbus.c:307:gst_bus_post:<bus3> [msg 0x48df48] posting on bus, type error,
GstMessageError, gerror=(GstGError)NULL,
debug=(string)"gstneonhttpsrc.c\(603\):\ gst_neonhttp_src_start\ \(\):\
/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstNeonhttpSrc:source:\012Could\
not\ begin\ request:\ 5"; from source <source>
0:12:37.440281000 23718   0x416050 DEBUG                    bin
gstbin.c:3002:gst_bin_handle_message_func:<uridecodebin0> [msg 0x48df48]
handling child source message of type error
0:12:37.440617000 23718   0x416050 DEBUG                    bin
gstbin.c:3276:gst_bin_handle_message_func:<uridecodebin0> posting message
upward
0:12:37.440892000 23718   0x416050 DEBUG                GST_BUS
gstbus.c:307:gst_bus_post:<bus0> [msg 0x48df48] posting on bus, type error,
GstMessageError, gerror=(GstGError)NULL,
debug=(string)"gstneonhttpsrc.c\(603\):\ gst_neonhttp_src_start\ \(\):\
/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstNeonhttpSrc:source:\012Could\
not\ begin\ request:\ 5"; from source <source>
0:12:37.441464000 23718   0x416050 DEBUG                    bin
gstbin.c:3002:gst_bin_handle_message_func:<playbin20> [msg 0x48df48] handling
child source message of type error
0:12:37.441752000 23718   0x416050 DEBUG                    bin
gstbin.c:3276:gst_bin_handle_message_func:<playbin20> posting message upward
0:12:37.442022000 23718   0x416050 DEBUG                GST_BUS
gstbus.c:307:gst_bus_post:<bus1> [msg 0x48df48] posting on bus, type error,
GstMessageError, gerror=(GstGError)NULL,
debug=(string)"gstneonhttpsrc.c\(603\):\ gst_neonhttp_src_start\ \(\):\
/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstNeonhttpSrc:source:\012Could\
not\ begin\ request:\ 5"; from source <source>
0:12:37.442557000 23718   0x416050 DEBUG                GST_BUS
gstbus.c:337:gst_bus_post:<bus1> [msg 0x48df48] pushing on async queue
0:12:37.442842000 23718   0x416050 DEBUG                GST_BUS
gstbus.c:342:gst_bus_post:<bus1> [msg 0x48df48] pushed on async queue
0:12:37.443128000 23718   0x416050 DEBUG                GST_BUS
gstbus.c:333:gst_bus_post:<bus0> [msg 0x48df48] dropped
0:12:37.443427000 23718   0x416050 DEBUG                GST_BUS
gstbus.c:333:gst_bus_post:<bus3> [msg 0x48df48] dropped
0:12:37.443701000 23718   0x416050 INFO        GST_ERROR_SYSTEM
gstelement.c:1769:gst_element_message_full:<source> posted error message: Could
not open resource for reading.
...

setting the automatic-redirect property to false is not possible because we're
actually working with playbin2

using souphttpsrc is not an option either because we have very limited
resources on the embedded system

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list