7913 Posts in 1355 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » New Feature: Audio and Video
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
| Go to End | Next > | |
| Author | Topic: | 21878 Views |
-
Re: New Feature: Audio and Video

21 October 2009 at 4:47am
Make sure you have FFMPEG installed.
FLV::echo_ffmpeg_test();
-
Re: New Feature: Audio and Video

21 October 2009 at 4:58am
Negative. I'll figure out how to install that on a Unix box. Did you see my earlier post? I have the $Player working, but $VideoThumbnail returns empty, and $VideoPopup returns an error...
Regards,
Garrett -
Re: New Feature: Audio and Video

21 October 2009 at 5:22am
Yeah, cause VideoPopup requires a thumbnail, which requires FFMPEG.
-
Re: New Feature: Audio and Video

21 October 2009 at 5:23am
Yes, but FLV::echo_ffmpeg_test(); returns True on this machine (my local). What about the $VideoThumbnail being blank? This is way more important for me right now.
-
Re: New Feature: Audio and Video

21 October 2009 at 5:44am
FFMPEG is now installed on both boxes, and still no $VideoThumbnail and error from $VideoPopup. There's gotta be something else going on there...
-
Re: New Feature: Audio and Video

21 October 2009 at 6:19am
Check dataobject_manager/flv/ffmpeg_log.txt for a list of all the FFMPEG commands that have been executed. The thumbnail commands begin with "ffmpeg -y -i."
Try running some of those at your command line and see if there are any errors being thrown.
-
Re: New Feature: Audio and Video

21 October 2009 at 6:29am
Also, check the markup to see if any img tag is being drawn for the video thumbnail and track down that image. The images are stored in your File table with the Title flv_thumb_123 where 123 is the ID of the FLV file.
-
Re: New Feature: Audio and Video

22 October 2009 at 7:14am
There is no image tag being written. Nothing is written. The thumbs exist in the File table, complete with Paths, but do not Physically exist. Nothing is ever created in the video_thumbnails folder. Ever seen this one?
| 21878 Views | ||
| Go to Top | Next > |

