Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Issue 171084: Video plays on server without range request... (Closed)

Created:
11 years, 4 months ago by Alpha Left Google
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, darin (slow to review), scherkus (not reviewing), fbarchard, awong, Alpha Left Google
Visibility:
Public.

Description

Video plays on server without range request BUG=19521 TEST=Go to http://htmlfive.appspot.com/static/video.html and it will play. r23255 introduced a regression that causes an extra seek in the beginning of playing a video file. This extra seek causes FFmpeg to look for index at the end of file which issue a range request at the end of the file. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=23598

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -3 lines) Patch
M webkit/glue/webmediaplayer_impl.cc View 1 chunk +7 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Alpha Left Google
11 years, 4 months ago (2009-08-17 22:52:16 UTC) #1
scherkus (not reviewing)
11 years, 4 months ago (2009-08-17 22:55:44 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698