videojs / video-js-swf

Custom Flash Player for VideoJS
http://videojs.com
Other
336 stars 312 forks source link

Added functions for bufferTime, bufferTimeMax and playerStats #222

Closed sea-kg closed 5 years ago

sea-kg commented 7 years ago

Added functions for bufferTime, bufferTimeMax and playerStats Fixed bug for bufferEmpty

jgmio commented 7 years ago

Please merge

pstoll commented 7 years ago

Please merge this so we can get rid of our custom built swf.

pstoll commented 7 years ago

@gkatsev any chance you are still watching this repo? this is a useful, generally benign but super helpful for those of us needing low latency RTMP streaming.

gkatsev commented 7 years ago

All these new APIs seem to be RTMP specific, I wonder if they should be named as such.

albertogasparin commented 7 years ago

This looks super useful. @sea-kg any chance updating the PR to resolve the conflicts? @gkatsev What do you mean? Could you be more specific? Something like flashBufferTime or just a prop in the flashvars object?

gkatsev commented 7 years ago

@albertogasparin yeah, maybe. Since it won't ever be used by the HTTPVideoProvider.

gkatsev commented 7 years ago

Looks like #207 calls it rtmpBufferTime.

gkatsev commented 7 years ago

Are these things that you'd want to change at runtime? If so, I think I would prefer the #207 approach better.

Marcello09 commented 5 years ago

Will it ever be merged?

sea-kg commented 5 years ago

I think that no