moonlight-stream / moonlight-ios

GameStream client for iOS/tvOS
GNU General Public License v3.0
1.01k stars 253 forks source link

Why isn’t there deciding time in stats? #551

Closed maxiedaniels closed 1 year ago

maxiedaniels commented 1 year ago

I’m desperately trying to figure out if my latency issue is due to using an Apple TV 4K 2017 (1st gen of the 4k), but I can’t see decoding time. Is there no way to enable it??

cgutman commented 1 year ago

No, the AVSampleBufferDisplayLayer API that we use for decoding doesn't provide decode latency information.

We may move to using VTDecompressionSession which does allow us to get this info, but for now it is not available.