Give API statistics access to transcoded streams #1566
Unanswered
SceneCityDev
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Via the API you right now can get information about a stream, like this:
http://hostname:8081/v1/stats/current/vhosts/default/apps/app/streams/mystream
However, what is not possible is to get the information about the available transcodes. This information is very interesting, because right now you can only find out the total number of viewers for all encodes, but not viewers per transcode.
Something like this would be great:
http://hostname:8081/v1/stats/current/vhosts/default/apps/app/streams/mystream/encodes/video_bypass
Beta Was this translation helpful? Give feedback.
All reactions