Skip to main content
November 6, 2012
Question

Duration of video, when using jithttp module

  • November 6, 2012
  • 1 reply
  • 654 views

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

    This topic has been closed for replies.

    1 reply

    November 6, 2012

    Which version of FMS are you using?

    November 6, 2012

    I do not use FMS. I want to use only Apache with jithttp module, which is included in FMS installation.

    Adobe Employee
    November 7, 2012

    You either have starter version (non licensed) or license configurations are not set in httpd.conf .. Please note JitFmsDirPath must be set to the parent of "licenses" folder, where license is placed.