-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KERNEL: Software Consistency and Conceptual Integrity Issues #288
Comments
#786
|
#742 Refactor introduced due to possible race conditions in SrsSource, including:
|
#820 Because many classes in the APP are used for the SRS server, while most of the Modules programs are not server programs but based on ST, it is necessary to abstract a Service module specifically for Modules to use. For example, config should not be included in this module because config is the configuration object of the SRS server.
|
#906 There are too many thread classes, they should not be mixed with specific business logic. Threads should decide for themselves whether to loop or not, and the kernel only needs to provide the most typical thread logic.
|
Some issues need to be fixed:
|
Fixed in SRS3. |
https://github.com/winlinvip/simple-rtmp-server/issues/288
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: