mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Create isolate pithy printer for each RTC FD
This commit is contained in:
parent
087559813f
commit
216b3bf414
4 changed files with 9 additions and 8 deletions
|
@ -1439,7 +1439,7 @@ srs_error_t SrsUdpMuxSender::cycle()
|
|||
srs_utime_t time_last = srs_get_system_time();
|
||||
SrsStatistic* stat = SrsStatistic::instance();
|
||||
|
||||
SrsPithyPrint* pprint = SrsPithyPrint::create_rtc_send();
|
||||
SrsPithyPrint* pprint = SrsPithyPrint::create_rtc_send(srs_netfd_fileno(lfd));
|
||||
SrsAutoFree(SrsPithyPrint, pprint);
|
||||
|
||||
while (true) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue