We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fedddba commit f6ea294Copy full SHA for f6ea294
.DS_Store
0 Bytes
js/stream.js
@@ -1,5 +1,5 @@
1
//open stream from VPS
2
- var myaudio = new Audio('http://rhizotron.net:8080/listen.mp3');
+ var myaudio = new Audio('http://159.203.17.208:8080/listen.mp3');
3
//determines if audio has been initialized
4
let init = false;
5
//streaming status
0 commit comments