Skip to main content
Inspiring
December 17, 2016
Question

mod_f4fhttp

  • December 17, 2016
  • 1 reply
  • 508 views

Hello,

I see following in httpd error.log:

[core:error] [pid 10908:tid 2584] mod_f4fhttp [400]: Syntax error in /vod/adir/hereisthefile.mp4

However file is served to player OK. The setup is vod service on ams 5.0.11 on win x64:

<video width="600" height="480" controls>

   <source src="/vod/adir/hereisthefile.mp4">

</video>

The adir actually is a symlink to a directory on a local (but not the same as ams webroot is on) hard drive.

Tried with strace6 logging enabled, nothing relative to subject module.

Thanks for your discussion time.

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    January 9, 2017

    Are you looking for serving HLS/HDS content? In that you should be playing a.mp4.m3u8 or a.mp4.f4m.

    if you can hosting the file as mp4 and just want to download and play mp4 then you should ensure that httpd.conf as proper location directive to the path of mp4 file.