I have searched the forums and find many entries on video issues but no real solutions. I am loading MP4 videos to a directory under albums and I have created the .htaccess file as listed in other post. I have class_video and flowplayer3 plugins turned on. I have tried 3 separate video converters to work the files and still no go. I can play the videos fine on my desktop but not in Zenphoto. My site is www.littlehaven.com/ravens it is a junior league football team site that I am attempting to post for them.
1.Is there some other coding that is required?
2. Can someone make a step by step guide to assist in this as I see many post and notice that many users have given up and switched due to this issue.
3. The error that I see is 200. Stream not found. NetStream.Play,StreamNotFound,clip:[Clip]'/ravens/albums/practices/DSCF3726.MP4'
Any and all assistance appreciated.
Ron R
Comments
SetOutputFilter DEFLATE
SetEnvIfNoCase Request_URI .avi$ no-gzip dont-vary
SetEnvIfNoCase Request_URI .mov$ no-gzip dont-vary
SetEnvIfNoCase Request_URI .mp3$ no-gzip dont-vary
SetEnvIfNoCase Request_URI .mp4$ no-gzip dont-vary
SetEnvIfNoCase Request_URI .flv$ no-gzip dont-vary
I don;t think that will block the files. The files play fine on my desktop using flowplayer3 so I believe that the videos are in the correct format. Any other ideas, or am I not understanding you correctly. Thanks for answering I appreciate all suggestions.
Ron