Replies: 2 comments
-
|
Hello, in my opinion if you want to get an overall view of what is running or not on the server, you can use the API and in particular the resulting in {
"pageCount": 0,
"items": [
{
"name": "string",
"confName": "string",
"source": {
"type": "hlsSource",
"id": "string"
},
"ready": true,
"readyTime": "string",
"tracks": [
"string"
],
"bytesReceived": 0,
"bytesSent": 0,
"readers": [
{
"type": "hlsMuxer",
"id": "string"
}
]
}
]
}As you can see there's a |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This discussion is being locked automatically because the last update was more than 2 years ago. Do not use the content of this discussion as reference since it's probably outdated! The official documentation is the only place in which you can find up-to-date answers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I'm wondering what the best way is to tell whether a stream is running on a URL or not. I see that a
GETrequest to the endpoint returns404in my testing but I'm not sure if this is sufficient or if there's another more official way to query for this status.Beta Was this translation helpful? Give feedback.
All reactions