mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for bug #237, add name for thread. 2.0.47
This commit is contained in:
parent
c083238760
commit
c457364321
9 changed files with 30 additions and 26 deletions
|
@ -58,7 +58,7 @@ SrsForwarder::SrsForwarder(SrsSource* _source)
|
|||
kbps = new SrsKbps();
|
||||
stream_id = 0;
|
||||
|
||||
pthread = new SrsThread(this, SRS_FORWARDER_SLEEP_US, true);
|
||||
pthread = new SrsThread("forward", this, SRS_FORWARDER_SLEEP_US, true);
|
||||
queue = new SrsMessageQueue();
|
||||
jitter = new SrsRtmpJitter();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue