mirror of
https://github.com/Fijxu/BooyahDocs.git
synced 2025-01-27 11:43:13 -03:00
15 lines
335 B
Markdown
15 lines
335 B
Markdown
|
# 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"
|
||
|
}
|
||
|
```
|