Hi guys I have installed the Video Module and Flowplayer and have setup ffmpeg and the flv convertion is working correctly. However when I click on the node teaser which is the thumnail created by the ffmpeg then it takes me into full node view and the FlowPlayer would start the video, but this message appears:
200 Stream not found, NetStream.Play.StreamNotFound, clip: '[Clip] 'http://www.localhost.dev:8888/drupalsite/node/sites/default/files/videos/videos/converted/video.flv'
Now by looking at it for a long time I have found what the problem is but no luck finding out how to solve it. First I will explain what is happening on the path.
I setup a Content Type with a video input field that is from the Video Module CCK field and it uses ffmpeg to convert that file in to a flv. When setting up the Video Module it asks you for a directory to keep these videos which I choose to be a Folder called videos inside the Files folder that is inside the Sites/Default. Then there is another videos folder because the content type is called videos. inside of that last videos folder exists an Original folder created by the Video Module which holds the original file uploaded and then another folder called converted which holds the converted file.
I saw that the problem of the above URL is that it has something that it shoudn't which the "node/" part of the URL. This must be because the URL for a Drupal site is normally http://www.example.com/node which is the Front Page for the Drupal site and I cannot delete it and just leave it as localhost.dev:8888 without the Node in front cuz it would not work.
My problem here is that I don't know if it is the FlowPlayer or the Video Module that is grabbing the http://www.localhost.dev:8888/drupalsite/node/sites/default/files/videos... URL when it should be looking for http://www.localhost.dev:8888/drupalsite/sites/default/files/videos/vide... and then the file would play.
Has anyone already been in this situation and has a solution. Although I am not good at PHP yet I have been looking around on the files and cannot find the way to do it. Please help me guys as this is very frustrating.