recording RTSP stream while rendering

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

recording RTSP stream while rendering

shyam

Hello Gstreamers,

 

               How should I build a pipeline so that I can record a video file(in matroska format) as well as render the stream on the playbin simultaneously ?

Also, is there a website where I can find such common examples for using Gstreamer?

 

Thanks & Regards,

Shyam



The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.

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

Re: recording RTSP stream while rendering

killerrats
Administrator
gst-launch-1.0 rtspsrc location="" ! [rtpdepay] ! [parser] ! tee name=t. !
matroskamux(windows) ! filesink location="file.mkv" t. ! [decoder] ! [video
sink]



-----
------------------------------
Gstreamer 1.14.3
------------------------------
Windows
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
------------------------------
Gstreamer 1.16.2
------------------------------
Windows