rpgtkoolmv / corescript

http://www.rpgmakerweb.com/products/programs/rpg-maker-mv
MIT License
311 stars 75 forks source link

play video with audio throw error at Mac Safari #139

Closed wilfrem closed 6 years ago

wilfrem commented 6 years ago

Safari 11 has Auto-Play blocking. http://takasfz.hatenablog.com/entry/2017/06/19/173227

So, play mp4 with audio track throw NotAllowedError. image

https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/play

Needs user-jesture to play mp4 with audio.

This PR is just fix error. it's not good way. (and what is good way?)

wilfrem commented 6 years ago

Update

This plugin is better way to fix this problem. http://ch.nicovideo.jp/indies-game/blomaga/ar1407722

krmbn0576 commented 6 years ago

Could you try #140 ?

wilfrem commented 6 years ago

It's fixed by #140