문제

I just starting using MediaElement for audio playback in Chrome and Safari browsers.

I've everything working in my local development environment but when I deploy it on Staging server, MediaElement.js audio player gets stuck at Loading in Safari browser.

Only difference in local and staging server is that staging server is using https(self signed ssl certificate) and local server is using plain http.

I would appreciate any help with this?

Thanks a lot!

도움이 되었습니까?

해결책

Currently (version 8.0), Safari won't load video using an untrusted certificate. If you manually trust the self-signed certificate, the videos will work.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top