I am currently using the latest docker container (janus-gateway:0.10.7), when I request a list of my available streams I recieve
{
...
"janus": "success",
"plugindata": {
"plugin": "janus.plugin.streaming",
"data": {
"streaming": "list",
"list": [
{
"id": 1,
"type": "live",
"description": "Car 1 Stream",
"enabled": true,
"video_age_ms": 30208
}
]
}
}
}
And then when I perform the following request
{
...
"janus": "message",
"body": {
"request" : "kick_all",
"id": 1,
"secret" : %secret%
}
}
I get the following
{
...
"janus": "success",
"plugindata": {
"plugin": "janus.plugin.streaming",
"data": {
"streaming": "event",
"error_code": 452,
"error": "Unknown request 'kick_all'"
}
}
}
Happy to provide more information about my configuration, but may need guidance on where that is located