Play video from a UNIX SOCKET using gstreamer (gst-launch-1.0)

429 Views Asked by At

I need to play video from a UNIX SOCKET using gstreamer (gst-launch-1.0)

example

gst-launch-1.0 socketsrc socket-path=/tmp/unixSocket  ! queue max-size-buffers=0 max-size-time=0 max-size-bytes=0 min-threshold-buffers=0 !  h264parse ! avdec_h264 ! videoconvert ! autovideosink

Is it possible? I don't know how to specify that socketsrc get the data from a unix socket

0

There are 0 best solutions below