Comment #5 on issue 17628 by bugdro...@chromium.org: <video> does not work  
on server without range request support
http://code.google.com/p/chromium/issues/detail?id=17628

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=22812

------------------------------------------------------------------------
r22812 | lafo...@chromium.org | 2009-08-07 15:45:37 -0700 (Fri, 07 Aug  
2009) | 15 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/media/base/filter_host.h?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/media/base/filters.h?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/media/base/mock_filter_host.h?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/media/base/mock_filters.h?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/media/base/pipeline.h?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/media/base/pipeline_impl.cc?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/media/base/pipeline_impl.h?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/media/filters/ffmpeg_demuxer.cc?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/media/filters/ffmpeg_demuxer.h?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/media/filters/ffmpeg_demuxer_unittest.cc?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/media/filters/ffmpeg_glue.cc?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/media/filters/ffmpeg_glue.h?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/media/filters/ffmpeg_glue_unittest.cc?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/media/filters/file_data_source.cc?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/media/filters/file_data_source.h?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/webkit/api/public/WebMediaPlayer.h?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/webkit/api/src/WebMediaPlayerClientImpl.cpp?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/webkit/api/src/WebMediaPlayerClientImpl.h?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/webkit/glue/media/buffered_data_source.cc?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/webkit/glue/media/buffered_data_source.h?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/webkit/glue/media/buffered_data_source_unittest.cc?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/webkit/glue/media/simple_data_source.cc?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/webkit/glue/media/simple_data_source.h?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/webkit/glue/webmediaplayer_impl.cc?r1=22812&r2=22811
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/webkit/glue/webmediaplayer_impl.h?r1=22812&r2=22811

Merge 21999 - BufferedDataSource to support server without range request  
support
This patch will enable BufferedDataSource to support servers with
no range request support. It will start a probe request of 1 byte
size besides the regular request. If the server does not support
range request, we will turn on the is_streamed flag of FFmpeg and
will not do any seeking.

BUG=17628
TEST=test_shell_tests gtest_filter=BufferedDataSource.*

Review URL: http://codereview.chromium.org/160076

tbr=hc...@chromium.org

Review URL: http://codereview.chromium.org/165176
------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to