|
|
|
|
|
|
77
|
|
77
|
|
|
78
|
### Limitations ###
|
78
|
### Limitations ###
|
|
79
|
|
79
|
|
|
80
|
-- Playback can only start when the file is fully loaded (when not using streamin). I'm waiting for chunked XHR with ArrayBuffers to arrive in browsers.
|
|
|
|
|
|
80
|
+- Playback can only start when the file is fully loaded (when not streaming through WebSockets). I'm waiting for chunked XHR with ArrayBuffers to arrive in browsers.
|
|
81
|
- MPEG files with B-Frames look weird - frames are not reordered. This should be relatively easy
|
81
|
- MPEG files with B-Frames look weird - frames are not reordered. This should be relatively easy
|
|
82
|
to fix, but most encoders seem to not use B-Frames at all by default.
|
82
|
to fix, but most encoders seem to not use B-Frames at all by default.
|
|
83
|
- The width of the MPEG video has to be a multiple of 2.
|
83
|
- The width of the MPEG video has to be a multiple of 2.
|