playStream- Sink from

Action available
say(String text, String voice, String device)

Is this Action possible ?
playStream(URL, String device)
I am looking rule for sink sound .

No, only playSound is available:

From media Guide only I got idea to play IP tv URL / Internet radio URL / Local (NAS) songs Playlist
other option is using VLC along with exec binding but I am not able to figure out technical part of the same as I am not technical expert in coding or linux.

Sry to say, but that is wrong. We also have two commands for playing streams from rules. They are missing in the OH2 docs, but are listed in the ESH docs.

command description
playStream(String url) plays an audio stream from an url to the default sink (set url to null if streaming should be stopped)
playStream(String sink, String url) plays an audio stream from an url to the given sink(s) (set url to null if streaming should be stopped)
1 Like