gosignaler
gosignaler copied to clipboard
A signaling server for hlsjs-p2p-engine, written by golang
The same as cbsignal? Maybe you should do same explanations。
Hi, how i can tune goSignaller for highload, like it can be tuned with phpSignaller? Which server is faster? Go or Php+Event?
this signaler can be used with ssl suport ? New browsers don't allow to load non ssl connections inside https sites.
麻烦,可以写下对Go语言的版本要求吗?
你好, 我先go get github.com/cdnbye/gosignaler ,然后在本地执行go build main.go hub.go handler.go client.go , 然后在本地执行build 出来的main . 最后在 [quick-start.html](https://github.com/cdnbye/hlsjs-p2p-engine/blob/master/demo/quick-start.html) 中按照示例加入了如下配置 ,但当打开网页时,在signaler有`Peer not found` 打出,并且在页面上看不到有p2p的下载. ``` var hlsjsConfig = { p2pConfig: { wsSignalerAddr: 'ws://localhost:8081/ws',...
i've compiled and built the signaler using go no errors came up but when i use ws://localhost:8081/ws as signaler address nothing seems to be happening and im not connected to...
安装提示错误
./main.go:27:9: undefined: newHub ./main.go:35:4: undefined: serveWs