surmon-china / videojs-player

@videojs player component for @vuejs(3) and React.
https://github.surmon.me/videojs-player
MIT License
5.2k stars 1.12k forks source link

Can not play the Flv #191

Open firstsko opened 6 years ago

firstsko commented 6 years ago

No error,no warning 。。 I use the flash demo

anitakym commented 5 years ago

the poster's z-index is larger than the player, so you can't see the warning that ask u to allow the flash. if you just want to play the flash demo, you can change u chrome setting. if u want to see the warning, u can change the z-index of the poster. .vjs-poster { z-index: -1; }