Streaming-m3u8 mit video.js

Ich versuche stream url: http://stream331.overseebrasil.com.br/live_previd_155/definst/live_previd_155/playlist.m3u8

<audio id="streaming" class="video-js vjs-default-skin" controls>
  <source src="http://stream331.overseebrasil.com.br/live_previd_155/_definst_/live_previd_155/playlist.m3u8" type='audio/mp4; codecs=mp4a.40.2' />
</audio>

Safari /Mac und Safari /iOS funktioniert, aber der code läuft nicht in Chrome und Firefox.

Habe ich versucht zu entfernen codec info vom type-Attribut, und nichts passiert.
Firefox sagt:

Specified "type" attribute of "audio/mp4; codecs=mp4a.40.2" is not supported. Load of media resource http://stream331.overseebrasil.com.br/live_previd_155/_definst_/live_previd_155/playlist.m3u8 failed. 
All candidate resources failed to load. Media load paused.

Ich habe auch versucht, ändern Sie das Attribut type auf der Basis des mime-Seite (http://www.videojs.com/projects/mimes.html)
Irgendeine Idee über das Thema?

InformationsquelleAutor leozera | 2014-04-28

Schreibe einen Kommentar