Duration of video, when using jithttp module
Hi,
I have testing jithttp module.
The original length of this video is 1 hr 30 min, but when I tried to stream this video using jithttp module I was able to play only 10 min.
I tried another video (Sintel) and it also played only 10 min.
Can you please explain why jithttp module generates wrong manifest or what's the root cause of the problem?
Does jithttp module has some limitations regarding length of the video?
LoadModule jithttp_module modules/mod_jithttp.so
<IfModule jithttp_module>
<Location /hds-vod>
HttpStreamingJITPEnabled true
HttpStreamingContentPath "/file"
JitFmsDirPath ".."
HttpStreamingJITConfAllowed true
Options -Indexes FollowSymLinks
</Location>
</IfModule>
Thank you
