https://github.com/cdnbye/gosignaler-cluster
https://github.com/cdnbye/gosignaler-cluster
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdnbye/gosignaler-cluster
- Owner: cdnbye
- Created: 2019-04-17T05:06:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T13:36:15.000Z (over 7 years ago)
- Last Synced: 2025-03-26T04:34:07.094Z (over 1 year ago)
- Language: Go
- Size: 178 KB
- Stars: 6
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### The signal server of [hlsjs-p2p-engine](https://github.com/cdnbye/hlsjs-p2p-engine)
This is a distributed signaling implemented using RPC service,you can deploy the code to multiple servers,so that it can handle more signaling.
### 1.install the redis service
### 2.modify the redisconst.go,update the redis host info
### 3.of course,you can change others configuration :
- 3.1 the default server port is 8082,you can modify the serverconst.go and then change the server port;
- 3.2 the default rpc service post is 9002,you can modify the rpcconst.go and the change the rpc service port;
- 3.2 you can modify the logconst.go and the change the log configuration;
### 4.build
- 4.1 go to the main directory of the code
- 4.2 go build main.go
- 4.2 go run main.go
### [hlsjs-p2p-engine](https://github.com/cdnbye/hlsjs-p2p-engine)