https://github.com/ossrs/srs-dolphin
Multiple cores ability for https://github.com/ossrs/srs
https://github.com/ossrs/srs-dolphin
Last synced: 4 months ago
JSON representation
Multiple cores ability for https://github.com/ossrs/srs
- Host: GitHub
- URL: https://github.com/ossrs/srs-dolphin
- Owner: ossrs
- Created: 2015-05-27T09:06:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T02:15:56.000Z (about 8 years ago)
- Last Synced: 2025-01-05T00:44:40.993Z (6 months ago)
- Homepage:
- Size: 174 KB
- Stars: 26
- Watchers: 13
- Forks: 51
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# srs-dolphin
SRS-Dolphin is a multiple process solution for [SRS](https://github.com/ossrs/srs).
It's a TCP proxy over [ST](https://github.com/ossrs/state-threads), which is deprecated.
Recommend to use:1. [GO-Oryx](https://github.com/ossrs/go-oryx), support multiple processes, SRS++.
1. [SO_REUSEPORT](https://github.com/ossrs/srs/issues/775), directly start multiple SRS to listen at the same port.For users who want to get srs-dophin code, please checkout to branch [feature/deprecated](https://github.com/ossrs/srs-dolphin/tree/feature/deprecated).
Winlin