1
0
Fork 0
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:
winlin 2020-04-13 09:32:48 +08:00
parent 087559813f
commit 216b3bf414
4 changed files with 9 additions and 8 deletions

View file

@ -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) {