I have a question about this wonderful module :
I manually convert my videos to FLV from my computer to the server as upload a big video to a server takes sooooo long time !!!
So my question is :
-Is it possible to manually add the path of the video in a tagg ?
For example : [video: path=/files/video1.flv:thumbmail=/files/thumbmail1.jpg : width=450:Height=320]
It is also better so we can choose manually the thumbmail we want to appear then.
Is there a way to do it ?
Actually, when i try to upload my video which is already FLV, nothing appear in my node then, I only have the word " Sorry .... " instead of my video.
The FFMPEG isn' t install on the server, so i guess, nothing is done when i click on the attach button and that' s why this sorry appear...
How to do use your module if we do not have FFMPEG on the server ?
Comments
Comment #1
travist commentedAfter looking over my code, I don't really seeing anything keeping you from uploading an FLV file and it just working... Is it not? I will need to look into this if it is broken...
As for getting it to play a filename you uploaded to that node, you can try this.
In your Body section, place the following code. Make sure you have PHP Code enabled on the Input Format, and then just replace the filename given in the SQL statement with whatever filename you want. Let me know if this works, because I have not tested it. You can do the same with any uploaded image, and just replace the [video] tag with [thumbnail] to get the same effect with images.
Comment #2
travist commentedActually even better... You don't need to burden the tag parser, but call the flashvideo_get_video function directly...
Comment #3
PePiToO commentedI got the same error =(, there is still this "Sorry..." instead of the video.
Some infos :
-My player is in the /files folder.
-When i attach a video, and then submit the node, the video is not in the /files folder.
-Even if i manually upload the video to the /files folder, the same error " Sorry..." appear...
The problem maybe not from you but from my drupal configuration, but i don' t have any idea how to make it work.
Thanks for your quick reply, hope next reply is gonna work !
=)
Comment #4
PePiToO commentedAny other ideas ?
I am totally lost on how to manage it, your help will be sincerely grateful
Comment #5
travist commentedI will look into this... My apologies, but I have been out of commission for the past couple of days, and will be back on fixing issues next week.
Comment #6
doc2@drupalfr.org commentedIndeed, I think my [function.dl]: Unable to load dynamic library problem is related to the code above that I tried (setting the text format to php).
Please have a look here: http://drupal.org/node/149521
Small recall: I run Drupal 5.1 localy. ffmpeg on my OS X Intel Mac Mini is the latest ffmpegX release (sometime in 2006). And it's not yet worked out to run properly...
About flashvideo running localy on Mac OS X, please jump for help over here: http://drupal.org/node/137203#comment-254666
Many thanx in advance.
Comment #7
doc2@drupalfr.org commentedThe access to the [function.dl] is denied:
http://arsene.richard.free.fr/ged/fv/09_Drupal_access_refused-to-dynamic...
Each one of the 4 unappropriately automaticaly created nodes shows:
http://arsene.richard.free.fr/ged/fv/10_Drupal_node19_SQL-Syntax-error.png or
http://arsene.richard.free.fr/ged/fv/11_Drupal_node20_SQL-Syntax-error.png etc.
Combined with the previous post's first link, this should help... hopefully.
Comment #8
travist commentedPlease download the BETA version for 2.1 and let me know if this problem still persists. I made some changes to the uploading of FLV files, and it seems that it should work just fine. Also, you still need to run cron...even with FLV uploads. Thanks!
Comment #9
travist commentedComment #10
PePiToO commentedSame thing again.
-Flashvideo Settings:
Output file : files/videos
Flash player settings: flvplayer.swf (which is in fils/videos folder)
I don't touch the other settings
-Create a story node:
Choose the video i need ,by "browsing" and "Attach" it.
Choose the thumbnail i need
Submit the node.
Still have the "Sorry"... message
Maybe should i try it on the server online ?
Did i do something wrong ?
Comment #11
PePiToO commentedStill get the same error with the new version 2.1
I don't get it, sorry the bad feedbacks.
Comment #12
PePiToO commentedi just test on my website, not locally.
The video just upload normally on the output folder.
The thing is that there is still this Sorry message. I just want to warn that i just don't want to use FFMPEG as the video i have to convert are 300Mb so it will be difficult to upload it on the server and i don't understand why we have to use this FFMPEG.
Can you help me to solve this problem ?
THank you !
Comment #13
(not verified) commented