Skip to content

Commit

Permalink
swap to non-SSL for the audio stream
Browse files Browse the repository at this point in the history
  • Loading branch information
rorpage committed Aug 24, 2019
1 parent 40825c5 commit 434c2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NTunesScene.brs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ end function

function setUpAudio() as void
audiocontent = createObject("RoSGNode", "ContentNode")
audiocontent.url = "https://streaming.live365.com/a31769"
audiocontent.url = "http://edge1-b.exa.live365.net/a31769"

m.audio = m.top.findNode("audio_player")
m.audio.content = audiocontent
Expand Down

0 comments on commit 434c2a7

Please sign in to comment.