iniwf / webm

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

video falls behind for live webm presentations #300

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The video either falls behind or otherwise gets out of sync for live webm 
presentations as you find here:

http://www.flumotion.com/demosite/webm/

http://www.wowzamedia.com/_demo/webm/html5.html

Either the MF pipeline isn't consuming video samples at the rate required to 
keep up, or video rendering is taking too long.

This might be related to the fact the IMFQualityAdvise2 doesn't work when the 
presentation does not state a framerate.

Original issue reported on code.google.com by matthewj...@google.com on 15 Mar 2011 at 9:33

GoogleCodeExporter commented 9 years ago
We need to fix the QualifyAdvise(2) interface to work, even when there is no 
framerate (which has since been deprecated).

Original comment by matthewj...@google.com on 16 Feb 2012 at 10:31

GoogleCodeExporter commented 9 years ago

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