webcast / webcaster

Client for the webcast websocket protocol.
https://webcast.github.io/webcaster/
MIT License
155 stars 35 forks source link

not connecting to icecast2 #7

Open Nurlan199206 opened 5 years ago

Nurlan199206 commented 5 years ago

Hi.

i filled settings, exactly host and passwod in your demo: https://webcast.github.io/webcaster/

but i dont see mountpoint at my icecast2, it's not working.

you can help me?

theof commented 5 years ago

Hi ! What exactly are you using to bridge webcast to icecast ? Icecast does not speak the webcast protocol, so be sure that the connection did not fail (look it up in the dev tools - the Start Streaming button fails silently)

Nurlan199206 commented 5 years ago

i must use liquidsoap for bridge connection?

theof commented 5 years ago

Indeed, you probably should use Liquidsoap. It is the only software at my knowledge that supports the webcast protocol. Be sure to configure a SSL harbor connection in LS as well, as your browser will likely block requests to unsecure endpoints from a HTTPS website ! Otherwise you could host the webcaster website on your own server, and choose not to use HTTPS. However, remember that the host/password couple will then be sent over the network in clear text

Nurlan199206 commented 5 years ago

Please you can send me example liq file for liquidsoap, and which settings i must add in webcaster web interface?