Stream Creation
We can use the Livepeer SDK to create a stream. The example below uses the Create Stream API.- Node.js
- Python
- Ruby
- PHP
- Go
rtmp://rtmp.livepeer.com/live, and
the streamKey is present in the response object. You can use these two values
to broadcast to the stream.
To learn more about other stream functions such as stopping a stream,
recording a stream, and more, see the Stream
API.