Dominic Szablewski 12 年之前
父節點
當前提交
ea16a137b6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md 查看文件

@@ -77,7 +77,7 @@ a.href = window.URL.createObjectURL(blob);
77 77
 
78 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 81
 - MPEG files with B-Frames look weird - frames are not reordered. This should be relatively easy
82 82
 to fix, but most encoders seem to not use B-Frames at all by default.
83 83
 - The width of the MPEG video has to be a multiple of 2.