Dominic Szablewski 12 år sedan
förälder
incheckning
ea16a137b6
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      README.md

+ 1 - 1
README.md Visa fil

@@ -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.