Dbnvp: Difference between revisions
From Drorbn
Jump to navigationJump to search
No edit summary |
(→To Do) |
||
Line 32: | Line 32: | ||
* Allow linking of blackboard shots. Each Talk.php may set parameters to manage blackboard shots: |
* Allow linking of blackboard shots. Each Talk.php may set parameters to manage blackboard shots: |
||
** "bbsfolder" - a directory for the bbs. |
** "bbsfolder" - a directory for the bbs. |
||
** "bbsfilter" - a |
** "bbsfilter" - a function to filter a subset of the shots in bbsfolder. |
||
** "bbsdate" - a function to compute the absolute time of a shot from its filename. |
** "bbsdate" - a function to compute the absolute time of a shot from its filename. |
||
** In addition, Talk.php should contain a "startingtime" parameter. |
** In addition, Talk.php should contain a "startingtime" parameter. |
Revision as of 19:02, 15 May 2011
dbnvp will be a style for video pages and a collection of programs to create and manage pages of that style. At the moment all there are few samples in progress, a few links, and an unconvincing to do list.
Samples in Progress
- Aarhus-0706
- MSRI-0808
- KAL-090708
- Mathcamp-0907
- HUJI-090727
- Bonn-0908
- Fields-0911
- UWO-100225
- Test1, GlobalNotes, notes
- Test2, GlobalNotes, notes
- Many more at AKT-09.
Links
- The dbnvp directory (to get the sources of all php files in this directory, download all_php_files.zip.php and save it without the .php extension, and then open it or unzip it as a zip file).
- The project birthplace (and further links) at 2009-06/one/Streaming_Video.pdf.
- Mozilla on video: https://developer.mozilla.org/En/HTML/Element/Video and https://developer.mozilla.org/en/Using_audio_and_video_in_Firefox.
- Flumotion and Cortado: http://www.flumotion.net/ and http://svn.wikimedia.org/viewvc/mediawiki/trunk/cortado/.
- Converting videos to theora: http://v2v.cc/~j/ffmpeg2theora/.
- Icecast: http://www.icecast.org/.
- VLC: http://www.videolan.org/
- "HTML5 Video" in the Theora Coockbook: http://en.flossmanuals.net/TheoraCookbook/HTML5.
- Alternative video hosting sites: http://tinyvid.tv/, http://www.dailymotion.com/ca-en.
To Do
- Allow linking of blackboard shots. Each Talk.php may set parameters to manage blackboard shots:
- "bbsfolder" - a directory for the bbs.
- "bbsfilter" - a function to filter a subset of the shots in bbsfolder.
- "bbsdate" - a function to compute the absolute time of a shot from its filename.
- In addition, Talk.php should contain a "startingtime" parameter.
- Save current time and other state parameters with cookies.
- "Previous/next" links.
- "These notes are (mostly) by the students and for the students...".
- Allow linking into a specific video time.
Done
- Allow an independent refresh of the "comments" panel.