Dominic Szablewski 12 лет назад
Родитель
Сommit
ea16a137b6
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1 1
      README.md

+ 1 - 1
README.md Просмотреть файл

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.