I just installed a new script of video watch pro , every thing done perfectly.. No problem in video uploading .. Thumbnails for the video is also generating good.. and video is converted into .flv format and stored in uploads/video/.. i gave the correct paths to ffmpeg,flvtool,php etc.. But The Problem is , while i am trying to view the video , the video is not displaying(playing), in the video player... what will be the reason for this... Please help me to fix this...
Well try downloading the flv video and try and see if thats working if not maybe ffmpeg isnt installed properly
Also check your flashvars, especially the allowaccess one and a few others. Flash gets rather funky with URLs and permissions. One trick I use is to view my page source so I can see what path/URL my player is using to full the video. Then, copy and paste that URL directly in your browser to test (unless for some reason you've blocked direct access). That can go a long way in helping you troubleshoot your problem. If you can't view the video PERIOD, then it's possible that either 1) the player and/or its related javascript isn't installed correctly or 2) something is hosing your conversion process. Check your server logs for conversion error messages just in case.