<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto">Use tee if you want to split once source to multiple sinks. <br><br><div dir="ltr">/Shishir</div><div dir="ltr"><br><blockquote type="cite">On Sep 7, 2021, at 17:45, Dwight Kulkarni via gstreamer-devel <gstreamer-devel@lists.freedesktop.org> wrote:<br><br></blockquote></div><blockquote type="cite"><div dir="ltr"><div dir="ltr">Hi all,<div><br></div><div>I am trying to take one video source and split it so that it goes to three different sinks:</div><div>source is:</div><div>v4l2src device=/dev/video1 ! video/x-raw, width=1920, height=1080, framerate=15/1 ! queue ! vpuenc_h264 <br></div><div><br></div><div>1) First sink is RTP/RTSP server</div><div>! queue<br>! rtph264pay name=pay0 pt=96</div><div><br></div><div>2) Second sink is local file storage</div><div>! h264parse ! splitmuxsink location=video%02d.mkv max-size-time=10000000000 muxer-factory=matroskamux muxer-properties="properties,streamable=true"<br></div><div><br></div><div>3) Last sink is:</div><div>jpegenc ! multifilesink location=img%d.jpg<br clear="all"><div><br></div><div>I am trying to figure out how I can split this one source to multiple sinks. </div><div><br></div><div>Can anyone advise ?</div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><span style="font-size:12.8px">Sincerely,</span><div><br></div><div>Dwight Kulkarni </div></div></div></div></div></div></div></div></div>
</div></blockquote></body></html>