Reply to thread

Thanks, added these lines to code right after changing of device for testing:


[code]  

VolumeHandler.Dispose();

VolumeHandler.CreateInstance();

[/code]


But that doesn't seem to help, best guess would be audio devices connected doesn't update on its own:


https://github.com/MediaPortal/MediaPortal-1/blob/ff4edb5f3612e397136971c4a3a57a2aa2ffcfc8/mediaportal/Core/Player/VolumeHandler.cs


// Update


Remains working here with public release even when switching back and forth audio devices, makes me think it's that hide volume OSD toggle we have in settings.


[USER=160722]@Virtual[/USER]


Could you re-test with the following settings:


 [ATTACH=full]185718[/ATTACH]


[ATTACH=full]185717[/ATTACH]


Top Bottom