Support multi client streams (#243)
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Wed, 6 Apr 2022 09:00:45 +0000 (11:00 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Apr 2022 09:00:45 +0000 (11:00 +0200)
commitc8ae5abc3b7c904583f89ef013e734a762db28a7
tree3fd60d2b13d7cb821afd74840ed44bc185d2807c
parent9a02373f1efcc4aa13b170dbcdeab47dfe90305f
Support multi client streams (#243)

* handle brokenpipe error at shutdown

* catch json parse errors in aiohttp

* stability fixes

* remove group player workaround

* fix error when streaming radio

* support for multi client queue streams
music_assistant/controllers/stream.py
music_assistant/helpers/audio.py
music_assistant/helpers/process.py
music_assistant/models/media_items.py
music_assistant/models/player.py
music_assistant/models/player_queue.py