Closed Bug 861460 Opened 11 years ago Closed 9 years ago

H.264 on Firefox 20 on Windows using WOWZA stream won't play h.264

Categories

(Core :: Audio/Video, defect)

20 Branch
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 941351

People

(Reporter: u301482, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:20.0) Gecko/20100101 Firefox/20.0
Build ID: 20130326150557

Steps to reproduce:

Below are 2 version of code that have h.264 movies . Top one is test h.264 movie coming from wowza stream and bottom one is from example website. 
The top one won't play give me error "Content-Type" of "application/vnd.apple.mpegurl" is not supported. Load of media resource http://10.0.1.13:1935/vod/mp4:sample.mp4/playlist.m3u8 failed. However bottom video works and isn't streaming. 

<video id="my_video_1" class="video-js vjs-default-skin"  poster="http://upload.wikimedia.org/wikipedia/en/thumb/b/b0/Avatar-Teaser-Poster.jpg/220px-Avatar-Teaser-Poster.jpg" controls preload="auto" width="650" height="500" >
    <source  id="walking" type="video/mp4" src="http://10.0.1.13:1935/vod/mp4:sample.mp4/playlist.m3u8" >
    <p>Your browser does not support H.264/MP4.</p>
</video>
<video id="my_video_2" class="video-js vjs-default-skin"   controls preload="auto" width="650" height="500" >
    <source  id="walking" type="video/mp4" src="http://www.quirksmode.org/html5/videos/big_buck_bunny.mp4" >
    <p>Your browser does not support H.264/MP4.</p>
</video>


Actual results:

Top Movie didn't play gave error "Content-Type" of "application/vnd.apple.mpegurl" is not supported. Load of media resource http://10.0.1.13:1935/vod/mp4:sample.mp4/playlist.m3u8 failed.

bottom video works 


Expected results:

Both should have played just like in Safari . Please allow for this type of h.264 streaming please .
Component: Untriaged → Video/Audio
Product: Firefox → Core
Firefox doesn't currently support H.264 playback on Mac OS. Watch bug 851290 for any progress.
The m3u8 link in comment 0 is 404, but this issue should be fixed by bug 941351.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.