caching of movies
This commit is contained in:
parent
08e16b02be
commit
7eba71ca9a
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue