[Bug 708880] rtspconnection: Not connecting to proxy when specified

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 3 08:58:22 CEST 2013


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

--- Comment #5 from Hans Månsson <hansm at axis.com> 2013-10-03 06:58:18 UTC ---
I'm using the rtspsrc (rtsp over http) to fetch an h264 stream through through.
Pipeline: rtspsrc proxy=192.168.0.1:3128
location="rtsph://00408c1837c4/axis-media/media.amp" ! rtph264depay ! h264parse
! fakesink location=out.mp4

That pipeline works in 1.0 but not 1.2.

Gst 1.2 gives me the following out put:
[snip]
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Progress: (open) Opening Stream
Progress: (connect) Connecting to rtsph://00408c1837c4/axis-media/media.amp
0:00:00.034235076 28208       0xfccde0 ERROR                default
gstrtspconnection.c:688:gst_rtsp_connection_connect: failed to connect: Error
resolving '00408c1837c4': Name or service not known
0:00:00.034285510 28208       0xfccde0 ERROR                rtspsrc
gstrtspsrc.c:3697:gst_rtsp_conninfo_connect:<rtspsrc0> Could not connect to
server. (Generic error)
ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Could not open
resource for reading and writing.
Additional debug info:
gstrtspsrc.c(6168): gst_rtspsrc_retrieve_sdp ():
/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
Failed to connect. (Generic error)
ERROR: pipeline doesn't want to preroll.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
[/snip]

I have tried to set the environment variable http_proxy in front of my
gst-launch and it dose not work either.

-- 
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