Skip to content

Commit

Permalink
update streaming host to geo
Browse files Browse the repository at this point in the history
  • Loading branch information
andistuder committed Sep 6, 2017
1 parent 7178dc2 commit c6b65f3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function setupRadioPlayer() {
if (radioIsPlaying) return;

let time = new Date();
audioElement.src = "http://listen.nts.live/stream2?t=" + time.valueOf() ;
audioElement.src = "http://stream-relay-geo.ntslive.net/stream2?t=" + time.valueOf() ;
audioElement.play();
$audioIcon.addClass("fa-stop").removeClass('fa-play');

Expand Down
2 changes: 1 addition & 1 deletion public/css/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/style.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/app.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/app.min.js.map

Large diffs are not rendered by default.

0 comments on commit c6b65f3

Please sign in to comment.