大家好,欢迎来到IT知识分享网。
I found other posts here for the same issue, like this or this but I wasn’t able to solve my issue.
At first, I run below javascript:
var options = JSON.stringify({‘maxSize’: 320, ‘videoQuality’: 6, ‘noaudio’: true});
ogg.encode(options);
Then I have below html:
The browser does not support HTML5 video.
I tried adding
AddType video/webm .webm
AddType video/mp4 .mp4
to the .htaccess file(which was empty) but no success.
On Firefox, i get the message:
No video with supported format and MIME type found.
On Chrome, I can just see the controls but they look like they are disabled and I don’t see the play button in the middle of the screen as well.
免责声明:本站所有文章内容,图片,视频等均是来源于用户投稿和互联网及文摘转载整编而成,不代表本站观点,不承担相关法律责任。其著作权各归其原作者或其出版社所有。如发现本站有涉嫌抄袭侵权/违法违规的内容,侵犯到您的权益,请在线联系站长,一经查实,本站将立刻删除。 本文来自网络,若有侵权,请联系删除,如若转载,请注明出处:https://haidsoft.com/120770.html