liuzhe02 / bigbluebutton

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

Presentation-format recordings can take a long time to load in Chrome #1764

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It looks like Chrome is downloading the entire video or audio file before it is 
able to start playback.

This appears to be because the webm file isn't correctly optimized for 
streaming - the 'cues' section isn't relocated to the start of the file.

The solution is to install the "mkclean" tool, and add it as a post-processing 
step to the webm media files. It performs streaming optimization for webm files.

Original issue reported on code.google.com by calvin.walton@kepstin.ca on 9 Jun 2014 at 6:02

GoogleCodeExporter commented 9 years ago
I have a set of ubuntu packaging scripts for 'mkclean' ready, and the 
processing scripts change is trivial.

Primary wait is to get mkclean added to the build server so it can be used.

Original comment by calvin.walton@kepstin.ca on 9 Jun 2014 at 6:03

GoogleCodeExporter commented 9 years ago

Original comment by ritza...@gmail.com on 27 Jun 2014 at 4:19

GoogleCodeExporter commented 9 years ago
mkclean is now in the build for 0.9.0.

Original comment by ffdixon@gmail.com on 30 Jul 2014 at 9:39

GoogleCodeExporter commented 9 years ago

Original comment by calvin.walton@kepstin.ca on 30 Jul 2014 at 9:40

GoogleCodeExporter commented 9 years ago
Fixed in 
https://github.com/bigbluebutton/bigbluebutton/commit/c82a25f700a646cf0c71e7d83a
c948054a2c58a3 and corresponding packaging change.

Original comment by calvin.walton@kepstin.ca on 30 Jul 2014 at 9:41