GNOME Bugzilla – Bug 568286
/pipeline0/tcpserversink0
Last modified: 2009-01-22 13:04:10 UTC
gst-launch -v neonhttpsrc location=http://mp3.webradio.antenne.de:80 ! queue ! tcpserversink port=8090 Pausiere Leitung ... Leitung wird gestartet ... Leitung ist gestrartet ... Setze Pipeline zum Abspielen... New clock: GstSystemClock FEHLER: Von Element /pipeline0/tcpserversink0: Internal GStreamer error: negotiation problem. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer. ZusÀtzliche Debugginginformation: gstmultifdsink.c(2506): gst_multi_fd_sink_render (): /pipeline0/tcpserversink0: Received first buffer without caps set Execution ended after 91076 ns. Pausiere Leitung ... Setze Pipeline auf BEREIT... Setze Pipeline auf NULL... BEREINIGE Pipeline...
This isn't a regression -> removing blocker flag.
Hi, this is not a bug. tcpserversink expects buffers with caps while neonhttpsrc doesn't set any caps on the buffers. Try inserting typefind before tcpserversink and everything will work fine.