[Bug 720393] Unable to Cancel or Abort tcpclientsink Timeout

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Dec 13 12:35:13 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=720393
  GStreamer | gst-plugins-base | 0.10.36

--- Comment #1 from Daren Thomas <daren.thomas at updatelogic.com> 2013-12-13 20:35:07 UTC ---
I was able to recreate this problem using gst-launch-0.10.  This might be more
complicated than necessary, but it worked for me:

Launch three scripts:

1. The following relays the data between the consumer and the producer

while [ 1 ]
do
  gst-launch-0.10 tcpserversrc host=0 port=${PORT_IN} ! jpegdec ! jpegenc !
tcpserversink port=${PORT_OUT}
done

2. The following is the script for the consumer

gst-launch-0.10 tcpclientsrc host=${IP_ADDR} port=${PORT_OUT} ! jpegdec !
ffmpegcolorspace ! ximagesink

3. The following is the script for the producer

gst-launch-0.10 ximagesrc ! videoscale !
video/x-raw-rgb,framerate=1/1,width=640,height=320 ! ffmpegcolorspace ! jpegenc
! tcpclientsink host=${IP_ADDR} port=${PORT_IN}

I ran the first two scripts on one machine and the third script on a second
machine.  When I switched the network connection on the second machine from
wired to wireless, it took 15+ minutes for the tcpclientsink to report an
error.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list