[Bug 768059] New: Not able to play the RTSP stream in VLC or mplayer,

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Jun 26 09:13:21 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=768059

            Bug ID: 768059
           Summary: Not able to play the RTSP stream in VLC or mplayer,
    Classification: Platform
           Product: GStreamer
           Version: 1.4.4
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-rtsp-server
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: falcon.sheep at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Hi,

I'm streaming the Raspberry camera feed using gst-rtsp (1.4.4) using the
following:

raspivid -n -vf -fl -t 0 -w 640 -h 480 -b 1200000 -fps 20 -pf baseline -o - |
gst-launch-1.0 -v fdsrc do-timestamp=true ! h264parse ! gdppay ! tcpserversink
host=192.168.1.4 port=5000 | ./test-launch "( tcpclientsrc host=192.168.1.4
port=5000 ! gdpdepay  ! rtph264pay config-interval=1 name=pay0 pt=96 )"

But I'm not able to play it (rtsp://192.168.1.4:8554/test) in mplayer or vlc.

using mplayer it shows the following after some time
** (lt-test-launch:6317): CRITICAL **: gst_rtsp_session_manage_media: assertion
'status == GST_RTSP_MEDIA_STATUS_PREPARED || status ==
GST_RTSP_MEDIA_STATUS_SUSPENDED' failed

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