<p dir="ltr"><br>
On Apr 19, 2014 19:08, "Sebastian Dröge" <<a href="mailto:sebastian@centricular.com">sebastian@centricular.com</a>> wrote:<br>
><br>
> On Do, 2014-04-17 at 17:58 +0200, <a href="mailto:stic@free.fr">stic@free.fr</a> wrote:<br>
> > Hi,<br>
> ><br>
> > is there a way to use tcp source uri (tcp://...) with uridecodebin or playbin elements ?<br>
><br>
> There are two TCP sources (tcpclientsrc and tcpserversrc), but both<br>
> don't implement an URI handler.<br>
><br>
> You could implement a custom subclass of GstBin that implements the<br>
> GstURIHandler interface and implements the TCP protocol you want to use,<br>
> but having a generic "TCP" URI handler does not make much sense IMHO.</p>
<p dir="ltr">I'll have to object here---TCP URI handling is something ffmpeg and its players have that I've been missing in GStreamer.</p>
<p dir="ltr">E.g. I often use mpv to test pulling a MPEGTS stream over TCP.</p>