Closed Bug 957178 Opened 10 years ago Closed 6 years ago

Missing Range request header on OS X 10.8.4.

Categories

(Core :: Audio/Video: Playback, defect)

26 Branch
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED INACTIVE

People

(Reporter: andrei, Unassigned)

Details

(Whiteboard: [bugday-20140113])

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36

Steps to reproduce:

1. Create a html5 video player (my video type is mp4 and the video should be about ~40 MB ):
          <video poster="{{ video.previewurl }}" controls>
            <source type="video/mp4" src="{{ video.url }}">
          </video>
2. Because it's kind of large, 206 partial content header will be used for streaming:

user-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:26.0) Gecko/20100101 Firefox/26.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: http://domain/js/player/flowplayer.swf
Cookie: PHPSESSID=b2ng088nafm887apj71npm87i1
Connection: keep-alive
If-Modified-Since: Tue, 10 Dec 2013 15:44:56 +0200

3. Press Play.


Actual results:

Whole video is loaded into buffer then played because the Range: bytes=100- header is missing from request. (This is happening only for OS X, on Windows 7 works as expected.)


Expected results:

The video should be played while loaded into buffer.
Component: Untriaged → Video/Audio
Product: Firefox → Core
Whiteboard: [bugday-20140113]
Component: Audio/Video → Audio/Video: Playback
Mass closing because of inactivity.
Please feel free to re-open if still relevant.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
You need to log in before you can comment on or make changes to this bug.