[Bug 636967] [rtspsrc] can't connect to camera

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 25 07:54:17 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=636967
  GStreamer | gst-plugins-good | 0.10.26

frankie.eymard changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |frankie.eymard at gmail.com

--- Comment #11 from frankie.eymard at gmail.com 2011-08-25 14:54:11 UTC ---
(In reply to comment #10)
> Oh, hmm, can you try decodebin2 rather than decodebin ?

Got the same issue while trying to watch a TV channel streamed by dvb-daemon
with the simple pipeline:

$ GST_DEBUG=rtsp*:5 gst-launch -v rtspsrc
location="rtsp://<ipaddress>:8554/4/1025/M6"! decodebin2 ! xvimagesink

Notice a missing space between 'M6"' and  '! decodebin2'

The issue is solved when adding a space:

$ GST_DEBUG=rtsp*:5 gst-launch -v rtspsrc
location="rtsp://<ipaddress>:8554/4/1025/M6" ! decodebin2 ! xvimagesink

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