2021-01-31, 04:20
Hi all,
Is it possible to get the details of the active stream with the goal of determining how far behind "live" the playback is? When I'm watching a stream and hit the info button, I can see the current playback time and what I assume is the the current play time.
I've used the following which gets me some details of the stream, but would like to just get the value of the delay from buffering.
{"jsonrpc": "2.0", "method": "Player.GetItem", "params": { "properties": ["file","mediapath","dynpath"], "playerid": 1 }, "id": "VideoGetItem"}
Thanks!
Is it possible to get the details of the active stream with the goal of determining how far behind "live" the playback is? When I'm watching a stream and hit the info button, I can see the current playback time and what I assume is the the current play time.
I've used the following which gets me some details of the stream, but would like to just get the value of the delay from buffering.
{"jsonrpc": "2.0", "method": "Player.GetItem", "params": { "properties": ["file","mediapath","dynpath"], "playerid": 1 }, "id": "VideoGetItem"}
Thanks!