Changes between Version 1 and Version 2 of Other/Summer/2015/hVideo


Ignore:
Timestamp:
Jun 18, 2015, 3:17:23 AM (9 years ago)
Author:
kushoza94
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2015/hVideo

    v1 v2  
    44
    55=== Introduction ===
     6
     7Live-streaming video from a device to the Internet in an efficient manner can be a tricky task. The concept of video-streaming itself is simple; the device records whatever is going on and then streams the video file information live to a video-hosting website. The problem arises with the nature of internet/data/WiFi connections. Having an unstable connection will result in a low, partially corrupted, and blurry video file on the streaming server. The original video file can always be uploaded later on to wherever the video was streamed to, but just simply re-uploading the same video file is a waste of bandwidth and time. Bits and pieces of the video file were already sent to the streaming server during the live-streaming process; why not use the information previously sent to figure out and upload whatever is missing? That's the goal and name of our project: Dynamic Video Encoding.