BooyahDocs/docs/channels/stream-keys.md

15 lines
335 B
Markdown
Raw Normal View History

2021-08-19 00:24:29 -04:00
# Stream Keys
Request Method: POST
* */users/`userID`/coins* = Get info about your streamkey and stream server
* Response Example:
```json
{
"url": "rtmp://rtpmip:1935/live",
"stream_key": "12345678?token=56lenghttoken",
"speed_test_url": "http://rtpmip:1935/speedtest"
}
```