<div dir="ltr"><div dir="ltr">I just made it works with multi video tracks of the echo stream demo by a few lines of source code change in apps/app_stream_echo.c:<div><br></div><div><div>249c249</div><div><                       // continue;</div><div>---</div><div>>                       continue;</div><div>278c278</div><div><               } while (0);</div><div>---</div><div>>               } while (--n);</div><div><br></div><div><br></div><div>Mean while I have a little change in native client code to have two video tracks in one stream at the same time.</div><div><br><div>So I think it's not a lot of code change if needs to do this task. I want to know your ideas, thanks very much.</div><div><br></div><div>Sincerely</div><div>Xiemin</div><br><div class="gmail_quote"><div dir="ltr">Matt Fredrickson <<a href="mailto:creslin@digium.com" target="_blank">creslin@digium.com</a>> 于2018年10月26日周五 上午2:52写道:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tue, Oct 23, 2018 at 8:21 PM Xiemin Chen <<a href="mailto:chenxiemin@gmail.com" target="_blank">chenxiemin@gmail.com</a>> wrote:<br>
><br>
> Anyone can help? Thanks very much.<br>
><br>
> Xiemin Chen <<a href="mailto:chenxiemin@gmail.com" target="_blank">chenxiemin@gmail.com</a>> 于2018年10月10日周三 下午4:40写道:<br>
>><br>
>> Hi there,<br>
>><br>
>> I was told that it's not support by asterisk to have multi video tracks of one client in the following post. How about if I want to achieve this functionality? Is there any technical limitation?<br>
<br>
I think Josh's response on the community forums implied that there<br>
probably *are* going to be technical limitations.  I don't think<br>
anybody's tried to prototype a single client with multiple resolutions<br>
of the same stream from the same endpoint at this point.<br>
<br>
So I guess maybe trying to build a browser app prototype that can<br>
produce that scenario first would be a good start.  Then you'll need<br>
to see how that's represented in SDP, to figure out how that lines up<br>
with Asterisk's multi-stream capabilities and make sure that it tries<br>
to do the right thing from its side.<br>
<br>
As Josh mentioned, there's gonna be a bit of work to make things happy<br>
inside of Asterisk.  It sounds like a really fun project though, and<br>
if you manage to get somewhere on it I'd love to hear about your<br>
progress.<br>
<br>
Good luck and best wishes!<br>
<br>
-- <br>
Matthew Fredrickson<br>
Digium - A Sangoma Company | Asterisk Project Lead<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA<br>
<br>
-- <br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
Astricon is coming up October 9-11!  Signup is available at: <a href="https://www.asterisk.org/community/astricon-user-conference" rel="noreferrer" target="_blank">https://www.asterisk.org/community/astricon-user-conference</a><br>
<br>
asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" rel="noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a></blockquote></div></div></div></div></div>