diff --git a/script.js b/script.js index 9980be2..c115d58 100644 --- a/script.js +++ b/script.js @@ -1,7 +1,7 @@ //PCM Player : https://github.com/samirkumardas/pcm-player/blob/master/example/server/server.js window.onload = function () { - var socketURL = 'ws://' + window.location.hostname + ':8080' + var socketURL = 'ws://' + window.location.hostname + ':56780' var player = new PCMPlayer({ encoding: '16bitInt', channels: 2,