caching of movies

This commit is contained in:
Knut Forkalsrud 2012-04-13 11:38:31 -07:00
parent 08e16b02be
commit 7eba71ca9a

View file

@ -229,7 +229,6 @@ public class MovieCoder {
filter.flush(); filter.flush();
endLastChunk(); endLastChunk();
// Generate header again to get updated metadata // Generate header again to get updated metadata
// TODO (knut 09 JUL 2011) Figure out why the generated header doesn't work
// TODO (knut 30 JUL 2011) Add some metadata about the file in the first chunk of the file // TODO (knut 30 JUL 2011) Add some metadata about the file in the first chunk of the file
// size of first chunk, size of last chunk, number number of chunks between first-last, size of chunks between first-last // size of first chunk, size of last chunk, number number of chunks between first-last, size of chunks between first-last
// This will be used to determine the right chunk number from a given byte offset in a range oritented HTTP request // This will be used to determine the right chunk number from a given byte offset in a range oritented HTTP request