Skip to main content
Inspiring
April 18, 2012
Question

jithttp_module file read strategy

  • April 18, 2012
  • 1 reply
  • 977 views

Hi!

What strategy does the jithttp_module have when it reads a video file for just in time packaging? Does it read the entire file or just what it needs to build its first segment or fragment? Can I configure this strategy?

best regards

Johan Acevedo

This topic has been closed for replies.

1 reply

Adobe Employee
April 23, 2012

It reads the entire file to create bootstrap first and then in this bootstrap all the fragment information is present with timestamps and duration. When client requests for a particular fragment from this bootstrap then the server knows based on its fragment number which portion of data it has to serve to the client from the media. You cant configure this stragegy. Only thing you can configure is the fragment size which server needs to create.