cssarma / flowplayer-plugins

Automatically exported from code.google.com/p/flowplayer-plugins
0 stars 0 forks source link

Simplify MP4 Pseudostreaming - implement pseudo byteranges #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Simplify MP4 Pseudostreaming - implement pseudo byteranges

Currently byte range requests don't work because of the policy file.  Why not 
just encapsulate it in a pseudostreaming request?

it helps many users who want to stream mp4 but don't/can't have the extensions 
set up.  using byte range is much more easier to implement in php.

This might also solve the problem for bad streaming precision for mp4.

Original issue reported on code.google.com by henry.fa...@gmail.com on 17 Dec 2010 at 3:44