Closed (works as designed)
Project:
Video
Version:
7.x-1.x-dev
Component:
General
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2011 at 19:27 UTC
Updated:
15 Jun 2012 at 16:33 UTC
Did not follow any Drupal developments as of Drupal 6.18, now tuned in again, and meanwhile we have Drupal 7.8.
Is the module media the preferred replacement for video?
The module usage statistics as of 2011-09-27 shows media as #126 and video as #155 in the general ranking and media leading even more within D7 installations, and also in a lot of discussions the media plugin is very hyped.
My question shall in no way be perceived offensive! Of course I appreciate all the dev efforts being put into modules, yours as well as others. I am asking honest and upfront, what's the way to go. Thanks!
Comments
Comment #1
hypertext200Media module doesn't have any video handling features yet.
Comment #2
porg commentedAre you sure? Because http://drupal.org/project/media reads:
Or do you mean Media can only theoretically include such objects, but cannot handle them practically as it has no playback solutions?
Comment #3
hypertext200There is no any playback defined with Media module yet for videos. It will play videos fro YouTube embed only for D7 version at the moment.
Comment #4
idflood commentedIt seems to me that they can (or could) be used in combination.
- video module providing conversion
- media providing a unified field to upload any media (so you can have a video field accepting youtube, vimeo and local files)
- and maybe videojs module to display these uploaded video files
At least this is how I would like to setup a new site. I will try to report here if it is possible or not.
Comment #5
rlmumfordI'm trying to do this (#4) at the moment too. Has anyone made any progress?
Comment #6
emptyvoid commentedThe problem appears to be that the video and jsvideo modules need to add display hooks to make it media aware. So when uploading a video (of whatever type) and attempting to place the video in a wysiwyg editor field that is has a style format to render it.
In the video file type I have attempted to set the display to just list a link to the media element, but no love. I'm also a little annoyed that the image, audio, video, and document entities are not "real" entities in Drupal and thus not visible to anything but the media browser in the media module.
What is even more frustrating is much of the video issues have been resolved for the module on Drupal Gardens, yet none of the improvements appears to have been committed back to the community. :(
So for now I'd look else where as the Media module (being 2+ years from release) is no where ready for prime time. :(
Comment #7
dlumberg commentedI've been working on getting the Video upload form integrated into the Media module's browser as a plugin. I've run into a few little stupid things that it looks like people have requested and the maintainers of media have outright rejected or not seen as useful. If/when I can get the upload form working I'll post something here, but it won't be until at least January or February.
Comment #8
dave reid@dlumberg: I'm not sure exactly what issues in Media you are referring to that we've outright rejected? If a change or issue is important to helping integrate Media and Video together I would be sure to be giving it serious consideration. Feel free to ping me in IRC.
Comment #9
Jorrit commentedMy intention is to make the Video module bugfree as it is in its current form and perhaps look into integrating it with the Media module later.
Comment #10
dlumberg commentedI wrote a module that adds media browser support to the video widget it's in a sandbox here:
http://drupal.org/sandbox/dlumberg/1364538
Comment #11
Jorrit commentedThanks for creating this submodule! I will look at it soon. Are you planning to turn it into a full project? Or will it remain a sandbox project? I think it is best to choose one of those options and not add it to th video module because it allows you to release separately from the video module.
Comment #12
Jorrit commentedThanks for creating this submodule! I will look at it soon. Are you planning to turn it into a full project? Or will it remain a sandbox project? I think it is best to choose one of those options and not add it to th video module because it allows you to release separately from the video module.
Comment #13
dlumberg commentedI'm planning on turning it into a full project, I just wanted to get some feedback before I submitted it.
Comment #14
Jorrit commentedI have added it to the Video module homepage, I hope you get good responses and that you can turn it into an actual project.