[Bug 648463] New: pipeline stalls when using gst_rtsp_media_factory_set_shared (factory, TRUE) && vlc

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Apr 22 05:44:04 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=648463
  GStreamer | gst-rtsp-server | git

           Summary: pipeline stalls when using
                    gst_rtsp_media_factory_set_shared (factory, TRUE) &&
                    vlc
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-rtsp-server
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: marc.leeman at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


I've been trying to figure out why some of our testers had a problem while I
never noticed it before; turns out the tool to connect was different.

steps to reproduce:

1/ start the example
$ GST_DEBUG=*rtsp*:5 ./test-readme

2/ start rtsp client from GStreamer; decode and play

3/ start rtsp client from vlc
$ cvlc rtsp://10.0.0.25:8554/test
VLC media player 1.0.6 Goldeneye

At the point that the RTSP client from VLC starts; decoding on the GStreamer
decoding chain stalls.

This is not seen when using GStreamer RTSP clients.

When disabling (default gst_rtsp_media_factory_set_shared (factory, FALSE))
where each client gets a dedicated pipeline; this effect is not seen.

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