After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 502620 - tcpserversink gets negotiation problems
tcpserversink gets negotiation problems
Status: RESOLVED DUPLICATE of bug 493831
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.10.0
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-12-09 05:53 UTC by Mike MacHenry
Modified: 2007-12-09 11:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mike MacHenry 2007-12-09 05:53:19 UTC
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:
Comment 1 Tim-Philipp Müller 2007-12-09 11:38:26 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 493831 ***