OpenWebRTC: Difference between revisions

Content deleted Content added
Flugaal (talk | contribs)
Created page with ''''OpenWebRTC''' (OWR) is a free software stack that implements the WebRTC standard, a set of protocols and application programming interfaces define...'
 
Flugaal (talk | contribs)
No edit summary
Line 1:
{{Infobox software
| name =
| logo = <!-- Image name is enough -->
| logo alt =
| screenshot = <!-- Image name is enough -->
| caption =
| screenshot alt =
| collapsible =
| author = [[Ericsson]]
| developer =
| released = {{Start date and age|2014|08||df=yes/no}}
| discontinued =
| latest release version =
| latest release date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| latest preview version = 0.3.0
| latest preview date = {{Start date and age|2015|04|25|df=yes/no}}
| status =
| programming language = [[C (programming language)|C]], [[JavaScript]]
| operating system = [[iOS]], [[OS X]], [[Linux]], [[Android (operating system)|Android]]
| platform =
| size =
| language =
| language count = <!-- Number only -->
| language footnote =
| genre =
| license = [[BSD licenses|BSD]] ([[free software]])
| alexa =
| standard = [[WebRTC]]
| AsOf =
}}
'''OpenWebRTC''' (OWR) is a free [[software stack]] that implements the [[WebRTC]] standard, a set of protocols and [[application programming interface]]s defined by the [[World Wide Web Consortium]] (W3C) and the [[Internet Engineering Task Force]] (IETF).
It is an alternative to the [[reference implementation]] that is based on software from [[Global IP Solutions]] (GIPS).
Line 5 ⟶ 35:
It is meant to also work outside webbrowsers, e.g. to power native mobile apps.
 
It is mostly written in [[C (programming language)|C]] and based largely on the multimedia framework [[GStreamer]] and a number of other, smaller external [[programming library (computing)|libraries]]. It officially supports both [[VP8]] and [[H.264/MPEG-4 AVC|H.264]] as video formats. For H.264 it uses [[OpenH264]] to which [[Cisco Systems|Cisco]] pays the patent licensing bills.
 
Development of OpenWebRTC started at [[Ericsson]] Research under the lead of Stefan Ålund.