video-dev / clappr-rtmp-plugin

📺 RTMP support for Clappr player.
http://clappr.io
Apache License 2.0
105 stars 46 forks source link

Be compatible with ClapprLevelSelector #33

Closed leandromoreira closed 8 years ago

leandromoreira commented 8 years ago

We just need to follow https://github.com/clappr/clappr-level-selector-plugin#compatibility

gfronza commented 8 years ago

Working on it.

gfronza commented 8 years ago

@leandromoreira this implementation is almost done. I'm just waiting a new release of clappr containing the new events (PLAYBACK_LEVEL_SWITCH_START and PLAYBACK_LEVEL_SWITCH_END) and the decision about the https://github.com/clappr/clappr-level-selector-plugin/issues/13.

gfronza commented 8 years ago

Done in https://github.com/clappr/clappr-rtmp-plugin/pull/35.