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

2015-09-30 Thread Oliver Lietz
On Wednesday, September 30, 2015 at 3:26:36 AM UTC+2, Chris Pearce wrote: > On 9/29/2015 11:46 PM, Oliver Lietz wrote: > > Not sure how MSE plays live broadcasts, as youtube primarily is VOD. > > It might be possible with any kind of MPEG DASH combination. Anyway it > >

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

2015-09-29 Thread Oliver Lietz
e: > > > > 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 de

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

2015-09-29 Thread Oliver Lietz
> > > Firefox WebRTC supports H.264. Yes but only Baseline profile and not with high quality. Focus is for WebRTC, not for streaming. Broadcast quality encoding requires more than just enabling h264, it requires specific access on encoding features and algorithms. (I/P/Keyframe structure, profil

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

2015-09-25 Thread lietz
On Saturday, September 19, 2015 at 8:15:50 PM UTC+2, Eric Rescorla wrote: > 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.

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