11-30-2024, 12:55 PM
(This post was last modified: 11-30-2024, 03:21 PM by Tim Curtis.)
I sent you a PM with a download link to the vv log.
I should clarify moode renderer handling with respect to audio output.
Example: Spotify Connect
1. Assume MPD is playing
2. When librespot starts it does not open the audio output
3 When client connects to librespot the audio output remains closed
- The hook script for librespot will stop MPD playback when it processes the "session_connected" event
4. When client starts playback librespot opens the audio output (it was closed via #3)
5. When client stops playback or disconnects librespot close the audio output
I should clarify moode renderer handling with respect to audio output.
Example: Spotify Connect
1. Assume MPD is playing
2. When librespot starts it does not open the audio output
3 When client connects to librespot the audio output remains closed
- The hook script for librespot will stop MPD playback when it processes the "session_connected" event
4. When client starts playback librespot opens the audio output (it was closed via #3)
5. When client stops playback or disconnects librespot close the audio output