org.openhab.binding.heos icon indicating copy to clipboard operation
org.openhab.binding.heos copied to clipboard

Fix Audio Sink with FixedLengthAudioStream

Open salanki opened this issue 7 years ago • 1 comments

The Audio Sink implementation did not add a separator (.) between the filename and the file extension. This lead to URLs being requested like: /audio/70cd606e-fcff-4259-9d0b-2538c8fc1a6fmp3, which does not exist.

This PR adds said separator and includes minor fixes for successful compilation with current OpenHAB master.

salanki avatar Feb 13 '18 01:02 salanki

Thanks for your input. I'm currently working on other branches so some of the changes have already incorporated. But all open points I added within branch RC1. So I think we can close the points.

Wire82 avatar Mar 24 '18 18:03 Wire82