Skip to main content
November 10, 2015
Question

HLS-live mod_hlshttp [500] error

  • November 10, 2015
  • 0 replies
  • 325 views

Hello,

I'm getting this error from the log: [Tue Nov 10 14:56:49 2015] [error] mod_hlshttp [500]: Unknown exception when processing /hls-live/ntvevent1/ntvevent1_1500.m3u8

when I want to open a /hls-live/ (.m3u8) livestream. HDS works fine.

The config looks like this:

<IfModule jithttp_module>

                <Location /hls-live>

                    HLSHttpStreamingEnabled true

                    HttpStreamingLiveEventPath "/opt/adobe/ams_origin/conf/_defaultRoot_/_defaultVHost_/livepkgr-now/events/_definst_"

                    HttpStreamingContentPath "/opt/adobe/ams_origin/conf/_defaultRoot_/_defaultVHost_"

                    HttpStreamingURLSandboxLevel "Inst"

                    HLSMediaFileDuration 8000

                    HLSSlidingWindowLength 6

                    HLSFmsDirPath "/opt/adobe/ams_origin"

                    HttpStreamingUnavailableResponseCode 503

                    Options -Indexes FollowSymLinks

                </Location>

As you can see we are using the jit module. So why is it then a "mod_hlshttp" error?

Hope you can help me.

Regards, Sven

This topic has been closed for replies.