Closed (fixed)
Project:
Video
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2006 at 08:06 UTC
Updated:
8 May 2010 at 01:58 UTC
I'm interested in implementing something similar to multidownload, but for playing. Where you could specify multiple versions of a video (either different formats or same format different bitrates) Then the user can play which ever one he wants.
Could you point me in the right direction on how to best implement this?
Thanks
Eric
Comments
Comment #1
fax8 commentedyes... it could be a useful feature to have...
I suggest you to start hacking from video_multidownload.module .
The first thing to do is extending the db schema.
You should do this with a table link this:
video_multiplay(nid, vid, mpid, vidfile, videox, videoy, size)
where (nid, vid, mpid) is a key for the table
you will have multiple video entries for each (nid, vid)
You should then extend the generated form using _form_alter()
(see plugins for reference)
Then you sould add a menu entry called "play different version" with
an associated function.
In the generated page you should prompt which version the user want
and then serve it to the user.
Ok.. these are some ideas... I will help you if you want to go on.
Fabio
Comment #2
fax8 commented@agilpwc
did you do some progress for this?
Fabio
Comment #3
deema2 commentedany progress in this issue?
it's really helpful
Comment #4
fax8 commentedthis is absolutely a really cool feature to have... unfortunately I'm not going to code this soon.
Anyone who want to do it please reopen this.
Fabio
Comment #5
iLLin commented