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 543977 - tcpserversink does not work
tcpserversink does not work
Status: RESOLVED DUPLICATE of bug 493831
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.14
Other Linux
: Normal critical
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-21 11:51 UTC by ysqiao
Modified: 2008-07-21 16:18 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description ysqiao 2008-07-21 11:51:59 UTC
I tried to run the following command on Ubuntu 7.10 (Gstreamer-0.10.14) and got the errors as below.

gst-launch-0.10 filesrc location=/root/myfile ! tcpserversink port=3000

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 735000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...

I got the same errors when I was running:
gst-launch fdsrc fd=1 ! tcpserversink protocol=none port=3000

I also tried the same commands on Ubuntu 8.04 (Gstreamer-0.10.18) and got the same errors.
Comment 1 Sebastian Dröge (slomo) 2008-07-21 16:18:00 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 ***