Active
Project:
Blue Droplet Video
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Minor
Category:
Support request
Assigned:
Reporter:
Created:
1 Jan 2010 at 13:56 UTC
Updated:
2 Sep 2011 at 12:22 UTC
Hi,
maybe someone could explain how to make a "download video" link?
Like on planetdrupal tv.
Did not find it in the documentation.
But would love to have this.
I don't like the idea to add file_field and then upload again video just for downloads.
Thank you!
Comments
Comment #1
jbrown commentedBDV exposes various tokens (including a download link) to Token. These can be used by Custom links.
Create a new custom link and set title to [field_video-download-link] and enable 'Title uses HTML'.
This is how it was done on planetdrupal.tv .
Comment #2
janis_lv commentedGreat, thanks for sharing this!
Comment #4
syaman commentedHello
I've done what jbrown outlined but when I click the "download" text below the video, it points to
http://mysite.com/system/storage_api/serve/
and no download occurs. Is there something else I need to do? Thank you
Comment #5
syaman commentedHello I thought I would add on to my previous post above.
For videos that have skipped transcoding (i.e. "Video is Flash-ready" option is ticked on upload), when I click the "download" text below the video, it points to
http://mysite.com/system/storage_api/serve/
and no download occurs.
For other videos uploaded normally, the trick does work though.