video_7.module

mayborhome - September 3, 2006 - 02:37
Project:Video
Version:HEAD
Component:Code
Category:bug report
Priority:normal
Assigned:neoliminal
Status:active
Description

You can find the video module in the attachement.

The module should be investigated and re-tested to be work in your platform.

Hope it is a contribution to you all.

BTW,

the demo site is
http://www.maybor.com

I will configure it to be English in default.

AttachmentSize
video_7.module79.03 KB

#1

fax8 - September 3, 2006 - 10:37

Thank you for your work.

Would you please submit your modifications as patch ?
http://drupal.org/diffandpatch

This will make reviewing and testing really easier for us.

Fabio

#2

neoliminal - October 26, 2006 - 13:31
Title:video module that support file uploading and automatic video conversion» video_7.module
Category:task» support request
Status:patch (code needs review)» active

What module dependencies (or other dependencies on the system, like ffmpeg?) are required for this module_7 to work?

Thanks for the cool additions mayborhome!!

#3

neoliminal - October 26, 2006 - 14:37
Category:support request» task
Priority:normal» critical
Assigned to:mayborhome» neoliminal
Status:active» patch (code needs work)

Changes to video.module required to get this to work in Drupal 4.7.

Comment out these functions:
theme_video_metadata() video/plugins/video_optmetadata/video_optmetadata.module on line 110
theme_video_image_teaser() video/plugins/video_image/video_image.module on line 117
theme_video_customfields() video/plugins/video_customfields/video_customfields.module on line 178
theme_video_image_body() video/plugins/video_image/video_image.module on line 139

#4

neoliminal - October 26, 2006 - 14:49

Also you need to the Player.swf:

>wget http://www.maybor.com/Player.swf

Not sure what's required to make that work yet, still digging.

#5

neoliminal - October 26, 2006 - 15:17

In video_7.module there's a function called:

661 if ($file = _file_check_upload_perl($field_name)) {

but I can't find _file_check_upload_perl();... commenting out.

#6

neoliminal - October 26, 2006 - 16:29
Category:task» bug report
Priority:critical» normal
Status:patch (code needs work)» won't fix

Finally gave up when line 1355:

<?php
function _video_get_toolkit() {
   
$ffmpeg_ext = "ffmpeg";
    if (!
extension_loaded($ffmpeg_ext)) {
      return
false;
    }
?>

...meant I needed ffmped to be an extention... which I could not accomplish. SO CLOSE!! :-(

#7

fax8 - October 27, 2006 - 20:03
Status:won't fix» active

please don't close active bugs without discussing.

#8

mayborhome - November 2, 2006 - 14:30

Hi guys,

I have published the answer on maybor.com. Please refer to
hack into video.module.
You should login maybor.com, or you can not see the attached zip file.

I am so busy that I can not had more time to write them in more details.
Sorry!

美播网-网络直播,共享视频
美播网

 
 

Drupal is a registered trademark of Dries Buytaert.