Create session stream key and RTMP URL for Accelevent studio or Accelevent RTMP stream provider.

For streaming, we are using MUX(link). Using this API, you can generate streaming key and RTMP url that you need to configure in streaming/broadcasting software/tool.

To call this API you need to pass sessionId for which streamKey and rtmpUrl will be generated and returned in the response. Combining streamKey and rtmpUrl you will create a streaming endpoint and configure it within your broadcasting software. For more information, check out this link https://docs.mux.com/guides/video/configure-broadcast-software.

For example If api return below rtmpUrl and streamKey: rtmpUrl: rtmp://live.mux.com/app streamKey: a42ccb8f-dce1-00f8-3552-504d14b43724 then final endpoint will be rtmp://live.mux.com/app/a42ccb8f-dce1-00f8-3552-504d14b43724.

To call this API you need to pass sessionId and event url as path parameters.

You can also pass the optional parameter regenerate if you want to generate existing keys, but it will be allowed only if streaming is not active for the current stream key.

This API can be used by authenticated users only, and it will require super admin/admin/staff level access.

Language
Credentials
Header
Click Try It! to start a request and see the response here!