Closed Bug 1374199 Opened 7 years ago Closed 7 years ago

System attempts to seek even if range request isn't supported by the server.

Categories

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

Unspecified
All
defect

Tracking

()

RESOLVED INVALID

People

(Reporter: jya, Unassigned)

References

Details

From bug 1373618.

Even when the server doesn't support range-request, we will allow the user seeking leading to a silent error later.

STR:
1- Open http://play.dogmazic.net/index.php#song.php?action=show_song&song_id=25592
2- Seek in the middle
3- Playback will stop a few seconds later.

Expected:
- Either seeking isn't permitted at all
or
- We make the seek apparently succeed (like by downloading the entire content first)
OS: Unspecified → All
Priority: -- → P1
The problem with the dogmazic server was that it didn't handle the edge case of requesting "Range: bytes=$contentLength,-" the same was as Apache. I've got a fix for us to handle that in bug 1373618. As best I can tell, our code to detect whether the server byte range requests otherwise works fine. I'm happy to reopen this bug if we find an example to prove otherwise.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.