benjipott / video.js-chromecast

Use chromecast with videojs html5 player
Other
207 stars 86 forks source link

No chromecast button in the controls bar? #21

Open bilalghouri opened 7 years ago

bilalghouri commented 7 years ago

I dont see any chromecast button in the controls bar or anywhere on the video screen. I've added the js file and the css file.

benjipott commented 7 years ago

add head data-cast-api-enabled="true" in head like sample html

cronner commented 7 years ago

no button here either loads with: videojs('play2').chromecast({ appId: 'API-KEY' });

VFedyk commented 7 years ago

Also have this bug in my electron app.

drpark commented 6 years ago

hi, all the same here. With videojs 6.6.3 , in chromecast the icon displays and the cast works fine, but in firefox or any other browser the icon doesn't show up... Any solution? thanks