Public bug reported:

Binary package hint: gstreamer0.10-plugins-base

I tried streaming video over internet today. It didn't work immediately and the 
remote pc was shutdown so I tried streaming over the loopbck network. That also 
didn't work.
 I used the following pipelines ( using gst-launch in bash ). 

Host  pc: gst-launch videotestsrc ! ffmpegcolorspace ! theoraenc ! oggmux ! 
tcpserversink port=14934
client pc: gst-launch tcpclientsink host=(host ip) port=14934 ! decodebin ! 
xvimagesink

I of course didn't use the videotestsrc but this is just for testing
purposes. I had to make the remote PC a server since my local PC was
behind a NAT I have no control over so I couldn't start a server here.
On the loopback network, I of course could so I tried the opposite:

Host  pc: gst-launch videotestsrc ! ffmpegcolorspace ! theoraenc ! oggmux ! 
tcpclientsink
client pc: gst-launch tcpserversrc ! decodebin ! xvimagesink

This DID work.

When I connected in the first case to the remote PC using netcat, I
received the correct videostream in my terminal. So I suspect the
tcpclientsink element is broken. It also never reacts when I open a
server using netcat and try to connect to it.

Ubuntu 8.04.1
gstreamer0.10-plugins-base version: 0.10.18-3

** Affects: gst-plugins-base0.10 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
GStreamer tcpserversink doesn't work
https://bugs.launchpad.net/bugs/287236
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to