I have the HTTP Origin module setup on my Apache 2.2 server on Linux.
It is working fine and I can play back HDS VOD content thru it that is on my server.
But when requesting the VOD .f4m manifest the server is returning the mime type as
- 'text/xml'
Even though I have configured the Apache srv with an AddType directive to return
- 'application/f4m+xml' .
I have verified it only returns 'text/xml' for f4m in the directory configured to use the HTTP origin module and not on f4m in other locations on the server.
Also if I disable the HTTP Origin module and the config for its dirs f4m files in that dir then returns the correct mime time.
I have searched to see if there is a bug or other discussion on this without success.
Is this a known issue?
Is there a bug reporting process? ( I have not found one yet.)