kim-company / videojs-chromecast

Google Chromecast VideoJS Plugin
MIT License
84 stars 42 forks source link

Reflect native controls #4

Closed philipgiuliani closed 10 years ago

philipgiuliani commented 10 years ago

In this pull request i will handle the events, when the controls in the extension are clicked. I should get this data in the ChromecastComponent::onMediaStatusUpdate method.

This problem was mentioned in the following issue: https://github.com/benjipott/video.js-chromecast/issues/5

Update I can't find a way to detect if the user has muted the player with the extension. So i will merge this now, and as soon as i find a solution, i will create another pull request.