Closed (fixed)
Project:
D7 Media
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 May 2011 at 11:44 UTC
Updated:
3 Aug 2011 at 19:21 UTC
Is it possible to add, say video, to your media lib. by simply supplying a URL to a CDN file storage?
Ex.:
http://c1813712.r12.cf0.rackcdn.com/TronLegacy-Feature.m4v
This would make a really cool feature since most people handle encoding and big files of the web server with the Drupal install.
Comments
Comment #1
mightyiam commentedI have the need for this too, for I wish to display images in my site which are from external sources.
This is easily done in long text areas using a wysiwyg so that's not a problem. The problem begins when I want to have a field which in it's essence is an external media file.
This was possible in D6 using the Embedded Media Field (emfield) module. Media is supposed to replace emfield in D7 and it lacks this functionality.
There's also a workaround using views' rewrite of text fields:
http://drupal.org/node/691080#comment-2510506
Would it be a lot of work to make this module?
Comment #2
tshakah commentedSubscribe.
Comment #3
dave reidThis will be provided in http://drupal.org/project/remote_stream_wrappers - code posted as soon as it is client approved for publishing.