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.

CommentFileSizeAuthor
video_7.module79.03 KBmayborhome

Comments

fax8’s picture

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

neoliminal’s picture

Title: video module that support file uploading and automatic video conversion » video_7.module
Category: task » support
Status: 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!!

neoliminal’s picture

Assigned: mayborhome » neoliminal
Category: support » task
Priority: Normal » Critical
Status: Active » 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

neoliminal’s picture

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.

neoliminal’s picture

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.

neoliminal’s picture

Category: task » bug
Priority: Critical » Normal
Status: Needs work » Closed (won't fix)

Finally gave up when line 1355:

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!! :-(

fax8’s picture

Status: Closed (won't fix) » Active

please don't close active bugs without discussing.

mayborhome’s picture

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!

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

hypertext200’s picture

Status: Active » Fixed

Closing

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.