gst-rtsp-server 1.8.0 preview with streaming

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

gst-rtsp-server 1.8.0 preview with streaming

riteshSTPL
I am using gstreamer-1.8.0 and gst-rtsp-server 1.8.0. i can use test-example like ./test-launch, ./test-uri etc.

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?
Reply | Threaded
Open this post in threaded view
|

Re: gst-rtsp-server 1.8.0 preview with streaming

Nicolas Dufresne-4
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
    
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel