Lucas Veiga
Lucas Veiga

Reputation: 1795

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!

Upvotes: 1

Views: 1292

Answers (2)

Jim Bethancourt
Jim Bethancourt

Reputation: 1169

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

Upvotes: 0

Wesley
Wesley

Reputation: 5621

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.

Upvotes: 1

Related Questions