<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">If you are working on any patches that have anything at all to do with video, you should be working on them against the fs-video2 branch in git.<div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Apr 7, 2015, at 7:44 PM, Mateus Dalepiane &lt;<a href="mailto:mdalepiane@gmail.com" class="">mdalepiane@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class="">Thank you for the suggestion, Steven.<br class=""><br class=""></div>Actually I developed a solution within the thread that controls the conference video, and send an event when the video is paused or resumed.<br class=""><br class=""></div><div class="">I would like to ask FS team if you are interested in integrating this into FS.<br class=""></div>The solution is pretty straight forward.<br class=""><br class=""></div>How should I proceed?<br class=""><div class=""><div class=""><div class=""><div class="gmail_extra"><br class=""><div class="gmail_quote">2015-04-07 7:51 GMT-03:00 Steven Ayre <span dir="ltr" class="">&lt;<a href="mailto:steveayre@gmail.com" target="_blank" class="">steveayre@gmail.com</a>&gt;</span>:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="">Not ideal, but you could try using the&nbsp;uuid_set_media_stats API on the channel. If they have negotiated video this'll set some rtp_video_ variables which'll include packet counters (a snapshot each time you run the API). You could see if they're sending video packets that way.</div><div class="gmail_extra"><br class=""><div class="gmail_quote"><div class=""><div class="h5">On 6 April 2015 at 20:51, Mateus Dalepiane <span dir="ltr" class="">&lt;<a href="mailto:mdalepiane@gmail.com" target="_blank" class="">mdalepiane@gmail.com</a>&gt;</span> wrote:<br class=""></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class=""><div class="h5"><div dir="ltr" class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class="">Hello,<br class=""><br class=""></div>I am looking for a mechanism to detect whether the user that currently holds the conference video floor is actually sending a video stream or not.<br class=""><br class=""></div>So far I know that the variable CF_VIDEO may be used to check if the channel is video capable, either to send and/or receive video. But this is not enough to ensure that a user is sending video, just if he is able to send and/or receive video.<br class=""><br class=""></div>My idea is to check if there are video packets flowing through FS, that would mean that the user holding the floor is sending video.<br class=""><br class=""></div>Is there a better way to do this?<br class=""><br class=""></div>If not, where would be the best place to monitor the video packets flow?<br class=""><br class=""></div>Thanks!</div></div></div></blockquote></div></div></blockquote></div></div></div></div></div></div></div></blockquote></div></div></body></html>