How does one set mime types in Ubuntu 12.10 for .mp4
and .ogv
video rendering?
I want to run simple video files through localhost. Please give suggestions.
I have kept these 3 lines in /etc/apache2/httpd.conf
file:
AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm
But when I run the index.html page from localhost/Ubuntu/index.html
path its not running the video. I have used html5 tags for running video. Now, what could be the issue? I am using Ubuntu 12.10 and Lamp server.