Open mvcisback opened 10 years ago
Good point. I certainly vote for the server side too, easier to scale in future and have no interest touching JS!
On Mon, Nov 10, 2014 at 2:01 PM, Marcell Vazquez-Chanlatte < notifications@github.com> wrote:
So, I suspect it may be easiest to do a lot of the classification server side (although it'd be nice to do it client side, it'd mean rewriting code in JS....ew).
For that it looks like this is a thing: https://github.com/meetecho/janus-gateway
Or in other words:
Reply to this email directly or view it on GitHub https://github.com/mvcisback/SSLVC/issues/22#issuecomment-62445140.
@ffaghri1 yeah, I was also thinking a good start would be an echo client that takes what you say for 3 sec, repeats the video unaltered, then returns a video showing where the activated face is with altered audio. That way its easy to tell the difference and you only need 1 person to demo
I've looked into how to get the video from webrtc. Looks like modifying these plugins might be the best way:
One shows how to hook into gstreamer, which might serve as a good way to pass around the video data. The other shows how to just echo back the data unchanged.
So, I suspect it may be easiest to do a lot of the classification server side (although it'd be nice to do it client side, it'd mean rewriting code in JS....ew).
For that it looks like this is a thing: https://github.com/meetecho/janus-gateway
Or in other words: