[gstreamer-bugs] [Bug 622588] New: thread problem in rtspsrc

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jun 24 04:30:35 PDT 2010


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

           Summary: thread problem in rtspsrc
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.23
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ikt011 at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Hi,

I try to connect to an rtsp server with 16 rtspsrc. When I change them to
PLAYING one at a time, everything is fine. But when I try to change all of the
source's states to PLAYING simultaneously, only 10-12 of them start receiving
rtp data, the rest goes to timeout. The sources are in different pipelines (1
source per pipeline).

I made the test with a shell script like this:

gst-launch rtspsrc location="..." timeout=30000000 ! rtph264depay ! h264parse !
ffdec_h264 ! xvimagesink & 
gst-launch  rtspsrc location="..." timeout=30000000 ! rtph264depay ! h264parse
! ffdec_h264 ! xvimagesink &
gst-launch  rtspsrc location="..." timeout=30000000  ! rtph264depay ! h264parse
! ffdec_h264 ! xvimagesink &
...
...

The locations are different for each rtspsrc. I think it's a kind of thread
problem because in one test case 10 source can start, in other 11 or 12 (it's
random). 

If I put the rtspsrcs into one pipeline, and set the pipeline's state to
PLAYING, it's works too, but in this case the sources aren't start
simultaneously.

Any ideas? 

Regards
Tibor

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