Hi I am trying to setup a configuration where Homeseer plays a mp3 sound to the Up2Stream over wifi, by a .vb script.
The .vb script is something like:
Dim playURL As String = “http://” & ampIP & “/httpapi.asp?command=setPlayerCmd:play:http://” & hsServer & “ding.mp3”
client.DownloadString(playURL)
Is seems to work ok , but only after the second try.
I did try to play a “1-second-of-silence.mp3” before but that was not enough…
I really would like to know why the command must be triggered twice.