The Technology - [comment]

| Collaborative Video Home |


Stream Video or Screenshots to Jpg

take screenshots
       save to jpg
             make big composite jpg of several frames (strip)
               
update strip in browser
       scroll visible (change display dimensions with JS/css)

Each frame has a timestamp, from which the display range is computed, and the browser and server are synced

Each strip corresponds to 1 sec, or a period of time which matches the network transfer rate

During playback, jpg size is altered to match playback and transfer rates, though resolution may suffer, motion is smoothest

Keep pace with
(a) buffer
(b) transfer time
(c) screenshot production (available on server)
<hr />
Should be able to:
- save video/screenshots to clipboard and jpg data/files
- be able to join jpgs
- be able to scroll (jump) across multiframe jpg strips
- be able to measure time-of-request to time-of-display
- be able to update image field in browser

Controller:
<<| " | > | >> | #

| Collaborative Video Home |

Time: 2007-11-22 19:34:50 -- Author: Curtis Moore


The Technology | CollaborativeVideoWiki