shshankjain / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Delay before playback begins for long webm files #209

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
QuickTime Player has delay when attempting to open a long webm file.  The only 
user feedback is spinning beach ball (ie no progress info).  Window does not 
open until video is ready to play. 

Steps:
- Install WebMQT.component
- Run QuickTime Player
- File / Open "bunny_QVGA.webm"
- Wait for 3 minutes
- Window opens and is ready to play. 

The file bunny_QVGA.webm has total duration of about 10 minutes, and takes 
about 2 or 3 minutes to open on my MacBook Pro.  (NOTE: This is testing with 
the DEBUG version of the component.)

Fix: The WebM Import Component needs to be redesigned to use idles.  

Original issue reported on code.google.com by jeffko...@google.com on 21 Oct 2010 at 3:40

GoogleCodeExporter commented 9 years ago
We need to determine whether the delay is caused by the big-bang loading of the 
file, or if it's some other cause.  libwebm provides operations for 
lazy-initialization of the file, so that the delay is almost zero.

Original comment by matthewj...@google.com on 28 Oct 2010 at 7:46

GoogleCodeExporter commented 9 years ago
Delay was not caused libwebm mkvparser::Segment::Load( ) function. That only 
accounted for 1/2 second delay for a 10 minute file.  

Implemented Idling importer and turned on idle flag in resource file.  

Change-Id: Iec1319d1146d902735f375e85d17ee747573da67

Original comment by jeffko...@google.com on 1 Nov 2010 at 3:40

GoogleCodeExporter commented 9 years ago

Original comment by albe...@google.com on 8 Mar 2012 at 12:10

GoogleCodeExporter commented 9 years ago
This issue was closed by revision b8984f315166.

Original comment by jz...@google.com on 23 Jul 2014 at 9:06