gst-rtsp-server 1.8.0 preview with streaming
Nicolas Dufresne
nicolas.dufresne at gmail.com
Tue Apr 19 13:54:47 UTC 2016
Le mardi 19 avril 2016 à 02:46 -0700, riteshSTPL a écrit :
> But i want to preview while streaming. So how to do that?
> or can i create any plugin from rtsp-server so i can use with gst-
> launch-1.0
> pipeline?
You can use "tee" element to create a branch in your pipeline for the
preview. An random example:
( v4l2src ! tee name=t \
t. ! queue ! glimagesink \
t. ! queue ! x264enc tune=zerolatency ! rtph264pay name=pay0 )
Nicolas
More information about the gstreamer-devel
mailing list