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 778375 - tcpserversink on Windows not working as it should.
tcpserversink on Windows not working as it should.
Status: RESOLVED DUPLICATE of bug 791766
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.0.3
Other Windows
: Normal critical
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-02-09 07:16 UTC by Roland Peffer
Modified: 2018-01-20 11:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Roland Peffer 2017-02-09 07:16:23 UTC
I may have found a bug regarding tcpserversink / tcpclientsrc on Windows 10 with GStreamer 10.0.3 32 bit .
If I start 2 pipelines like:

get-launch-1.0 -v videotestsrc ! gdppay ! tcpserversink

and

get-launch-1.0 -v tcpclientsrc ! gdpdepay ! glimagesink

or

get-launch-1.0 -v tcpclientsink ! gdpdepay ! fakesink silent=false


the receiving pipeline only gets the first image and then freezes. The same pipelines on linux work as they should.
If I stop ther server pipeline the client pipeline also exits, what means it is still alive but not processing incoming buffers.

Further testing indicates that the problem is located on the tcpserversink side:

1.) Switching client server like:
> get-launch-1.0 -v videotestsrc ! gdppay ! tcpclientsink
and
> get-launch-1.0 -v tcpserversrc ! gdpdepay ! glimagesink
works on Windows!

2.) Sending the data through local LAN to another Computer (Mac-OSX) also only failed if the tcpserversink is sending from Windows. If I start the server pipeline on the OSX side, data is received and plays on the windows side.
Comment 1 Sebastian Dröge (slomo) 2017-02-09 11:40:55 UTC
Can you provide a log from the server and client where it fails?
Comment 2 Tim-Philipp Müller 2018-01-20 11:03:55 UTC
Closing as no futher information has been provided. But there's also a newer/active bug, so I will dup this to that insteda.

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