简体   繁体   中英

MediaElement.js

im having a little issue here. I have MediaElement.js set on my project.

It is working perfect in Firefox for Mac, but on Firefox for Windows, it display a text Download File and dont render the player.

How this can be possible? I mean, if it's working on FF for Mac, why it couldnt play on Windows?

Thanks for replying!

It's likely related to an error that just renders the video file as a link. I would debug the javascript and see if it is throwing an error and work from there.

I was running into the same issue. In my case, the incorrect resource type was being passed in - application/octet-stream instead of video/wmv

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM