Your users or your application will need to be able to push an RTMP stream. To
broadcast a live stream, you’ll need to have
created a stream object with a streamKey
.
You also need to know your ingest base URL.
Depending on the software used to push your RTMP stream, you’ll be prompted for the following:
streamKey
not your stream object name
.streamKey
appended. For
example, if your base URL is rtmp://{region}-rtmp.livepeer.com/live
, use
rtmp:/{region}-rtmp.livepeer.com/live/streamKey
.Livepeer works best with consistent, short keyframe intervals, ideally 2 seconds.
You should set or encourage your users to set this in their broadcasting software. In OBS, you can set this by going to "Settings" --> "Output", change the "Output Mode" from "Simple" to "Advanced" and set the "Keyframe interval" to 2.
Next, learn how to verify stream status with the Livepeer.com API.