Changes between Version 6 and Version 7 of live-video-streaming-support
- Timestamp:
- Aug 17, 2011, 12:40:30 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
live-video-streaming-support
v6 v7 9 9 == The problem with how streaming is currently done == 10 10 11 Currently the state of video streaming on the Internet revolves mainly around a set of protocols and software owned by one company, Adobe, that is commonly referred to as flash. There are essentially two video formats that are used for the streaming done on most of the Internet today; flv files are used primarily for prerecorded video (Youtube), and RTMP is used for both live streaming (uStream) and in some cases for prerecorded video (Hulu). Both formats are owned in full by the Adobe Corporation.11 Currently the state of video streaming on the Internet revolves mainly around a set of protocols and software commonly referred to as flash. This technology is owned by one company, Adobe. If you have ever watched a video on Youtube or Hulu, you've experienced videos delivered in the flash format (flv files) and/or streamed using Adobe's RTMP protocol. 12 12 13 13 In additional to technical limitations of Adobe software, there are critically important political limitations. While the Flash Player is free to download, it is not Free Software in any sense. Flash implements a closed web "standard" for streaming video. Building streaming video based on Flash and RTMP means we are hitching our movement to a single company that neither shares our vision nor is willing to share the development of the technology freely.