R
ringoya
Guest
I have had a tough time finding how to stream videos from my server. Which control should I use to configure the server to read video files as video files, not text?
One suggestion was to create an .htaccess file for the folder where the videos are located. So far, it has not worked. Can someone give me a suggestion on how to do this using Plesk? I have no idea how to add MIME properly to allow .m4v and .mp4 because everything I;ve done is not working.
What I've done through Plesk:
1.created a .htaccess file on notepad
2.added
AddType video/x-m4v m4v
AddType audio/x-m4a m4a
AddType video/mp4 mp4
3.uploaded to file to /httpdoc
4.erased the .txt file ending so that it is just .htaccess
5.no change -- itunes and feedburner do not pick up the video
One suggestion was to create an .htaccess file for the folder where the videos are located. So far, it has not worked. Can someone give me a suggestion on how to do this using Plesk? I have no idea how to add MIME properly to allow .m4v and .mp4 because everything I;ve done is not working.
What I've done through Plesk:
1.created a .htaccess file on notepad
2.added
AddType video/x-m4v m4v
AddType audio/x-m4a m4a
AddType video/mp4 mp4
3.uploaded to file to /httpdoc
4.erased the .txt file ending so that it is just .htaccess
5.no change -- itunes and feedburner do not pick up the video