broadcast-examples: Difference between revisions
ChrisNewell (talk | contribs) |
ChrisNewell (talk | contribs) m (→The Problem) |
||
Line 13: | Line 13: | ||
Some, but not all of this information is common to [[audio-info]] and [[video-info-examples]]. However there is an inherent difference between an item of content (e.g. a song) and a real-time stream of content. | Some, but not all of this information is common to [[audio-info]] and [[video-info-examples]]. However there is an inherent difference between an item of content (e.g. a song) and a real-time stream of content. | ||
Some thought needs to be given to whether this problem can be addressed using the proposed [[hAudio]] and hVideo microformats, or by combining these with some new stream-info microformat (similar to the proposed [[file-format]] or [[downloads]] microformats. | Some thought needs to be given to whether this problem can be addressed using the proposed [[hAudio]] and hVideo microformats, or by combining these with some new stream-info microformat (similar to the proposed [[file-format]] or [[downloads]] microformats). | ||
== A NOTE ABOUT CONTRIBUTING - USE TEMPLATES == | == A NOTE ABOUT CONTRIBUTING - USE TEMPLATES == |
Revision as of 11:03, 2 October 2007
Broadcast Info
The web provides an alternative transmission medium for radio and TV stations, enabling these to reach a global audience. New Internet-only services have also appeared. A large number of services are now available and there are many web-based directories listing Internet radio and TV stations under various categories.
General information such as channel name, category (genre), and broadcaster are provided as well as technical information about the streams (URL, bit-rate, codec etc).
The Problem
Directories which list radio and TV stations have to be maintained by hand because the information cannot easily be collected automatically from web sites. The information these directories provide is not easily extracted by web browsers and devices such as Internet Radios.
Some, but not all of this information is common to audio-info and video-info-examples. However there is an inherent difference between an item of content (e.g. a song) and a real-time stream of content.
Some thought needs to be given to whether this problem can be addressed using the proposed hAudio and hVideo microformats, or by combining these with some new stream-info microformat (similar to the proposed file-format or downloads microformats).
A NOTE ABOUT CONTRIBUTING - USE TEMPLATES
A python script has been written to extract statistical information, but for it to work, we need to be careful about how we mark up information.
Please use the following template when adding information about an Internet radio or TV station:
* [ http://www.example.com Website Name] ** [ http://www.example.com/listing Listing Example] *** Information displayed: name (i.e. station name), broadcaster, description, language, category (i.e. genre), location, image (i.e. logo), homepage, stream_url, player_url, bandwidth, codec, frequency, rating, now_playing (e.g. track details), schedule, email, stereo (i.e. stereo/mono flag), comment
If you need to add more information than is displayed, please use a common term to describe the information.
Contributors
Page layout copied from audio-info-examples
- Chris Newell, BBC Research
Real-World Examples
Radio
Individual Radio Stations
- Internet Radio List
- Talk radio station example
- Information displayed: name, broadcaster, description, language, category, location, image, homepage, player_url, bandwidth, codec, frequency
- Talk radio station example
- Live365 Internet Radio
- Pop station
- Information displayed: name, description, category, location, player_url, bandwidth, rating, now_playing, email
- Pop station
- Reciva Radio Portal
- Radio station example
- Information displayed: name, broadcaster, description, category, location, codec, player_url
- Radio station example
Listings of Radio Stations
- Internet Radio List
- Station list
- Information displayed: name, description, location, bandwidth, codec
- Station list
- Live365 Internet Radio
- Pop station list
- Information displayed: name, description, category, rating, player_url, bandwidth
- Pop station list
- Radio Feeds
- Radio station listing
- Information displayed: name, broadcaster, description, category, location, homepage, stream_url, bandwidth, codec, stereo
- Radio station listing
- Reciva Radio Portal
- Station list
- Information displayed: name, location, category, player_url
- Station list
Television
Individual TV Stations
- Freee TV
- Station list
- Information displayed: name, location, description, language, category, location, image, homepage, bandwidth, codec, player, rating, comment
- Station list
Listings of TV Stations
- Freee TV
- Example TV station
- Information displayed: name, location, description, language, category, location, image, homepage, bandwidth, codec, rating
- Example TV station
Other stream types
- Text?
Analysis
Analysis of Radio Stations
Analysis of TV Stations
Existing Practices
Listed below is an overview of the existing patterns and practices found in the wild for Radio and TV stations.
Other schema
Summary of common patterns discovered
- There are often several streams listed for the same station using different bit-rates or codecs.
Other attempts to solve The Problem
- media-info-examples - Attempted to find an uber-microformat for describing media. Turned out to be too large of a task, thus the problem was split into attempting to create microformats for audio, video and images.