Advantage of tee over shmsink?

Nicolas Dufresne nicolas at ndufresne.ca
Fri Jul 6 10:36:53 UTC 2018


Le jeudi 05 juillet 2018 à 13:46 -0700, rhythm87 a écrit :
> I have an incoming rtp stream which I need to view as well as record
> to a
> file.
> And this can be achieved using tee, or shmsink, or ipcpipeline, or
> proxysink. 
> But mostly for this situation I have seen examples with only tee. 
> Why is tee preferred for this scenerio?

It's just simpler, no setup, no extra process. shmsink, ipcpipeline are
for the case you have multiple process. proxysrc is not multiplexer. It
bridge one stream from one pipeline to another pipeline, in the same
process. Similarly, intervideosrc/sink will do the same but allow
multiplexing.

> 
> Hope I was clear .
> 
> 
> 
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


More information about the gstreamer-devel mailing list