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 > > is PLAYBACK only, not

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

2015-09-29 Thread Eric Rescorla
On Tue, Sep 29, 2015 at 3:44 AM, Oliver Lietz wrote: > > > > > > > Firefox WebRTC supports H.264. > Yes but only Baseline profile and not with high quality. > I believe that OpenH264 has started to add some high profile features, but yes, it's not currently HP. Focus is for

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

2015-09-29 Thread Oliver Lietz
On Saturday, September 26, 2015 at 3:07:03 AM UTC+2, Jonas Sicking wrote: > On Sep 26, 2015 09:33, "Eric Rescorla" wrote: > > > > On Fri, Sep 25, 2015 at 3:20 PM, wrote: > > > > > On Saturday, September 19, 2015 at 8:15:50 PM UTC+2, Eric Rescorla > wrote: > >

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,

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. > > We

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

2015-09-25 Thread Robert O'Callahan
On Sat, Sep 26, 2015 at 10:20 AM, wrote: > MSE is playback only, so no option for live broadcast. > What do you mean? There doesn't seem to be any reason why MSE can't do live broadcast. If you're using HLS, you can use MSE. https://github.com/dailymotion/hls.js > WebRTC

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

2015-09-25 Thread Eric Rescorla
On Fri, Sep 25, 2015 at 3:20 PM, wrote: > 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

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

2015-09-25 Thread Jonas Sicking
On Sep 26, 2015 09:33, "Eric Rescorla" wrote: > > On Fri, Sep 25, 2015 at 3:20 PM, wrote: > > > 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: > > > > > >

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

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