[gstreamer-bugs] [Bug 502620] New: tcpserversink gets negotiation problems

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Dec 8 21:53:20 PST 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=502620

  GStreamer | gst-plugins | Ver: 0.10.0
           Summary: tcpserversink gets negotiation problems
           Product: GStreamer
           Version: 0.10.0
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: dskippy at ccs.neu.edu
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please describe the problem:
I am attempting to create a client/server for playing files. This test works
fine when I use tcpclientsink and stream the file to the server. But it fails
when I want the server to be streaming to the client.

Steps to reproduce:
1. gst-launch filesrc location=audio/test1.mp3 !  tcpserversink port=3000
2. 
3. 


Actual results:
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element /pipeline0/tcpserversink0: Internal GStreamer error:
negotiation problem.  Please file a bug at
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstmultifdsink.c(2530): gst_multi_fd_sink_render (): /pipeline0/tcpserversink0:
Received first buffer without caps set
Execution ended after 421000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...


Expected results:
I would expect to see that the pipeline is ready to play and then when I run
something like:
gst-launch tcpclientsrc port=3000 host=localhost  ! mad ! audioconvert !
alsasink
on the same machine it should play the file.

Does this happen every time?
Yes.

Other information:


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=502620.




More information about the Gstreamer-bugs mailing list