]> git.basschouten.com Git - openhab-addons.git/commit
[chromecast] Support for more audio streams through the audio servlet (#15180)
authorGwendal Roulleau <dalgwen@users.noreply.github.com>
Thu, 6 Jul 2023 19:05:21 +0000 (21:05 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Jul 2023 19:05:21 +0000 (21:05 +0200)
commit06abd44a7d78b0c101ea096a2e89e24ca30eb80f
tree02fcd4c642fe1a721d52dfac4f706d4b83620b8a
parentdee79190a9c5d4297e65ee7e0d0b9df082856213
[chromecast] Support for more audio streams through the audio servlet (#15180)

* [chromecast] Support for more audio streams through the HTTP audio servlet

Separates audiosink in its own class.
Improves volume change/restauration and temporary file handling by using the new core capabilities

---------

Signed-off-by: Gwendal Roulleau <gwendal.roulleau@gmail.com>
bundles/org.openhab.binding.chromecast/src/main/java/org/openhab/binding/chromecast/internal/ChromecastAudioSink.java
bundles/org.openhab.binding.chromecast/src/main/java/org/openhab/binding/chromecast/internal/action/ChromecastActions.java
bundles/org.openhab.binding.chromecast/src/main/java/org/openhab/binding/chromecast/internal/factory/ChromecastHandlerFactory.java
bundles/org.openhab.binding.chromecast/src/main/java/org/openhab/binding/chromecast/internal/handler/ChromecastHandler.java