Skip to content

spooncast/obs-studio-spoon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBS Studio HTTP REST API for RTMP Streaming Setup

In order to do RTMP broadcasting in OBS Studio, to solve the trouble of setting the stream URL and key every time, Rest API provides an interface to set these. When the Rest API is transmitted in the method defined below in the broadcasting application, it is automatically registered in the broadcasting settings.

It is implemented to build in both the Windows Visual studio environment and the macOS/Linux environment.

Please email all questions and advice to [email protected].

Request

POST URL : https://ip_address:9028

  • Body JSON

{"streamUrl" : "rtmp:https://12.32.11.99/sstted", "streamKey" : "23SDD2sss" }

Response

  • Success

{ "result" : "0" , "streamUrl" : "rtmp:https://12.32.11.99/sstted" , "streamKey" : "23SDD2sss" }

  • Error

{ "result" : "1" }


What is OBS Studio?

OBS Studio is software designed for capturing, compositing, encoding, recording, and streaming video content, efficiently.

It's distributed under the GNU General Public License v2 (or any later version) - see the accompanying COPYING file for more details.

Quick Links

Contributing

About

OBS Studio Spoon - Free and open source software for Spoon live streaming

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 54.1%
  • C++ 38.7%
  • CMake 2.9%
  • Objective-C++ 1.5%
  • Objective-C 1.3%
  • Shell 0.7%
  • Other 0.8%