You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the transmission of SRT is done in a separate thread, not based on ST. Therefore, many functions will be different, and the callback and API mechanisms will also be different.
Pseudocode by Zhong Hong:
Based on this improvement, the current multi-threading can be changed to single-threading, which will greatly enhance the overall conceptual integrity and completeness.
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered:
winlinvip
changed the title
SRT: 传输IO支持ST(StateThreads),多线程改单线程
SRT: Transmission IO supports ST (StateThreads), multi-threading to single-thread.
Jul 29, 2023
Currently, the transmission of SRT is done in a separate thread, not based on ST. Therefore, many functions will be different, and the callback and API mechanisms will also be different.
Pseudocode by Zhong Hong:
Based on this improvement, the current multi-threading can be changed to single-threading, which will greatly enhance the overall conceptual integrity and completeness.
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: