Video and Media module, in future how do they play togethor? are they friends?

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
heshanlk's picture

Yes, we have already started developments of the video module and working hard to release a stable version very soon. So the D7 video module will be the most advanced video solution for D7. We will continue all the D6 features set and adding new features like editable presets and export compatibility with ChosTools, Features modules blah blah.

With the D7 file-system changes, I would say that its a fantastic but very challenging task to the video module, as we provided Amazon S3 support in D6 so yet to define S3 stream wrapper for D7 or we will discontinue that sub-module since users can find alternative in the contributed universe.

Oki, this discussion is meant to get some feed back on how to integrate Media API with video module?, so far we have the video module compatible of handling uploads (We have Video field), create thumbnails, convert videos. Now its time to integrate with the Media module as we should power it up with a great video solution and I think video module is capable of it.

In the video module, we have factory implementation for the Transcoders, so you can use any type of transcoder, eg: if you want to host your video in Vimeo, Blip.tv you can extend the Transcoder interface and create your own transcoder. Creating thumbnails also defined inside the Transcoder class. Basically you can use any type of video hosting solution with the video module.

So its pleasure to mention that we will start Media API implementation to the video module in near future so all Media module users will get this good news with more benefits very soon.

Comments

S3 API?

arthurf's picture

Are you still interested in working on the http://drupal.org/project/s3_api module? In the 6.2x version of the media mover s3 module I wrote a bunch of wrapper functions for s3 (is_dir, mkdir, scandir, unlink) which are handy to have. These aren't a stream wrapper, but they are useful to have.

@arthurf, yes. I will push

heshanlk's picture

@arthurf, yes. I will push some code there for the stream wrapper.

Senior Drupal Developer at DrupalConnect

Status?

infines's picture

What is the status of the implementation of this?

We had couple of discussions

heshanlk's picture

We had couple of discussions on this and we are planing to start developments very soon.

Senior Drupal Developer at DrupalConnect

There is also the Derivates

kreynen's picture

There is also the Derivates API GSoC project proposal that, if approved... coordinated... and well done, could help move this effort forward. Those are some big ifs, but seems like an opportunity to realize @arthurf's vision of media_mover with ffmepg_wrapper_remote functionality in D7 we really failed to achieve in a stable form on D6.

http://groups.drupal.org/node/138714

I wrote a module that adds

dlumberg's picture

I wrote a module that adds media browser support to the video widget it's in a sandbox here:

http://drupal.org/sandbox/dlumberg/1364538