Re: [whatwg] [whartwg] Video processing ability for MediaStreamTrack

2015-08-16 Thread Chia-Hung Tai
Hi, all, Thanks for Anne's feedback. After irc with Anne, we got some consensus. 1. addVideoProcessor() doesn't need to check duplicates due to it will create a new MST. So the worker will append to the new created MST. It means every MST will contain only one video processor. I will explicitly

Re: [whatwg] [whartwg] Video processing ability for MediaStreamTrack

2015-08-10 Thread Anne van Kesteren
On Fri, Aug 7, 2015 at 8:56 AM, Chia-Hung Tai c...@mozilla.com wrote: http://chiahungtai.github.io/mediacapture-worker/ Given that removeVideoProcessor() does not take arguments, should addVideoProcessor() not check for duplicates? VideoProcessEventThe looks like a typo. The events don't

Re: [whatwg] [whartwg] Video processing ability for MediaStreamTrack

2015-08-10 Thread Alex Russell
I'm incredibly excited to see this moving forward.

[whatwg] [whartwg] Video processing ability for MediaStreamTrack

2015-08-07 Thread Chia-Hung Tai
Hi, all, This is Chia-hung Tai from Mozilla. I would like to discuss a extension specification[1] based on Media Capture and Stream. This specification is based on a project called FoxEye[2]. You can check the use cases in [3]. I already sent an email to public-webrtc mailing list[4]. But it is