フォーラム › TuneBrowser › Hope to Improve SampleRate and BitDepth Information Display › 返信先: Hope to Improve SampleRate and BitDepth Information Display
Hello, Tiki
Sorry to bother you,
I think I understand your explanation maybe.
I realize my thoughts might be a bit simplified.
When the ProxyStream (e.g., WavProxy) process is triggered, I guess the internal indicators would be initialized, and the GUI would be notified to update the relevant information.
The Player should only be aware of the information provided through SetAVTransportURI (e.g., the URI and protocolInfo).
This decoupling is between the Control Point and the Player.
Based on complex network environments, like multiple switches in the path or an internal firewall (e.g., deep packet inspection), could introduce delays. These delays might cause wired UPnP devices, including the Renderer, to respond slower than expected.
In such cases, the Control Point might misinterpret this as the Player not being ready.
Maybe my understanding does not match with your design.
Specifically, I noticed the following behavior:
1. Before playback, the Control Point’s GUI correctly displays information related to the ProxyStream (e.g., SampleRate and BitDepth).
2. Then, shortly after, there’s a brief flicker, and this information disappears.
Thank you so much for your continuous improvements to the UPnP implementation.