[Bug 730868] New: Playbin does not work with rtsp IP cameras

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 28 01:45:35 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=730868
  GStreamer | gst-plugins-good | 0.10.x

           Summary: Playbin does not work with rtsp IP cameras
    Classification: Platform
           Product: GStreamer
           Version: 0.10.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: auslands-kv at gmx.de
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Verified on 0.10 and 1.0

I have the followjng problem when connecting to the rtsp server of professional
IP cameras:

gst-launch -v playbin uri=rtsp://192.168.0.10:554/CH001.sdp

/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin2/GstTypeFindElement:typefind.GstPad:src:
caps = application/x-rtp, media=(string)application, payload=(int)107,
clock-rate=(int)90000, encoding-name=(string)VND.ONVIF.METADATA,
a-tool=(string)"LIVE555\ Streaming\ Media\ v2010.04.09",
a-type=(string)broadcast, x-qt-text-nam=(string)"Session\ streamed\ by\
\"nessyMediaServer\"", x-qt-text-inf=(string)h264,
clock-base=(uint)2389153790, seqnum-base=(uint)26906,
npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1
Missing element: VND.ONVIF.METADATA RTP depayloader

This seems to conform to the onvif standard.

When instead using a custom pipeline like this, the stream can be received and
played back correctly:

gst-launch rtspsrc location=rtsp://192.168.0.10:554/CH001.sdp ! rtph264depay !
ffdec_h264 ! 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