Closed (fixed)
Project:
FlashVideo
Version:
5.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
12 Feb 2007 at 23:04 UTC
Updated:
14 Mar 2009 at 05:01 UTC
Hello
Thanks for this module, i have multisite and i install the module configuration and everything is ok, i want to use video with flv, i have software that convert video to flv (flash video) i try with the video.flv the one used demo with free flash player, i set the out put directory to files and rename the player to player.swf , i attach the video file to the node with flash video enable i just can see an image with
Video currently not available, i set the cron manualy same image and no video, i have no FFMPEG php installed because i need just the flash player
Thanks
Comments
Comment #1
travist commentedThis is suspicious... Other people have gotten this module to work, so I am thinking that you are just not doing something you should be. First of all, is the player that you have named "player.swf" or is it named "Player.swf". If it is named "player.swf", then try capitolizing the "P" and then see if that fixes your problem. Also, you need to make sure that you have this flash player in the same directory as the output directory defined in the FlashVideo settings page. If it still doesn't work, then you might not have ffmpeg configured properly on your server.... Please give me some more information so that I can figure out if this is really a problem with the module or just user error.
Thanks,
Travis.
Comment #2
kevinwalsh commentedi'm having the same problems, although i'm not sure if my ffmpeg installation is properly configured. do you know of any way of running a separate test of ffmpeg independent of the module?
Comment #3
toma commentedHi
You say in a preview topic that its not needed to have FFMPEG php installed to get the module to work, i try with player,swf and Player.swf and it doesn't work, the output directory is files and i copy past the player to that directory, i am using multisite feature with drupal 5.1 all my modules are located at sites/all/modules
Thanks
Comment #4
MKdiable commentedThe same here! :(
I use QuickTime and Flash plugin to make flv files, i don't need ffmpeg, so I disabled it ("Maximum Failures:" in configuration is set to "0").
My servers' php info
I'm using:
Drupal 5.1
Downloaded modules: FlashPlayer
I uploaded video.flv from original "flash_flv_player" archive.
All paths and files are ok.
What other info could help to find the problem?
P.S. Great module, keep going ;)
Comment #5
marcoBauli commentedjust a heads up about a FFMPG setting that got FlashVideo work for me after a long afternoon ;)
have a look at http://www.travistidwell.com/node/11#comment-433
and try changing your ffmpg Command to:
-i @input -f flv -ar 22050 -ab 64k -ac 1 @output
hope it helps
Comment #6
attheshow commentedClosed due to inactivity.