Closed (fixed)
Project:
FlashVideo
Version:
6.x-1.5-rc2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2007 at 01:38 UTC
Updated:
19 Aug 2010 at 11:05 UTC
I've installed ffmpeg on my server, but I get the following error after installing FlashVideo:
warning: dl() [function.dl]: Unable to load dynamic library './ffmpeg.so' - ./ffmpeg.so: cannot open shared object file: No such file or directory in /home/user/public_html/drupal/sites/all/modules/flashvideo-5.x-1.0/flashvideo/flashvideo.module on line 16.
ffmpeg binary is available at /home/username/bin/ffmpeg/bin/ ... What have I done wrong? I'm not used to using shell. BTW, your module looks great! Thanks for releasing it.
Comments
Comment #1
travist commentedI will soon be releasing a new version that will take care of this problem... The problem is that you have FFMPEG installed, but not FFMPEG-PHP. I only use the FFMPEG-PHP to extract information about the uploaded video, but this information is not crucial to make this module work. The new version will have the FFMPEG-PHP load, only if you choose too... Thank you for being patient as I iron out all the kinks in this module.
Travis T.
Comment #2
hectorplus commentedI am getting the same problem. I am looking forward to a fix.
Thank you, travist, for this great module.
Comment #3
patrickharris commentedI think it's a very exciting module.
Comment #4
patrickharris commentedOops - didn't realise that altering the title meant the title of the original post.
Comment #5
patrickharris commentedSo, the title of the previous post was "thanks for realising it" !
Comment #6
patrickharris commentedum, and releasing it.
Comment #7
travist commentedTry the new release and see if this fixes your problem. You will have to unload and reload the module.
Comment #8
hectorplus commentedWow!!! It's working for me! Thank you, travist!
I need to figure out now how the
![thumbnail]works. I addes this code in my post, buy it just displays the text, however, if i add the[video]tag, i works beautifully.When i first read about this module, i just thought, this can't be true! But is happening. Great module!
Some minor issues. It does not seem to work if you created your own content type. Like, i created a new content type "video", then enabled for video uploading, i dont get the attach/upload option. I can live with the page type.
Thanks again, travist, for your time and module!
Comment #9
travist commentedHector,
No problem at all!! I am glad you are enjoying it (and also relieved that someone got it working)... About your inquiries regarding creating your own node type. It worked when I created a node type called video using the CCK module. This is what I did for my section www.travistidwell.com/easyfilter. Don't forget, that when you create a new node type, that you must enable the FlashVideo for THAT node type. Did you do this?
Also, another point that I should have mentioned. If you want to create the thumbnail you must use the tag [thumbnail], not ![thumbnail]. When I wrote my tutorial, I needed a way to actually type the tags WITHOUT the FlashVideo replacing the tag with a video or thumbnail, so I basically said that if you put an "!" in front of the tag, then it will ignore that tag and replace it with the actual tag instead of the video or thumbnail code.
Also, in the latest release, I improved the performance of the module by disabling the search for [thumbnail] tags in the node body, and also disabled the [video] tags in the node teaser. This of course can be reverted to its original state under FlashVideo Settings if you wish to have [thumbnail] in your actual body and not just the teaser.... But that is just a suggestion.
Again,
Thanks for the compliment, and enjoy the FlashVideo module!
Travis T.
Comment #10
travist commentedComment #11
hectorplus commentedI have the very same settings for the video content type as the page type. Flash video enabled, attachment enabled, permissions ok. It seems to me that it only works for system content types, such us the blog, story, page.
I tried with some other cck types, same thing, the video upload option is not visible. I only get the attachment option, which is at the bottom, as usually.
Is cck the problem? Its working for you, though. Thanks for your explanation.
Comment #12
(not verified) commentedComment #13
ktonini commentedso do we still need ffmpeg-php or does ffmpeg alone work?
Comment #14
chicambi commented