-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,34 @@ | ||
# OpenBroadcaster Multimedia Framework | ||
|
||
OpenBroadcaster focuses on reliability, accessibility and scalability over a having a bloated range of half baked/buggy features. It has an organic AJAX interface built with Gstreamer, HTML5 and Javascript to deliver a web application in support of broadcast radio and TV automation, media asset management and dynamic community programming. One [OBServer](https://github.com/openbroadcaster/observer) may manage one or more [OBPlayer](https://github.com/openbroadcaster/obplayer) in a synchronized network configuration or have the server and playout on one device or VM. There is a robust Plugin Module Architecture with many modules extending the core server application. The server has a [Documented API](https://docs.openbroadcaster.com/) to enable sharing digital media assets and metadata with revocable secure keys. | ||
|
||
|
||
## Usage Scenarios | ||
|
||
<details> | ||
<summary>Broadcast Radio and TV</summary> | ||
<ul><li>Special interest, LPFM, community and multicultural broadcasters</li> | ||
<li>Time and theme based music segments for public spaces</li> | ||
<li>Dynamic Podcast assembler, logging and archiving</li></ul> | ||
</details> | ||
|
||
<details> | ||
<summary>CAP Emergency Alerting</summary> | ||
<ul><li>Broadcast Radio and TV</li> | ||
<li>LED Outdoor Signage</li> | ||
<li>CATV Alerts</li></ul> | ||
</details> | ||
|
||
<details> | ||
<summary>Video Streaming</summary> | ||
<ul><li>Low power community television</li> | ||
<li>User generated community IPTV channel on CATV</li> | ||
<li>Digital signage and visitor information</li></ul> | ||
</details> | ||
|
||
<details> | ||
<summary>Media Asset Management</summary> | ||
<ul><li>Media Asset Management</li> | ||
<li>Media library, versioning and archiving</li> | ||
<li>API Access and secure distribution</li></ul> | ||
</details> |