<div dir="auto"><div>Thanks for your reply <div dir="auto"><br></div><div dir="auto">But... I don't need both of your mentioned..</div><div dir="auto">I need to make single sequence of buffers from multiple rtspsrc</div><div dir="auto"><br></div>Input : A</div><div dir="auto">Input : B</div><div dir="auto">Input : C</div><div dir="auto">Output : ABCABC.....</div><div dir="auto"><br></div><div dir="auto">Anyway really thanks for your answer!</div><div dir="auto">I will do more investigations </div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">2021년 9월 2일 (목) 오후 6:32, Tim Müller <<a href="mailto:tim@centricular.com">tim@centricular.com</a>>님이 작성:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, 2021-09-02 at 17:00 +0900, 이병헌 via gstreamer-devel wrote:<br>
<br>
Hi,<br>
<br>
> My question is same as subject<br>
> <br>
> Is there proper way or element to stream multiple rtsp sources in<br>
> only one pipeline?<br>
> I don’t need muxing sources into one buffer<br>
> I need element like a task queue for buffers from multiple rtsp<br>
> sources<br>
> <br>
> I tried find some element in gstreamer document, but I failed to<br>
> find…<br>
> <br>
> My pipeline blueprint like as below<br>
> (snip diagram)<br>
<br>
What is the behaviour you want here?<br>
<br>
Do you want to switch between the different rtspsrc on the fly? In<br>
which case perhaps you're looking for an input-selector element?<br>
<br>
Do you want to save all three streams into the mp4 file? That should be<br>
possible, but you don't need any special element in the middle then,<br>
just three request pads on mp4mux.<br>
<br>
You probably want separate rtph265depay ! h265parse for each rtspsrc<br>
though (unless you're switching inputs and know the formats are the<br>
same, then you *might* get away with switching before a depayloader).<br>
<br>
Cheers<br>
 Tim<br>
<br>
<br>
</blockquote></div></div></div>