1
|
| This article relies largely or entirely upon a single source. Please help improve this article by introducing appropriate citations of additional sources. |
Streaming multimedia is multimedia that is constantly received by, and normally displayed to, the end-user while it is being delivered by the provider. The name refers to the delivery method of the medium rather than to the medium itself. The distinction is usually applied to media that are distributed over telecommunications networks, as most other delivery systems are either inherently streaming (e.g. radio, television) or inherently non-streaming (e.g. books, video cassettes, audio CDs). The verb \'to stream\' is also derived from this term, meaning to deliver media in this manner.
Contents |
Attempts to display media on computers date back to the earliest days of computing, in the mid-20th century. However, little progress was made for several decades, due primarily to the high cost and limited capabilities of computer hardware.
Academic experiments in the 1970s proved out the basic concepts and feasibility of streaming media on computers.[citation needed]
During the late 1980s, consumer-grade computers became powerful enough to display various media. The primary technical issues with streaming were:
However, computer networks were still limited, and media was usually delivered over non-streaming channels, such as CD-ROMs.
The late 1990s saw:
These advances in computer networking combined with powerful home computers and modern operating systems made streaming media practical and affordable for ordinary consumers. Stand-alone Internet radio devices are offering listeners a "no-computer" option for listening to audio streams.
In general, multimedia content is large, so media storage and transmission costs are still significant; to offset this somewhat, media is generally compressed for both storage and streaming.
A media stream can be on demand or live. On demand streams are stored on a server for a long period of time, and are available to be transmitted at a user\'s request. Live streams are only available at one particular time, as in a video stream of a live sporting event.
Research in streaming media is ongoing and representative research can be found at the Journal of Multimedia.
Unicast Connections require multiple connections from the same streaming server even when it streams the same content
Streaming media storage size (in the common file system measurements megabytes, gigabytes, terabytes, and so on) is calculated from streaming bandwidth and length of the media with the following formula (for a single user and file):
(since 1 megabyte = 8 * 1,048,576 bits = 8,388.608 kilobits)
Real world example:
One hour of video encoded at 300 kbit/s (this is a typical broadband video for 2005 and it\'s usually encoded in a 320×240 pixels window size) will be:
If the file is stored on a server for on-demand streaming and this stream is viewed by 1,000 people at the same time using a Unicast protocol, you would need:
This is equivalent to around 125 GiB per hour. Of course, using a Multicast protocol the server sends out only a single stream that is common to all users. Hence, such a stream would only use 300 kbit/s of serving bandwidth. See below for more information on these protocols.
|
|
This article or section needs copy editing for grammar, style, cohesion, tone or spelling. You can assist by editing it now. A how-to guide is available. (January 2008) |
Designing a network protocol to support streaming media raises many issues, such as:
Multicasting broadcasts the same copy of the multimedia over the entire network to all clients
Unicast protocols send a separate copy of the media stream from the server to each client. In terms of difficulty of implementing technically, these protocols are the most simplistic. At the cost of this simplicity, there can be massive duplication of the data being sent on the network.An issue for streaming media is that some firewalls block UDP-based protocols to provide additional security for their owners. These blocks are in place because UDP is stateless and thus makes it difficult for a firewall to determine whether or not to allow the connection.Phil Kostenbader. Standards in desktop firewall policies. SecurityFocus. Retrieved on 2008-01-09.
Widespread deployment of streaming media raises scaling and Quality of Service issues. Testing service deployments is a significant problem. Vendors offer equipment to test streaming services across a number of test domains including Scalability, Quality of Service, Quality of experience, and protocol conformance.[citation needed]
Although the internet will fundamentally change many industries, the fact remains that streaming large amounts of data (such as video) over IP is still expensive. CDNs (content distribution networks) are companies that provide the infrastructure (servers and pipes) required to reliably deliver data worldwide. As in other industries, the cost (usually priced per gigabyte) is a function of quantity. At the end of 2007, a rather small commitment of 750 GB per month costs about $1.50/GB while a commitment of 100,000 GB per month cost $.30 per GB (USD).
Some streaming broadcasters use streaming systems that interfere with the ability to record streams for later playback, either inadvertently, through poor choice of streaming protocols, or deliberately. Some of these broadcasters place these interferences on their media because they believe it is to their advantage to control their copyrighted material or necessary for compliance to licensing requirements by content providers. A concern for some broadcasters is that these copies of broadcasted material will result in lost sales. Whether users have the ability and the right to record streams has become a significant issue in the application of law to cyberspace.
According to some, there is no way to prevent a user from recording a media stream that has been delivered to their computer. Bruce Schneier once said, "Digital files cannot be made uncopyable, any more than water can be made not wet."Bruce Schneier. The Futility of Digital Copy Prevention. Retrieved on 2008-01-09. To date, efforts to prevent copying streaming media has been limited to making it inconvenient, illegal, or both.
One method of interfering in recording streaming media is DRM (Digital Rights Management) technologies. The DRM does not prevent a user from recording the streamed bits but the DRM gives some control of the reproductions or plays of the recorded file to a streaming media provider by requiring a key to unlock or decrypt the content.
Using unpublished data formats is another way for streaming media providers to prevent copying of their media. This security method can be reverse engineered, and encrypted streams must be decrypted with a key that resides on the consumer\'s computer, so these measures are security through obscurity, at best.
Efforts to make it illegal to record a stream may rely on copyrights, patents,[citation needed] license agreements, or national legislation that implements the anti-circumvention provisions of the WIPO Copyright Treaty.
|
|
This list may require cleanup to meet Wikipedia\'s quality standards. Please help improve this list. It may be poorly defined, unverified or indiscriminate. |
Containers assemble video and audio tracks in a file or data stream. Common examples are AVI, Ogg, QuickTime, RealMedia, ISO MP4 and the Matroska Media Container. Note that old containers, like AVI, are not well suited for streaming.
This article is licensed under the GNU Free Documentation License. It uses material from Wikipedia