Changes between Initial Version and Version 1 of Ticket #986, comment 8
- Timestamp:
- 02/09/2012 06:27:28 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #986, comment 8
initial v1 1 An .mp4 container is not streamable; the file layout requires seek operations. The only way to play one is to download the entire file to memory or local disk.1 An .mp4 container is not streamable; the file layout requires seek operations. The only way to play one, in general, is to download the entire file to memory or local disk. 2 2 3 Most likely your pipe:0 test only works because your test file is smaller than the internal memory cache inside ffmpeg. For a big .mp4 file, your architecture will never work. 3 Maybe your pipe:0 test only works because your test file is smaller than the internal memory cache inside ffmpeg? For a big .mp4 file, your architecture will be a problem. 4 Why don't you use a streaming format?


