Playstream Issue 2.5.11-1

I’ve got a problem that takes already several nights. Also my wife starts to be unhappy as she liked the simplicity of making our house play radio,…for years now.

Recently, and for me its hard to say if it was the upgrade from .10 to .11 the radio does not play anymore when the rule kicks in. the interesting thing is that if i make the rule start the playstream, nothing happens…waiting for 10mins results in suddenly out of nowhere the speakers start playing music…its not that now all reacts immediately, again a huge lag. what once reacts immediately was the playstream(null)…turning off.

Anyone ever has seen something like this before? I did for sure not change anything in my rules whatever related to this music function.

Here is the rule:

rule “Select Radio Station”
when
Item WebRadio received command
then
switch(receivedCommand) {
case 0 : { playStream(null)
executeCommandLine(“amixer set Headphone – 93%”)}
case 1 : { playStream(“http://mp3stream7.apasf.apa.at:8000”)
executeCommandLine(“amixer set Headphone – 85%”)}
case 2 : { playStream(“http://stream1.energy.at:8000/vie.m3u”)
executeCommandLine(“amixer set Headphone – 85%”)}
case 3 : { playStream(“http://onair-ha1.krone.at/kronehit1058.mp3”)
executeCommandLine(“amixer set Headphone – 85%”)}
case 4 : { playStream(“http://mp3stream2.apasf.apa.at:8000”)
executeCommandLine(“amixer set Headphone – 85%”)}
case 5 : { playStream(“http://mp3stream7.apasf.apa.at:8000”)
executeCommandLine(“amixer set Headphone – 93%”)}
}
end

I have the same problem for a few days, could you find a solution?
OH version 2.5.12 but i did not install any updates before the problem occurred.