Jump to content

OBS Studio

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Shaded0 (talk | contribs) at 14:08, 25 May 2017 (moving source). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Original author(s)Hugh "Jim" Bailey
Developer(s)Community
Initial releasev0.32a / 1 September 2012; 12 years ago (2012-09-01)[1]
Stable release
v19.0.2 (Studio) / 21 May 2017; 7 years ago (2017-05-21)[2]
Preview release
v19.0.2 (Studio) / 21 May 2017; 7 years ago (2017-05-21)[2]
Repository
Written inC, C++[2]
Operating systemWindows 7 and later, OS X 10.8 and later, Linux[3]
PlatformIA-32 and x86-64
Available in41 languages[4]
List of languages
  • Arabic
  • Bulgarian
  • Breton
  • Catalan
  • Czech
  • Danish
  • German
  • Greek
  • English
  • Spanish
  • Estonian
  • Basque
  • Finnish
  • French
  • Galician
  • Hebrew
  • Hindi
  • Croatian
  • Hungarian
  • Italian
  • Japanese
  • Korean
  • Lithuanian
  • Norwegian Bokmål
  • Dutch
  • Norwegian
  • Polish
  • Portuguese
  • Romanian
  • Russian
  • Slovak
  • Slovenian
  • Serbian
  • Swedish
  • Tamil
  • Thai
  • Turkish
  • Twi
  • Ukrainian
  • Vietnamese
  • Chinese
TypeSoftware vision mixer, streaming media
LicenseGNU General Public License, version 2 or later
Websiteobsproject.com Edit this on Wikidata
As ofAs of June 2016

Open Broadcaster Software (also known as OBS) is a free and open source streaming and recording program maintained by the OBS Project. The program has support for Windows 7 and later, OS X 10.8 and later, and Linux.

Overview

Open Broadcaster Software is a free and open source software suite for recording and live streaming. Written in C and C++, OBS provides real-time source and device capture, scene composition, encoding, recording and broadcasting. Transmission of data is done via the Real Time Messaging Protocol and can be sent to any RTMP supporting destination (e.g. YouTube) including many presets for streaming websites such as Twitch.tv and DailyMotion.[5][6]

For video encoding, OBS is capable of using the x264 free software library,[7] Intel Quick Sync Video and Nvidia NVENC to encode video streams into the H.264/MPEG-4 AVC format. Experimental support for AMD VCE encoding was added in OBS Studio version 0.16.0. Audio can be encoded using either the MP3 or AAC codecs.

History

Open Broadcaster Software started out as a small project created by Hugh "Jim" Bailey, but quickly grew with the help of many online collaborators working both to improve OBS and spread the knowledge about the program. In 2014,[8] development started on a rewritten version known as OBS Multiplatform (later renamed OBS Studio) for multiplatform support, a more thorough feature set, and a more powerful API.[9] As of v18.0.1 of OBS Studio, OBS Classic is no longer supported due to the former reaching near-full feature parity with the latter, though the download for Classic is still available.[10]

Plug-ins

Open Broadcaster Software supports a variety of plug-ins[3] to extend its functionality. Plug-ins are loaded as native code DLL files,[11] although a wrapper plug-in[12] is available that allows hosting of plug-ins written in the .NET Framework.

See also

References

  1. ^ "Open Broadcaster Software - Changelog". The OBS Project. Retrieved 27 May 2013.
  2. ^ a b c "Open Broadcaster Software - Download". The OBS Project. Retrieved 22 May 2017.
  3. ^ a b "Open Broadcaster Software - Index". The OBS Project. August 2016. Retrieved 14 August 2016.
  4. ^ "Locales". The OBS Project. Retrieved 10 June 2016.
  5. ^ "How to stream games with Open Broadcaster: a fast, free livestreaming application - News - PC Gamer". Future Publishing Limited. Retrieved 2 June 2013.
  6. ^ "Set up a live stream". Dailymotion Partner Support. Retrieved 22 April 2017.
  7. ^ "x264 Home Page". VideoLan Organization. Retrieved 11 March 2011. In addition to being free to use under the GNU GPL, x264 is also available under a commercial license from x264 LLC and CoreCodec.
  8. ^ "OBS Studio Github Page". Github, Inc. Retrieved 25 February 2016.
  9. ^ "OBS Homepage". The OBS Project. Retrieved 25 February 2016.
  10. ^ "OBS Classic is no longer supported - Here's how to easily switch to OBS Studio". The OBS Project. Retrieved 30 April 2017.
  11. ^ The OBS Project. "OBS Source Code". Retrieved 24 October 2016.
  12. ^ Bradley, John R. (11 August 2013). "Creating a Plugin". CatchException. Archived from the original on 23 October 2016. Retrieved 23 October 2016. ... All languages based on Microsoft's Common Language Runtime (.NET) should be fine. This includes C#, C++/cli, Visual Basic and others. ... {{cite web}}: Unknown parameter |dead-url= ignored (|url-status= suggested) (help)