Last updated May 20, 2012. Created by choster on January 10, 2009.
Edited by Devin Carlson, andyhu, mtnguru, brunodbo. Log in to edit this page.

Media attempts to resolve the long-standing problem of handling media using Drupal.

Media provides a common framework to unify multimedia and file development efforts. Developers can focus on their expertise or interests, without having to worry about file handling or the integration of their work with other developer's modules.

File and Media Handling

With Media, it is possible to handle both local files (images, video, sound files, etc), remote files (over http://, https://, or feed://) and remote media (YouTube, Vimeo) in the same manner. Remote files and media do not have to be saved to the local server and can be streamed remotely.

*Note that Media simply handles files. Adding new files and other file-related functionality, such as adding fields to files, is handled by the File Entity module.

Browsing Multimedia

Media provides a multimedia browser which allows a user to view and search through all of the multimedia currently added to a site. The browser also enables users to add existing multimedia to file fields or text areas using a WYSIWYG editor.

Displaying Multimedia

Media facilitates the display and playback of multimedia through the creation of media players. Media players may be designed for one or more types of multimedia, such as .pdf documents, .mp3 music or .mp4 video. Media players can be assigned to any number of file types

*Note that Media does not include any media players. You must download an appropriate media player for the file type you need to display. A list of available media players can be found on the Modules that Extend the Media Module page.

If you find a mistake or an omission in the documentation, please create an issue in the media issue queue (when filing an issue, select the "Documentation" component).

Comments

Example

Tutorial video with example usage can be found at: http://cleverlogic.net/tutorials/drupal-7-video-setup-using-media-and-me...

Here is a tutorial on how to create youtube videos fields
http://drupal.org/node/1407140

Amnon
-
Amnon Levav - Drupal Consultant

Druvision - Web Solution Experts

Linking Media fields back to Content

By default media module links media to /media/[fid] as a result of this being a entity field
In order to link the media field back to its content page you need this module
http://drupal.org/project/file_entity_link

See instructions here.

http://drupal.org/node/1392900#comment-6374826

Page status

No known problems

Log in to edit this page

About this page

Drupal version
Drupal 7.x

Site Building Guide

Drupal’s online documentation is © 2000-2013 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License. Comments on documentation pages are used to improve content and then deleted.
nobody click here