streaminfo
This api lets you retrieve information from an ongoing live stream. This is useful both for fetching information about a stream, but also to check if a particular stream is still online and working properly. You can also retreive a thumbnail from any HLS/RTMP stream.
streaminfo endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Stream thumbnail generator /preview |
Returns a jpeg image representation of the current stream in binary form. You can choose the output size of the image using the `width` and `height` parameters, as well as… |
| POST |
Stream probe /probeStream |
Request stream information from the specified RTMP or HLS url. It will return the currently present audio and video codecs, and the bitrate, framerate, etc. This endpoint is nice… |
streaminfo pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 60 / minute |
|
| PRO | $20 / month | 120 / minute |
|
| ULTRA Recommended | $50 / month | 300 / minute |
|