Posted by spasebar on June 8, 2012 at 9:05am
Drupal is already such a powerful system but sometimes I am just amazed at how little progress it has made when it comes to being able to play videos and stuff. You have to go through a million different modules, read a million different installation guides, find the correct version. etc.. it's so aggravating.
In Wordpress all of this is so simple. Anyway, that is my rant... and now my question is has anyone been able to get the Video Module working with Drupal 7.14?? If so, WOULD YOU MIND TO PLEASE SHARE?
Comments
Yes, me too interested in
Yes, me too interested in such a topic please.
Do you need to play Youtube
Do you need to play Youtube or Vimeo (etc) videos? Or do you need to upload video files and play them as "local"?
Senior Drupal Developer for Lullabot | www.davereid.net | @davereid
Need to upload and play as local
Hi Dave,
Right now I would like to be able to upload videos and allow visitors to play them.
Media + MediaElement modules
I use the Media Module plus MediaElement Module to play local video.
I typically use a File field to store the video, but I understand that you can do this through integration with the Wysisyg module as well. I haven't tried that though.
Hope this helps.
falling short
I would like to help contribute to make the experience around video easier and simpler for drupal users, but I don't even know where to start. there are hundreds of different issues in dozens of different modules' issue queues, there are a hundred different discussion threads, but I can't find any centralized or guided discussion as to how to actually improve the experience. There's nowhere on the media or media_* project pages that indicates a roadmap or any sort of big-picture direction for media. And it seems like every couple months, there are major framework changes. I don't want to start working on patches for code that's already obsolete, but I can't even figure out what will still be relevant next week.
Providing a seamless media experience for end users is something that Drupal has always struggled with, and it's not a trivial problem. But between d6 and d7 it's actually become harder to set up sensible media management. If media is such a priority for Dries et al, why isn't there a full-blown initiative to manage this issue? Simply filing a few issues tagged HTML5 is not going to solve this problem. Rather than continuing to fuss about with architectural details, I think we need to devote real effort to the major usability issues around "file management". Simply exposing Drupal's architecture is no longer a workable solution, since the architecture itself is so complex. Can't we just pack up some kind of basic module with sensible defaults like we had in d6? Ninety nine percent of users - developers included - do not want to concern themselves with filestream wrappers, display modes, and file handler precedence, for example.
I imagine there are lots of other users hitting the same wall as myself:
expected behavior:
actual behavior:
If we're serious about increasing adoption, we need to take a step back and think about what this experience looks like for the 200K+ users who are picking up Drupal 7 (or Drupal 8) for the first time.
can be done using views!
If you know how to play around with Views you can have a solution. Initially i too found it a bit tough but this video (http://vimeo.com/10536890) helped me a lot and now I have it working on one of my client's site: http://www.sackid.com/videos
Here's a Google search on the topic you're looking for:
http://bit.ly/drupal-videos
Hope that helps!
CoolDeep eVagabond
This simple module does
This simple module does exactly what you expect http://drupal.org/project/isfield
There is an initiative...
@aaronbauman,
I understand your frustrations with Media in general, but if you dig in the right places, you will find support. I ran into the same problem and found that the best way to make it better is to contribute back since I rely so heavily on Media.
There is an unofficial initiative softly bouncing around the interwebs, here is a good list of what's going on: http://groups.drupal.org/taxonomy/term/64968
Documentation is a point that needs strengthening...
http://drupal.org/documentation/modules/media
If you want to contribute to making it better, a good place to get involved is the support squad: http://groups.drupal.org/node/207228
The only way it gets better is if we all chip in.
just the thing
just the sort of thing i'm looking for.
thanks for the linkage.
Will there ever be one media
Will there ever be one media solution that does everything for everyone easily?
Probably not.
In just this thread we've gone from discussing spasebar's original use case of uploading videos to aaronbauman's use case of add the url of existing YouTube videos. The variety of use cases has always been one of the challenges of a single media solution in Drupal.
Looking at http://drupal.org/project/isfield it looks a lot like http://drupal.org/project/video_embed_field, without the flexibility provided by leveraging Drupal hooks. isfield hard codes 3 providers into a "library" which must be located at [root]/sites/all/libraries
'Dailymotion' => '#dailymotion.com#','Vimeo' => '#vimeo.com#',
'Youtube' => '#(www.youtube.com|youtu.be)/#',
Want to use videos from Blip, Archive, NPR, TED, or any of the other media_[provider] modules? You're either out of luck w/ isfield or you are learning to fork the github code. While it's as easy or even easier to add a new provider to https://github.com/jcisio/MediaWrapper as it is to create a new media_[provider] or video_embed_[provider], the resulting fork would be difficult for anyone unfamiliar with github to find.
My point... it is possible to create a solution that's easy to use for a handful of providers, but the isfield approach is ultimately a support and feature dead end if other developers can't override options with hooks and designers can't customize the .tpls. When you start designing a structure that can deal with both external urls or uploaded video from any source, it gets much more complicated.
I've done sessions at several camps of configuring Media with several media_[provider] modules from scratch < 30 minutes so I know it's possible and that the information is out there. Could the default settings, UI, and documentation be better? Always. But that's much more likely to happen if you ask what you can do to make it happen vs. complaining that people who already share their work with you for free need to "get with it".
Based on the posts @spasebar and @w7u64xi7 have made, I know they are both new to Drupal and using not-so-great hosts.
In the Community Media Starter Kits, we don't even introduce Media until the moderate level. Configuring Media requires an understanding of content types, fields, input formats, display settings, and likely WYSIWYG configurations. To really do something interesting, you need Views and Styles. If you understand all of these parts of Drupal, Media is already a MUCH better solution than anything WordPress offers.
Hi kreynen, I only read it
Hi kreynen,
I only read it yesterday, thus sorry that I could not reply sooner. ISfield is developer with share and extensibility in mind, so all kinds of video detection are leveraged to an external library. I was thinking that I was quite open for more media wrappers in github. But now I've just rewritten the library so that it could be extended without modify any line of the library.
@spasebar :: In the distance, behind you
I agree with you. I have some experience with Wordpress and it is all so easy to add great video content. I do really like Drupal and understand that it is a better ecommerce solution that blogging heaven wordpress. But what an ache it is trying to include video!
Glad I've found this discussion thread!
Jonathan.
Maybe this would fit your
Maybe this would fit your requirements better? http://drupal.org/project/video_filter
Video help
Thank you for your advice. Much appreciated! I'll get going with it!
Jonathan.
Video help
Thank you for your advice. Much appreciated! I'll get going with it!
Jonathan.
Before you commit your self
Before you commit your self to using video from elsewhere..... the Video module was in a state of flux around June - but much has been done since then and it's now very stable. I'm currently running v7.x-2.7 on core 7.15 with no trouble. The FFmpeg option is still a mare unless you have someone who can compile this for you..... but the Zencoder route is pretty straight forward.
Glad you like it.
Glad you like it.
Senior Drupal Developer at DrupalConnect
Gor a newbie...? Naaa!
Love drupal. But hate the complete that is setting up video! Really appreciate your help. Guess Drupal is for stone cold hard code devs not us arty graphics types.
Jonathan.
Drupal enterprise video
Took us a couple of years and a lot is not Drupal (had to do custom code to get what we really wanted) but we completed an launched a comprehensive video platform built on Drupal. It includes a variety of features including adaptive bit rate streaming, security, output to Mac, Windows and IOS, encoding, multi chapter videos, downloadable attachment and a complee shopping cart for subscriptions, rental or unlimited access to individual videos or custom collections. Also incorporated social media and will have the ability to incorporate YouTube videos in the near future.
Check it out at www.vizigy.com, www.musicenthusiast.tv or guitarcollege.goplaymusic.net
Thanks
Randy
Nice one
Great sites BTW
Jonathan.
OMG
Is the road that tough? Jeeeez. I'll be off back to WP then :)
Jonathan.
Video good, Media not so good
Video continues to be a challenge with Drupal, but it's getting better. A LOT better. But as with everything else in Drupal, it depends on what you're trying to do.
Since you're working with local video files, are you also transcoding? Generally, you probably should transcode native video files with FFmpeg or some other tool in order to keep your file sizes down, and the question is, will you do that locally before you upload, or with some third-party tool. Even H.264 files need to be optimized for the web. FFmpeg is a very powerful way to refine your parameters for web display, with lots of controls, but other things may work better for you.
Video display in Drupal isn't fun to learn but it does pay off when you get a feel for what works and what doesn't. Drupal is extremely modular and finding the right combination of tools for your purpose is the epic challenge. Drupal is more than a set of pliers, it's a Leatherman. I won't say anything negative about WP because it works for a lot of people and is also quite capable. Regardless of your CMS (or framework), good development habits will help you troubleshoot and find what's working, like keeping things simple as you test, and turning on only what you need. When you find that right balance, it's a beautiful thing.
Personally, I have been extremely frustrated by the Media module. I won't go into the details here, but suffice to say it tries to do too much and you really need to commit to it, warts and all. It's not fun to uninstall and it also doesn't tend to play well with other modules, but that's my experience.
Lastly, I'll say that I am having a lot of success with the recent advances of the Video module because it works for my transcoding needs and development goals. The developer heshan.lk, above, created a wonderful tool that has blossomed in time. And the co-maintainer, Jorrit, has brought it to the next level of precision, and he is very thorough and responsive. I wish it had a better upload widget and supported multiple uploads to multiple files, but I have think those things will come in time.
Good luck!