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.
Comments
Same error
I'm seeing the same error; 'node' is being added to the path of the converted FLV when it is passed over to the flowplayer.
same problem over here...
hi guys..
I am facing the same issue..
It seems there is an issue of
It seems there is an issue of constructing path on the Flowplayer, if you try the SWFTools module with this, it will work.
Senior Drupal Developer at DrupalConnect
swftools and video
I haven't had any success at all with using swftools with the video module. The converted video never appears. I even look at the source and don't see any of the embedding code. The SWF tools status report is all fine; it plays the test content. I have flowplayer configured. I only ever get the "missing flash content" when trying to load a page that has a converted file; again the source code doesn't have any embed fields for the player.
The only way I've been able to get the video module working is to disable swftools and use flowplayer with the video module directly.
I am getting the same thing
I am getting the same thing too. Anyone have any ideas on this?
If you have spaces in the
If you have spaces in the filename, this can be happen, its not yet fixed with players but we fixed in dev version. Please go to video_field settings and check the file_path, I hope if you add file path it should work.
Senior Drupal Developer at DrupalConnect
space
I was able to get around the filenames with spaces issue by putting quotes around !videofile and !convertfile in the transcoder settings (transcoder -> video conversion -> advanced settings).
I believe
I believe http://drupal.org/node/955656 is the issue you're looking for. I was having the same problem until I found that. Basically, Video is using a relative path to look for the file when it needs an absolute one.
The patch in there doesn't apply to the latest -dev version of video, but the change it makes is simple enough to implement by hand.
The patch against latest dev
The patch against latest dev will not work since we change a lot to the module to support HTML5 video.
Senior Drupal Developer at DrupalConnect
Fundamental errors in the templates
As I have only FTP access to my hosted server, I used both modules for experimenting only. I disabled transcoding and thumbnails, and uploaded some video files. The are properly sit in "original" subdirectory. One of them (don't remember of flv or mp4) displaed properly just after uploading, but then both are giving the same error 200.
I checked the source HTML code of the pages. For every player I tested the code is improper. For example, for HTML 5:
<div class="content clearfix">video<div class="field field-name-field-film field-type-video field-label-hidden"><div class="field-items"><div class="field-item even"><!-- Using the Video for Everybody Embed Code http://camendesign.com/code/video_for_everybody -->
<video width="640" autobuffer="1" height="360" controls="controls" preload="auto" poster="http://mysite.pl/">
<!-- Flash Fallback. Use any flash video player here. Make sure to keep the vjs-flash-fallback class. -->
<div id='flowplayer-video' style="width:640px;height:384px;" class="flowplayer"></div></video></div></div></div> </div>
Look - There is a word video without HTML brackets, there is no path to the file, there is poster pointing to the site...
video problem - stream not found
Hi there, in my case, I am using flowplayer and the video module, however, i get stream not found after the file is uploaded - but it only says the file path excluding the file name when it reports stream not found... any ideas why this may be?
I am the CTO of an E-learning company based out of Tokyo, Japan. I am responsible for creating custom Drupal Modules, and designing our front and backend systems architecture. I also outsource when necessary. We are currently looking to expand our team
same problem
same problem