tobsch / mediaelement_rails

An easy as hell mediaelementjs rails integration for asset pipeline enabled apps...
MIT License
106 stars 49 forks source link

Chrome and firefox can't work well for m3u8 #36

Open mitsunobuk opened 8 years ago

mitsunobuk commented 8 years ago

I'm trying to use this gem for m3u8 in rails. But it doesn't work well chrome and firefox. Safari is working well.

I added gem, application.js and application.css. If I want to use it for m3u8, do I have to do anything more?

Please advise me. Regards

fusion2004 commented 8 years ago

This gem allows you to use MediaElement.js in your rails projects easily, so unfortunately we don't have any control over the compatibility with different media types. You can take a look at their website to learn more: http://mediaelementjs.com/

mitsunobuk commented 8 years ago

Thanks comment @fusion2004 I downloaded it, and I found "demo/mediaelementplayer-hls.html". It can work for m3u8. So I asked about it. I'll try more.