[Feature Request] Guest Info Widget
LoneWolf1987 opened this issue · 1 comments
It would be nice to add information about guest's connection, like network latency, bitrate and video codec (h264 or h265), encoding, decoding and packet loss.
This is definitely something I will eventually be looking into adding.
From the SDK Documentation and talking to a Parsec Team member, I can say this much:
- Each client's Network Latency, packet loss(or at least packet resends like what the official app logs), and decode latency are possible, as well as the Encode Latency and Bitrate (which will be the same for all guests).
- The number of video frames queued waiting to be decoded can also be requested.
- The Video Codec is sadly not something that a host can request via the Parsec SDK, only clients can get it.
Along with this, I would also be interested in adding a way of seeing how many gamepads each client has connected / the ID's of each gamepad.
Rather than a dedicated Guest Info widget, this may end up being an expansion to the current guest widget, where you could adjust the amount of details you see, or perhaps another widget that would pop out as a part of the current Guest's widget. Just some thinking aloud here, curious what you and others think of this.