webcast / webcast.js

API and documentation for the webcast websocket protocol
MIT License
79 stars 26 forks source link

Problem streaming with Chrome #15

Closed Enne2 closed 5 years ago

Enne2 commented 6 years ago

Hi, I'm having an issue streaming with Chrome browser. This is my test script http://enne2.net/webcaster/ and I'm using a liquidsoap script as server. With firefox browser it works pretty good but i have this log on liquidsoap when I try it with Chrome:

2018/08/04 22:41:54 [decoder:3] Method "RAW AUDIO" accepted "audio/x-raw,format=S8,channels=2,layout=interleaved,rate=44100". 2018/08/04 22:41:54 [threads:3] Created thread "harbor source feeding" (2 total). 2018/08/04 22:41:54 [harbor_5072:3] Decoding... 2018/08/04 22:41:56 [harbor_5072:3] No network activity for 1.00 second(s). 2018/08/04 22:41:57 [harbor_5072:3] No network activity for 1.00 second(s). ....

The websocket appears to send no audio data. Can you give an eye on my test code? this is my last step to complete my project for college radios community here in Italy, a web-based software for radio studios totally free and open source, alongside an automation server environment built thanks to liquidsoap. Thank you, for everything, really.