New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 684174 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Jan 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , All
Pri: 2
Type: Bug



Sign in to add a comment

unexpected playback stall during playback of vp8/ogg content.

Project Member Reported by dalecur...@chromium.org, Jan 24 2017

Issue description

1. Patch in https://codereview.chromium.org/2645953004 to get remuxed test.ogv file.
2. Build blink_tests
3. Run ./blink/tools/run_layout_tests.py --no-retry-failures --driver-logging http/tests/media/video-play-stall.html

Observe that playback stalls correctly but once server resumes the network request, playback never resumes. Alternative repro steps for chrome:

1. Follow steps 1,2 above.
2. Run ./third_party/WebKit/Tools/Scripts/run-blink-httpd
3. Navigate to http://127.0.0.1:8000/resources/load-and-stall.cgi?name=../../../media/content/test.ogv&mimeType=video/ogg&stallAt=100000&stallFor=8

Observe that playback hangs even though network console shows all bytes delivered. Instrumenting BlockingURLProtocol::Read() we can see the read never returns.
 
Status: WontFix (was: Assigned)
Seems like this is due to crappy load-and-stall.cgi server. We have a better functioning php version which does not have any issues.

Sign in to add a comment