Media Field display needs video facilities. I have started working on a videofield_display.module that is based on code stripped from the video.module. The module currently supports the following formats: DIVX, Quicktime, Realmedia and Windowsmedia. It has only been tested for Quicktime right now and probably needs lots of work, but this is a first step.

BTW I would suggest a audiofield_display/videofield_display modules separation as is the case for the Media Field module.

Comments

tatien’s picture

Title: Embedded video display » Embedded video display module

Here is the .info

tatien’s picture

StatusFileSize
new135 bytes

Shit, problem with upload :( here I try again.

tatien’s picture

StatusFileSize
new28.26 KB

Here is the .module

tatien’s picture

StatusFileSize
new1.39 KB

And here is a .js script

tatien’s picture

Status: Active » Needs review

I would suggest the module is nonetheless added to the CVS if possible so users can try it, give feedback, etc.

colan’s picture

Status: Needs review » Needs work

You may want to jump into the Rewriting mediafield as a filefield plugin discussion. We'd like to deprecate Media Field at some point, so it would be best to try and help moving File Field along. If you could port your efforts over there, and help the maintainer, it would truly be fantastic! ;)

I'm not sure that creating yet another media module is the way to go here as we'd like to move towards a single framework for this sort of stuff. Thoughts?

ekrispin’s picture

It doesn't work. Both IE & FF.

I changed the display option of a video file field (that contains an wmv video) to the new "video player" option.

First, I had to comment the ". _video_get_parameters($field)" in line 415 (as u did for the other players cause it doesn't find the function).

Then it gives the message in 420.

BTW, you can add the avi at line 97 to be played by WMP.

Also, see at line 106 when the type is not recognized, it jumps to node/$node->nid instead of staying at the current node...

ekrispin’s picture

Anybody home?