Re: API request: MutationObserver with querySelector

2015-09-19 Thread Cameron McCormack
smaug: > But in principle I think some kind of filtering would be nice. > Implementing it for node removals would be a bit annoying in Gecko > case (since our internal nsIMutationObserver::ContentRemoved happens > after the removal) but it is doable. However it is unclear to me > what kind of perfo

NPAPI plug-in use case: live video broadcast

2015-09-19 Thread Oliver Lietz
Hi, our nanoStream plugin supports live encoding and streaming with h264/aac/rtmp from live camera sources and capture devices. We needed to replace this with a native extension on Chrome. WebRTC is a possible future option but not a suitable replacement for all use cases. NPAPI stills works on F

Re: NPAPI plug-in use case: live video broadcast

2015-09-19 Thread Eric Rescorla
On Sat, Sep 19, 2015 at 11:09 AM, Oliver Lietz wrote: > Hi, > our nanoStream plugin supports live encoding and streaming with > h264/aac/rtmp from live camera sources and capture devices. > We needed to replace this with a native extension on Chrome. > WebRTC is a possible future option but not a