tcp source elemement missing

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

tcp source elemement missing

Jerry Geis-2
This is the message I am getting when using totem to play a stream from gstreamer1 tcpserversink

Message: Missing plugin: gstreamer|1.0|totem|TCP protocol source|urisource-tcp (TCP protocol source)
** Message: Automatic missing codec installation not supported (helper script missing)

This is the output from gst on the same machine I'm trying to use totem to play.

gst-inspect-1.0 | grep tcp
fsrtcpfilter:  fsrtcpfilter: RTCP Filter element
tcp:  socketsrc: socket source
tcp:  tcpclientsink: TCP client sink
tcp:  tcpclientsrc: TCP client source
tcp:  tcpserversink: TCP server sink
tcp:  tcpserversrc: TCP server source
tcp:  multifdsink: Multi filedescriptor sink
tcp:  multisocketsink: Multi socket sink


What am I missing to have totem/gst play the stream?

Jerry


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: tcp source elemement missing

Nicolas Dufresne-5
Le lundi 08 janvier 2018 à 08:02 -0500, Jerry Geis a écrit :

> This is the message I am getting when using totem to play a stream
> from gstreamer1 tcpserversink
>
> Message: Missing plugin: gstreamer|1.0|totem|TCP protocol
> source|urisource-tcp (TCP protocol source)
> ** Message: Automatic missing codec installation not supported
> (helper script missing)
>
> This is the output from gst on the same machine I'm trying to use
> totem to play.
>
> gst-inspect-1.0 | grep tcp
> fsrtcpfilter:  fsrtcpfilter: RTCP Filter element
> tcp:  socketsrc: socket source
> tcp:  tcpclientsink: TCP client sink
> tcp:  tcpclientsrc: TCP client source
> tcp:  tcpserversink: TCP server sink
> tcp:  tcpserversrc: TCP server source
> tcp:  multifdsink: Multi filedescriptor sink
> tcp:  multisocketsink: Multi socket sink
>
>
> What am I missing to have totem/gst play the stream?
tcpclientsrc does not implement the URI handler interface, hence it's
not possible to use tcpserversink from Totem.

Nicolas
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (201 bytes) Download Attachment