ossrs / srs

SRS is a simple, high-efficiency, real-time media server supporting RTMP, WebRTC, HLS, HTTP-FLV, HTTP-TS, SRT, MPEG-DASH, and GB28181.
https://ossrs.io
MIT License
25.32k stars 5.33k forks source link

Changing the port caused SRS4 to crash. Start RTC and use RTMP for streaming. #2475

Closed Cyaim closed 3 years ago

Cyaim commented 3 years ago

Description'

Please ensure that the markdown structure is maintained.

When running SRS4 with Docker and attempting to view IPC images through WebRTC, the SRS crashes after starting the stream.

  1. SRS version: 4.0.136
  2. ffmpeg streaming command: /usr/bin/ffmpeg -rtsp_transport tcp -re -i "rtsp://admin:admin@ipcip:554/1/1" -tune zerolatency -acodec aac -ar 16000 -vcodec copy -preset ultrafast -f flv "rtmp://192.168.0.11:1936/live/rtc"
  3. SRS log:
[2021-07-15 01:24:28.748][Trace][1][48528095] XCORE-SRS/4.0.136(Leo)
[2021-07-15 01:24:28.748][Trace][1][48528095] config parse complete
[2021-07-15 01:24:28.748][Trace][1][48528095] write log to console
[2021-07-15 01:24:28.748][Trace][1][48528095][MAIN] SRS/4.0.136(Leo), MIT
[2021-07-15 01:24:28.748][Trace][1][48528095] authors: https://github.com/ossrs/srs/blob/4.0release/AUTHORS.txt
[2021-07-15 01:24:28.748][Trace][1][48528095] contributors: winlinvip<winlin@vip.126.com> winlinvip<winterserver@126.com> winlinvip<chengli.ycl@alibaba-inc.com> wenjiegit<zhaowenjie@tal.com> wenjiegit<740936897@qq.com> wenjiegit<wenjie.zhao@chinacache.com> xiangcheng.liu<liuxc0116@foxmail.com> naijia.liu<youngcow@youngcow.net> alcoholyi<alcoholyi@qq.com> byteman<wangchen2011@gmail.com> chad.wang<chad.wang.cn@gmail.com> suhetao<suhetao@gmail.com> Johnny<fengjihu@163.com> karthikeyan<keyanmca@gmail.com> StevenLiu<lq@chinaffmpeg.org> zhengfl<zhengfl_1989@126.com> tufang14<breadbean1449@gmail.com> allspace<allspace@gmail.com> niesongsong<nie950@gmail.com> rudeb0t<nimrod@themanxgroup.tw> CallMeNP<np.liamg@gmail.com> synote<synote@qq.com> lovecat<littlefawn@163.com> panda1986<542638787@qq.com> YueHonghui<hongf.yue@hotmail.com> ThomasDreibholz<dreibh@simula.no> JuntaoLiu<juntliu@gmail.com> RocFang<fangpeng1986@gmail.com> MakarovYaroslav<yaroslav.makarov.97@mail.ru> MirkoVelic<mvelic@inoxx.net> HuiZhang(huzhang2)<huzhang2@cisco.com> OtterWa<simpleotter23@gmail.com> walkermi<172192667@qq.com> haofz<fuzhuang.hao@vhall.com> ME_Kun_Han<hanvskun@hotmail.com> ljx0305<ljx0305@gmail.com> cenxinwei<censhanhe@163.com> StarBrilliant<m13253@hotmail.com> xubin<xubin@chnvideo.com> intliang<yintiliang@gmail.com> flowerwrong<sysuyangkang@gmail.com> YLX<568414379@qq.com> J<guotaojiang@qq.com> Harlan<hailiang@gvrcraft.com> hankun<hankun@bravovcloud.com> JonathanBarratt<jonathan.barratt@gmail.com> KeeganH<keeganwharris@gmail.com> StevenLiu<lingjiujianke@gmail.com> liuxc0116<liuxc0116@gmail.com> ChengdongZhang<lmajzcd@sina.com> lovacat<lovecat@china.sina.com> qiang.li<qiang.li@verycdn.com.cn> HungMingWu<u9089000@gmail.com> Himer<xishizhaohua@qq.com> xialixin<xialixin@kanzhun.com> xialixin<68469352@qq.com> xialixin<xlx0625@163.com> xialixin<xialx@yuntongxun.com> alphonsetai<tyh_123@163.com> Michael.Ma<wnpllr@gmail.com> lam2003<linmin3@yy.com> runner365<shiwei05@kuaishou.com> runner365<shi.weibd@hotmail.com> XiaofengWang<wasphin@gmail.com> xiaozhihong<hondaxiao@tencent.com> xiaozhihong<xiaozhihong8@gmail.com> xiaozhihong<xiaozhihong@huya.com> yanghuiwen<cainiaodj@qq.com> Bepartofyou<309554135@qq.com> Bepartofyou<pengqiang.wpq@alibaba-inc.com> l<22312935+lam2003@github> xfalcon<x-falcon@github> chen-guanghua<jinxue.cgh@alibaba-inc.com> chen-guanghua<chengh_math@126.com> lipeng19811218<mozhan.lp@alibaba-inc.com> lipeng19811218<lipeng19811218@gmail.com> yajun18<yajun18@staff.sina.com.cn> liulichuan<liulichuan@kuaishou.com> yapingcat<caoyapingneu@163.com> chenchengbin<chenchengbin@yy.com> duiniuluantanqin<nmgchenhaibo@foxmail.com> jasongwq<jasongwq@gmail.com> yinjiaoyuan<yinjiaoyuan@163.com> PieerePi<pihuibin@hotmail.com> JesseXi<jesse.jinjin@wo.cn> PieerePi<40780488+PieerePi@github> ghostsf<ghost_sf@163.com> xbpeng121<53243357+xbpeng121@github> johzzy<hellojinqiang@gmail.com> stone<bluestn@163.com> cfw11<34058899+cfw11@github>
[2021-07-15 01:24:28.748][Trace][1][48528095] cwd=/usr/local/srs, work_dir=./, build: 2021-06-28 00:10:17, configure: --x86-x64 --srt=on, uname: Linux c9f55b747608 4.4.0-1060-aws #69-Ubuntu SMP Sun May 20 13:42:07 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux, osx: 0
[2021-07-15 01:24:28.748][Trace][1][48528095] configure detail: --prefix=/usr/local/srs --hls=on --hds=off --dvr=on --ssl=on --https=on --ssl-1-0=off --ssl-local=off --sys-ssl=off --transcode=on --ingest=on --stat=on --http-callback=on --http-server=on --stream-caster=on --http-api=on --utest=off --cherrypy=off --srt=on --rtc=on --simulator=off --cxx11=on --cxx14=off --ffmpeg-fit=on --nasm=on --srtp-nasm=on --clean=on --gperf=off --gmc=off --gmd=off --gmp=off --gcp=off --gprof=off --static=off --shared-st=off --shared-srt=off --shared-ffmpeg=off --log-verbose=off --log-info=off --log-trace=on --gcov=off --debug=off --debug-stats=off --cross-build=off --cc=gcc --cxx=g++ --ar=ar --ld=ld --randlib=randlib
[2021-07-15 01:24:28.748][Trace][1][48528095] srs checking config...
[2021-07-15 01:24:28.749][Trace][1][48528095] ips, iface[0] eth0 ipv4 0x11043 172.17.0.12
[2021-07-15 01:24:28.749][Trace][1][48528095] devices, intranet eth0 172.17.0.12
[2021-07-15 01:24:28.749][Warn][1][48528095][22] stats network use index=0, ip=172.17.0.12, ifname=eth0
[2021-07-15 01:24:28.749][Warn][1][48528095][22] stats disk list: sda sdb xvda xvdb
[2021-07-15 01:24:28.749][Trace][1][48528095] write log to console
[2021-07-15 01:24:28.749][Trace][1][48528095] features, rch:on, dash:on, hls:on, hds:off, srt:on, hc:on, ha:on, hs:on, hp:on, dvr:on, trans:on, inge:on, stat:on, sc:on
[2021-07-15 01:24:28.749][Trace][1][48528095] SRS on  amd64 x86_64, conf:conf/srs.conf, limit:1000, writev:1024, encoding:little-endian, HZ:100
[2021-07-15 01:24:28.749][Trace][1][48528095] mw sleep:350ms. mr enabled:on, default:0, sleep:350ms
[2021-07-15 01:24:28.749][Trace][1][48528095] gc:on, pq:30000ms, cscc:[0,16), csa:on, tn:on(may hurts performance), ss:auto(guess by merged write)
[2021-07-15 01:24:28.749][Trace][1][48528095] system default latency(ms): mw(0-350) + mr(0-350) + play-queue(0-30000)
[2021-07-15 01:24:28.749][Warn][1][48528095][22] SRS/4.0.136 is not stable
[2021-07-15 01:24:28.754][Trace][1][48528095] fingerprint=CF:22:6C:AF:9C:03:60:20:55:27:A3:79:35:95:77:94:FE:A6:94:1A:39:D3:35:C0:0C:39:63:4C:ED:0D:92:7D
[2021-07-15 01:24:28.754][Trace][1][48528095] CircuitBreaker: enabled=1, high=2x90, critical=1x95, dying=5x99
[2021-07-15 01:24:28.755][Trace][1][48528095] http flv live stream, vhost=__defaultVhost__, mount=[vhost]/[app]/[stream].flv
[2021-07-15 01:24:28.755][Trace][1][48528095] http: root mount to ./objs/nginx/html
[2021-07-15 01:24:28.755][Trace][1][48528095] server main cid=48528095, pid=1, ppid=0, asprocess=0
[2021-07-15 01:24:28.755][Trace][1][48528095] write pid=1 to ./objs/srs.pid success!
[2021-07-15 01:24:28.755][Trace][1][48528095] RTMP listen at tcp://0.0.0.0:1935, fd=7
[2021-07-15 01:24:28.755][Trace][1][48528095] HTTP-API listen at tcp://0.0.0.0:1985, fd=8
[2021-07-15 01:24:28.755][Trace][1][48528095] HTTP-Server listen at tcp://0.0.0.0:8080, fd=9
[2021-07-15 01:24:28.755][Trace][1][48528095] signal installed, reload=1, reopen=10, fast_quit=15, grace_quit=3
[2021-07-15 01:24:28.755][Trace][1][48528095] http: api mount /console to ./objs/nginx/html/console
[2021-07-15 01:24:28.755][Trace][1][48528095] srt server is disabled...
[2021-07-15 01:24:28.755][Trace][1][48528095] rtc listen at udp://0.0.0.0:8000, fd=10
[2021-07-15 01:24:28.758][Trace][1][b432wid2] Hybrid cpu=0.00%,12MB
[2021-07-15 01:24:28.758][Warn][1][2g995848][22] use private address as ip: 172.17.0.12, ifname=eth0
[2021-07-15 01:24:28.790][Trace][1][8td2s4c8] TCP: connection manager run, conns=0
[2021-07-15 01:24:28.790][Warn][1][48528095][11] enable auto reload for docker
[2021-07-15 01:24:28.790][Trace][1][48528095] auto reload watching fd=12, watch=1, file=conf
[2021-07-15 01:24:28.796][Trace][1][179jq5f7] UDP #10 LISTEN at 0.0.0.0:8000, SO_SNDBUF(default=212992, expect=10485760, actual=425984, r0=0), SO_RCVBUF(default=212992, expect=10485760, actual=425984, r0=0)
[2021-07-15 01:24:28.796][Trace][1][266l0y4n] RTC: connection manager run, conns=0
[2021-07-15 01:24:29.188][Trace][1][2g995848] Startup query id=plxmtyokgx, eip=172.17.0.12, match=v4.0.139, stable=3.0.164, wait=295s, cost=430ms
[2021-07-15 01:24:33.746][Trace][1][b432wid2] Hybrid cpu=1.00%,13MB
[2021-07-15 01:24:38.747][Trace][1][b432wid2] Hybrid cpu=1.00%,13MB
[2021-07-15 01:24:43.748][Trace][1][b432wid2] Hybrid cpu=0.00%,13MB, cid=1,1, timer=62,0,0, clock=0,48,1,1,0,0,1,0,0
[2021-07-15 01:24:48.749][Trace][1][b432wid2] Hybrid cpu=0.00%,13MB, cid=1,1, timer=62,0,0, clock=0,48,1,1,0,0,1,0,0
[2021-07-15 01:24:49.749][Trace][1][b01km43v] inotify event wd=1, mask=0x100, len=16, name=.srs.conf.swp, reload=0
[2021-07-15 01:24:52.750][Trace][1][b01km43v] inotify event wd=1, mask=0x100, len=16, name=.srs.conf.swx, reload=0
[2021-07-15 01:24:52.750][Trace][1][b01km43v] inotify event wd=1, mask=0x100, len=16, name=.srs.conf.swp, reload=0
[2021-07-15 01:24:52.750][Trace][1][b01km43v] inotify event wd=1, mask=0x2, len=16, name=.srs.conf.swp, reload=0
[2021-07-15 01:24:53.749][Trace][1][b432wid2] Hybrid cpu=1.99%,13MB, cid=1,0, timer=63,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:24:58.749][Trace][1][b432wid2] Hybrid cpu=1.00%,13MB, cid=1,0, timer=63,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:24:59.236][Trace][1][b01km43v] inotify event wd=1, mask=0x2, len=16, name=.srs.conf.swp, reload=0
[2021-07-15 01:25:02.401][Trace][1][b01km43v] inotify event wd=1, mask=0x2, len=16, name=.srs.conf.swp, reload=0
[2021-07-15 01:25:03.750][Trace][1][b432wid2] Hybrid cpu=1.00%,13MB, cid=1,0, timer=63,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:25:08.751][Trace][1][b432wid2] Hybrid cpu=0.00%,13MB, cid=1,0, timer=63,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:25:10.211][Trace][1][b01km43v] inotify event wd=1, mask=0x2, len=16, name=.srs.conf.swp, reload=0
[2021-07-15 01:25:13.752][Trace][1][b432wid2] Hybrid cpu=0.00%,13MB, cid=1,0, timer=63,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:25:18.753][Trace][1][b432wid2] Hybrid cpu=0.00%,13MB, cid=1,0, timer=63,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:25:23.753][Trace][1][b432wid2] Hybrid cpu=1.00%,13MB, cid=1,0, timer=63,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:25:28.754][Trace][1][b432wid2] Hybrid cpu=1.00%,13MB, cid=1,0, timer=62,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:25:33.755][Trace][1][b432wid2] Hybrid cpu=0.00%,13MB, cid=1,0, timer=62,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:25:38.755][Trace][1][b432wid2] Hybrid cpu=0.00%,13MB, cid=1,0, timer=63,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:25:43.756][Trace][1][b432wid2] Hybrid cpu=0.00%,13MB, cid=1,0, timer=63,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:25:48.756][Trace][1][b432wid2] Hybrid cpu=0.00%,13MB, cid=1,0, timer=63,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:25:53.757][Trace][1][b432wid2] Hybrid cpu=1.00%,13MB, cid=1,0, timer=63,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:25:58.758][Trace][1][b432wid2] Hybrid cpu=0.00%,13MB, cid=1,0, timer=63,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:26:03.758][Trace][1][b432wid2] Hybrid cpu=1.00%,13MB, cid=1,0, timer=62,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:26:08.759][Trace][1][b432wid2] Hybrid cpu=1.00%,13MB, cid=1,0, timer=62,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:26:13.759][Trace][1][b432wid2] Hybrid cpu=0.00%,13MB, cid=1,0, timer=62,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:26:18.759][Trace][1][b432wid2] Hybrid cpu=1.00%,13MB, cid=1,0, timer=62,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:26:23.760][Trace][1][b432wid2] Hybrid cpu=1.00%,13MB, cid=1,0, timer=62,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:26:28.760][Trace][1][b432wid2] Hybrid cpu=0.00%,13MB, cid=1,0, timer=63,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:26:29.460][Trace][1][b01km43v] inotify event wd=1, mask=0x100, len=16, name=4913, reload=0
[2021-07-15 01:26:32.460][Trace][1][b01km43v] inotify event wd=1, mask=0x80, len=16, name=srs.conf~, reload=0
[2021-07-15 01:26:32.460][Trace][1][b01km43v] inotify event wd=1, mask=0x100, len=16, name=srs.conf, reload=1
[2021-07-15 01:26:32.460][Trace][1][b01km43v] inotify event wd=1, mask=0x2, len=16, name=srs.conf, reload=1
[2021-07-15 01:26:32.460][Trace][1][b01km43v] inotify event wd=1, mask=0x2, len=16, name=.srs.conf.swp, reload=1
[2021-07-15 01:26:32.460][Trace][1][b01km43v] reload config, signo=1
[2021-07-15 01:26:32.823][Trace][1][48528095] config parse complete
[2021-07-15 01:26:32.823][Trace][1][48528095] srs checking config...
[2021-07-15 01:26:32.823][Warn][1][48528095][11] stats network use index=0, ip=172.17.0.12, ifname=eth0
[2021-07-15 01:26:32.823][Warn][1][48528095][11] stats disk list: sda sdb xvda xvdb
[2021-07-15 01:26:32.823][Trace][1][48528095] write log to console
[2021-07-15 01:26:32.829][Trace][1][48528095] RTMP listen at tcp://0.0.0.0:1936, fd=7
[2021-07-15 01:26:32.829][Trace][1][48528095] HTTP-API listen at tcp://0.0.0.0:1986, fd=8
[2021-07-15 01:26:32.829][Trace][1][48528095] HTTP-Server listen at tcp://0.0.0.0:8080, fd=9
[2021-07-15 01:26:32.829][Trace][1][48528095] reload listen success.
[2021-07-15 01:26:32.829][Trace][1][3115v904] TCP: connection manager run, conns=0
[2021-07-15 01:26:32.829][Trace][1][48528095] HTTP-API listen at tcp://0.0.0.0:1986, fd=8
[2021-07-15 01:26:32.829][Trace][1][48528095] reload http api enabled success.
[2021-07-15 01:26:32.829][Trace][1][48528095] reload http api crossdomain success.
[2021-07-15 01:26:32.829][Trace][1][48528095] reload http api raw_api success.
[2021-07-15 01:26:32.829][Trace][1][48528095] reload http stream success, nothing changed.
[2021-07-15 01:26:32.829][Trace][1][48528095] reload rtc server success, nothing changed.
[2021-07-15 01:26:32.829][Trace][1][48528095] vhost __defaultVhost__ maybe modified, reload its detail.
[2021-07-15 01:26:32.829][Trace][1][48528095] ingest nothing changed for vhost=__defaultVhost__
[2021-07-15 01:26:32.829][Trace][1][48528095] reload config success.
[2021-07-15 01:26:32.923][Trace][1][o52do847] RTMP client ip=172.17.0.1:56908, fd=11
[2021-07-15 01:26:32.925][Trace][1][o52do847] complex handshake success
[2021-07-15 01:26:32.953][Trace][1][p4701z25] RTMP client ip=172.17.0.1:56912, fd=13
[2021-07-15 01:26:32.955][Trace][1][p4701z25] complex handshake success
[2021-07-15 01:26:32.964][Trace][1][o52do847] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:32.964][Trace][1][o52do847] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:32.992][Trace][1][p4701z25] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:32.992][Trace][1][p4701z25] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:33.040][Trace][1][z414596t] RTMP client ip=172.17.0.1:56930, fd=14
[2021-07-15 01:26:33.042][Trace][1][z414596t] complex handshake success
[2021-07-15 01:26:33.044][Trace][1][o52do847] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc287, param=, duration=0ms
[2021-07-15 01:26:33.044][Trace][1][o52do847] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc287, param=, args=null
[2021-07-15 01:26:33.044][Trace][1][o52do847] new source, stream_url=/live/rtc287
[2021-07-15 01:26:33.044][Trace][1][o52do847] source url=/live/rtc287, ip=172.17.0.1, cache=1, is_edge=0, source_id=/
[2021-07-15 01:26:33.072][Trace][1][p4701z25] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc291, param=, duration=0ms
[2021-07-15 01:26:33.072][Trace][1][p4701z25] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc291, param=, args=null
[2021-07-15 01:26:33.072][Trace][1][p4701z25] new source, stream_url=/live/rtc291
[2021-07-15 01:26:33.072][Trace][1][p4701z25] source url=/live/rtc291, ip=172.17.0.1, cache=1, is_edge=0, source_id=/
[2021-07-15 01:26:33.080][Trace][1][z414596t] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:33.080][Trace][1][z414596t] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:33.124][Trace][1][o52do847] new source, stream_url=/live/rtc287
[2021-07-15 01:26:33.126][Trace][1][o52do847] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:33.126][Trace][1][o52do847] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:33.126][Trace][1][o52do847] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:33.126][Trace][1][o52do847] http: mount flv stream for sid=/live/rtc287, mount=/live/rtc287.flv
[2021-07-15 01:26:33.126][Trace][1][o52do847] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:33.152][Trace][1][p4701z25] new source, stream_url=/live/rtc291
[2021-07-15 01:26:33.153][Trace][1][p4701z25] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:33.153][Trace][1][p4701z25] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:33.153][Trace][1][p4701z25] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:33.153][Trace][1][p4701z25] http: mount flv stream for sid=/live/rtc291, mount=/live/rtc291.flv
[2021-07-15 01:26:33.153][Trace][1][p4701z25] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:33.160][Trace][1][z414596t] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc299, param=, duration=0ms
[2021-07-15 01:26:33.160][Trace][1][z414596t] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc299, param=, args=null
[2021-07-15 01:26:33.160][Trace][1][z414596t] new source, stream_url=/live/rtc299
[2021-07-15 01:26:33.160][Trace][1][z414596t] source url=/live/rtc299, ip=172.17.0.1, cache=1, is_edge=0, source_id=/
[2021-07-15 01:26:33.208][Trace][1][o52do847] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:33.208][Trace][1][o52do847] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:33.208][Trace][1][o52do847] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:33.236][Trace][1][p4701z25] got metadata, width=2304, height=1296, vcodec=7, acodec=10
[2021-07-15 01:26:33.236][Trace][1][p4701z25] 40B video sh,  codec(7, profile=High, level=5, 2304x1296, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:33.236][Trace][1][p4701z25] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:33.240][Trace][1][z414596t] new source, stream_url=/live/rtc299
[2021-07-15 01:26:33.241][Trace][1][z414596t] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:33.241][Trace][1][z414596t] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:33.241][Trace][1][z414596t] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:33.241][Trace][1][z414596t] http: mount flv stream for sid=/live/rtc299, mount=/live/rtc299.flv
[2021-07-15 01:26:33.241][Trace][1][z414596t] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:33.324][Trace][1][z414596t] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:33.324][Trace][1][z414596t] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:33.324][Trace][1][z414596t] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:33.618][Trace][1][55huz5p4] RTMP client ip=172.17.0.1:57028, fd=18
[2021-07-15 01:26:33.620][Trace][1][55huz5p4] complex handshake success
[2021-07-15 01:26:33.641][Trace][1][5t5156e3] RTMP client ip=172.17.0.1:57032, fd=19
[2021-07-15 01:26:33.643][Trace][1][5t5156e3] complex handshake success
[2021-07-15 01:26:33.656][Trace][1][55huz5p4] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:33.656][Trace][1][55huz5p4] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:33.682][Trace][1][5t5156e3] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:33.683][Trace][1][5t5156e3] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:33.736][Trace][1][55huz5p4] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc286, param=, duration=0ms
[2021-07-15 01:26:33.736][Trace][1][55huz5p4] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc286, param=, args=null
[2021-07-15 01:26:33.736][Trace][1][55huz5p4] new source, stream_url=/live/rtc286
[2021-07-15 01:26:33.736][Trace][1][55huz5p4] source url=/live/rtc286, ip=172.17.0.1, cache=1, is_edge=0, source_id=/
[2021-07-15 01:26:33.756][Trace][1][8b3w7794] RTMP client ip=172.17.0.1:57062, fd=20
[2021-07-15 01:26:33.758][Trace][1][8b3w7794] complex handshake success
[2021-07-15 01:26:33.760][Trace][1][b432wid2] Hybrid cpu=0.00%,13MB, cid=1,0, timer=63,0,0, clock=0,48,1,1,0,0,0,0,0
[2021-07-15 01:26:33.760][Trace][1][5t5156e3] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc299, param=, duration=0ms
[2021-07-15 01:26:33.760][Trace][1][5t5156e3] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc299, param=, args=null
[2021-07-15 01:26:33.760][Trace][1][5t5156e3] source url=/live/rtc299, ip=172.17.0.1, cache=1, is_edge=0, source_id=z414596t/z414596t
[2021-07-15 01:26:33.796][Trace][1][8b3w7794] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:33.796][Trace][1][8b3w7794] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:33.816][Trace][1][55huz5p4] new source, stream_url=/live/rtc286
[2021-07-15 01:26:33.817][Trace][1][55huz5p4] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:33.817][Trace][1][55huz5p4] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:33.817][Trace][1][55huz5p4] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:33.817][Trace][1][55huz5p4] http: mount flv stream for sid=/live/rtc286, mount=/live/rtc286.flv
[2021-07-15 01:26:33.817][Trace][1][55huz5p4] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:33.841][Trace][1][5t5156e3] cleanup when unpublish
[2021-07-15 01:26:33.841][Trace][1][5t5156e3] cleanup when unpublish, created=1, deliver=1
[libopus @ 0x255f980] 1 frames left in the queue on closing
[2021-07-15 01:26:33.841][Trace][1][5t5156e3] TCP: before dispose resource(RtmpConn)(0x25e4140), conns=6, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:33.841][Error][1][5t5156e3][4] serve error code=5020 : service cycle : rtmp: stream service : rtc stream /live/rtc299 busy
thread [1][5t5156e3]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][5t5156e3]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][5t5156e3]: acquire_publish() [src/app/srs_app_rtmp_conn.cpp:958][errno=11](Interrupted system call)
[2021-07-15 01:26:33.841][Trace][1][8td2s4c8] TCP: clear zombies=1 resources, conns=6, removing=0, unsubs=0
[2021-07-15 01:26:33.841][Trace][1][5t5156e3] TCP: disposing #0 resource(RtmpConn)(0x25e4140), conns=6, disposing=1, zombies=0
[2021-07-15 01:26:33.876][Trace][1][8b3w7794] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc293, param=, duration=0ms
[2021-07-15 01:26:33.876][Trace][1][8b3w7794] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc293, param=, args=null
[2021-07-15 01:26:33.876][Trace][1][8b3w7794] new source, stream_url=/live/rtc293
[2021-07-15 01:26:33.876][Trace][1][8b3w7794] source url=/live/rtc293, ip=172.17.0.1, cache=1, is_edge=0, source_id=/
[2021-07-15 01:26:33.900][Trace][1][55huz5p4] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:33.900][Trace][1][55huz5p4] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:33.901][Trace][1][55huz5p4] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:33.956][Trace][1][8b3w7794] new source, stream_url=/live/rtc293
[2021-07-15 01:26:33.957][Trace][1][8b3w7794] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:33.957][Trace][1][8b3w7794] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:33.957][Trace][1][8b3w7794] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:33.957][Trace][1][8b3w7794] http: mount flv stream for sid=/live/rtc293, mount=/live/rtc293.flv
[2021-07-15 01:26:33.957][Trace][1][8b3w7794] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:34.030][Trace][1][7qp05847] RTMP client ip=172.17.0.1:57088, fd=19
[2021-07-15 01:26:34.032][Trace][1][7qp05847] complex handshake success
[2021-07-15 01:26:34.040][Trace][1][8b3w7794] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:34.040][Trace][1][8b3w7794] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:34.041][Trace][1][8b3w7794] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:34.073][Trace][1][7qp05847] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:34.073][Trace][1][7qp05847] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:34.123][Trace][1][1y657r7x] RTMP client ip=172.17.0.1:57108, fd=22
[2021-07-15 01:26:34.125][Trace][1][1y657r7x] complex handshake success
[2021-07-15 01:26:34.152][Trace][1][7qp05847] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc256, param=, duration=0ms
[2021-07-15 01:26:34.152][Trace][1][7qp05847] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc256, param=, args=null
[2021-07-15 01:26:34.152][Trace][1][7qp05847] new source, stream_url=/live/rtc256
[2021-07-15 01:26:34.152][Trace][1][7qp05847] source url=/live/rtc256, ip=172.17.0.1, cache=1, is_edge=0, source_id=/
[2021-07-15 01:26:34.164][Trace][1][1y657r7x] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:34.164][Trace][1][1y657r7x] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:34.232][Trace][1][7qp05847] new source, stream_url=/live/rtc256
[2021-07-15 01:26:34.233][Trace][1][7qp05847] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:34.233][Trace][1][7qp05847] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:34.233][Trace][1][7qp05847] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:34.233][Trace][1][7qp05847] http: mount flv stream for sid=/live/rtc256, mount=/live/rtc256.flv
[2021-07-15 01:26:34.233][Trace][1][7qp05847] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:34.244][Trace][1][1y657r7x] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc287, param=, duration=0ms
[2021-07-15 01:26:34.244][Trace][1][1y657r7x] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc287, param=, args=null
[2021-07-15 01:26:34.244][Trace][1][1y657r7x] source url=/live/rtc287, ip=172.17.0.1, cache=1, is_edge=0, source_id=o52do847/o52do847
[2021-07-15 01:26:34.273][Trace][1][7qp05847] got metadata, width=1280, height=720, vcodec=7
[2021-07-15 01:26:34.273][Trace][1][7qp05847] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:34.308][Trace][1][ixo18g44] RTMP client ip=172.17.0.1:57164, fd=24
[2021-07-15 01:26:34.310][Trace][1][ixo18g44] complex handshake success
[2021-07-15 01:26:34.324][Trace][1][1y657r7x] cleanup when unpublish
[2021-07-15 01:26:34.325][Trace][1][1y657r7x] cleanup when unpublish, created=1, deliver=1
[libopus @ 0x2464fc0] 1 frames left in the queue on closing
[2021-07-15 01:26:34.325][Trace][1][1y657r7x] TCP: before dispose resource(RtmpConn)(0x25da150), conns=8, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:34.325][Error][1][1y657r7x][4] serve error code=5020 : service cycle : rtmp: stream service : rtc stream /live/rtc287 busy
thread [1][1y657r7x]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][1y657r7x]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][1y657r7x]: acquire_publish() [src/app/srs_app_rtmp_conn.cpp:958][errno=11](Interrupted system call)
[2021-07-15 01:26:34.325][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=8, removing=0, unsubs=0
[2021-07-15 01:26:34.325][Trace][1][1y657r7x] TCP: disposing #0 resource(RtmpConn)(0x25da150), conns=8, disposing=1, zombies=0
[2021-07-15 01:26:34.348][Trace][1][ixo18g44] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:34.348][Trace][1][ixo18g44] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:34.428][Trace][1][ixo18g44] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc290, param=, duration=0ms
[2021-07-15 01:26:34.428][Trace][1][ixo18g44] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc290, param=, args=null
[2021-07-15 01:26:34.428][Trace][1][ixo18g44] new source, stream_url=/live/rtc290
[2021-07-15 01:26:34.428][Trace][1][ixo18g44] source url=/live/rtc290, ip=172.17.0.1, cache=1, is_edge=0, source_id=/
[2021-07-15 01:26:34.511][Trace][1][ixo18g44] new source, stream_url=/live/rtc290
[2021-07-15 01:26:34.512][Trace][1][ixo18g44] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:34.512][Trace][1][ixo18g44] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:34.512][Trace][1][ixo18g44] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:34.512][Trace][1][ixo18g44] http: mount flv stream for sid=/live/rtc290, mount=/live/rtc290.flv
[2021-07-15 01:26:34.512][Trace][1][ixo18g44] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:34.592][Trace][1][ixo18g44] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:34.592][Trace][1][ixo18g44] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:34.592][Trace][1][ixo18g44] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:34.611][Trace][1][58448942] RTMP client ip=172.17.0.1:57186, fd=22
[2021-07-15 01:26:34.613][Trace][1][58448942] complex handshake success
[2021-07-15 01:26:34.652][Trace][1][58448942] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:34.652][Trace][1][58448942] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:34.732][Trace][1][58448942] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc295, param=, duration=0ms
[2021-07-15 01:26:34.732][Trace][1][58448942] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc295, param=, args=null
[2021-07-15 01:26:34.732][Trace][1][58448942] new source, stream_url=/live/rtc295
[2021-07-15 01:26:34.733][Trace][1][58448942] source url=/live/rtc295, ip=172.17.0.1, cache=1, is_edge=0, source_id=/
[2021-07-15 01:26:34.747][Trace][1][79hzer2e] RTMP client ip=172.17.0.1:57210, fd=25
[2021-07-15 01:26:34.748][Trace][1][79hzer2e] complex handshake success
[2021-07-15 01:26:34.788][Trace][1][79hzer2e] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:34.788][Trace][1][79hzer2e] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:34.812][Trace][1][58448942] new source, stream_url=/live/rtc295
[2021-07-15 01:26:34.813][Trace][1][58448942] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:34.813][Trace][1][58448942] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:34.813][Trace][1][58448942] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:34.813][Trace][1][58448942] http: mount flv stream for sid=/live/rtc295, mount=/live/rtc295.flv
[2021-07-15 01:26:34.813][Trace][1][58448942] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:34.820][Trace][1][b910876d] RTMP client ip=172.17.0.1:57228, fd=27
[2021-07-15 01:26:34.822][Trace][1][b910876d] complex handshake success
[2021-07-15 01:26:34.849][Trace][1][22b92213] RTMP client ip=172.17.0.1:57236, fd=28
[2021-07-15 01:26:34.851][Trace][1][22b92213] complex handshake success
[2021-07-15 01:26:34.860][Trace][1][b910876d] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:34.860][Trace][1][b910876d] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:34.868][Trace][1][79hzer2e] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc283, param=, duration=0ms
[2021-07-15 01:26:34.868][Trace][1][79hzer2e] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc283, param=, args=null
[2021-07-15 01:26:34.868][Trace][1][79hzer2e] new source, stream_url=/live/rtc283
[2021-07-15 01:26:34.868][Trace][1][79hzer2e] source url=/live/rtc283, ip=172.17.0.1, cache=1, is_edge=0, source_id=/
[2021-07-15 01:26:34.876][Trace][1][605y1515] RTMP client ip=172.17.0.1:57240, fd=29
[2021-07-15 01:26:34.878][Trace][1][605y1515] complex handshake success
[2021-07-15 01:26:34.888][Trace][1][22b92213] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:34.888][Trace][1][22b92213] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:34.896][Trace][1][58448942] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:34.896][Trace][1][58448942] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:34.896][Trace][1][58448942] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:34.916][Trace][1][605y1515] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:34.916][Trace][1][605y1515] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:34.941][Trace][1][b910876d] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc286, param=, duration=0ms
[2021-07-15 01:26:34.941][Trace][1][b910876d] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc286, param=, args=null
[2021-07-15 01:26:34.941][Trace][1][b910876d] source url=/live/rtc286, ip=172.17.0.1, cache=1, is_edge=0, source_id=55huz5p4/55huz5p4
[2021-07-15 01:26:34.948][Trace][1][79hzer2e] new source, stream_url=/live/rtc283
[2021-07-15 01:26:34.949][Trace][1][79hzer2e] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:34.949][Trace][1][79hzer2e] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:34.949][Trace][1][79hzer2e] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:34.949][Trace][1][79hzer2e] http: mount flv stream for sid=/live/rtc283, mount=/live/rtc283.flv
[2021-07-15 01:26:34.949][Trace][1][79hzer2e] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:34.968][Trace][1][22b92213] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc299, param=, duration=0ms
[2021-07-15 01:26:34.968][Trace][1][22b92213] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc299, param=, args=null
[2021-07-15 01:26:34.968][Trace][1][22b92213] source url=/live/rtc299, ip=172.17.0.1, cache=1, is_edge=0, source_id=/z414596t
[2021-07-15 01:26:34.996][Trace][1][605y1515] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc277, param=, duration=0ms
[2021-07-15 01:26:34.996][Trace][1][605y1515] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc277, param=, args=null
[2021-07-15 01:26:34.996][Trace][1][605y1515] new source, stream_url=/live/rtc277
[2021-07-15 01:26:34.996][Trace][1][605y1515] source url=/live/rtc277, ip=172.17.0.1, cache=1, is_edge=0, source_id=/
[2021-07-15 01:26:35.020][Trace][1][b910876d] cleanup when unpublish
[2021-07-15 01:26:35.020][Trace][1][b910876d] cleanup when unpublish, created=1, deliver=1
[libopus @ 0x2706040] 1 frames left in the queue on closing
[2021-07-15 01:26:35.021][Trace][1][b910876d] TCP: before dispose resource(RtmpConn)(0x2ba59a0), conns=12, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:35.021][Error][1][b910876d][4] serve error code=5020 : service cycle : rtmp: stream service : rtc stream /live/rtc286 busy
thread [1][b910876d]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][b910876d]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][b910876d]: acquire_publish() [src/app/srs_app_rtmp_conn.cpp:958][errno=11](Interrupted system call)
[2021-07-15 01:26:35.021][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=12, removing=0, unsubs=0
[2021-07-15 01:26:35.021][Trace][1][b910876d] TCP: disposing #0 resource(RtmpConn)(0x2ba59a0), conns=12, disposing=1, zombies=0
[2021-07-15 01:26:35.032][Trace][1][79hzer2e] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:35.032][Trace][1][79hzer2e] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:35.032][Trace][1][79hzer2e] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:35.033][Trace][1][3ht20x91] RTMP client ip=172.17.0.1:57256, fd=21
[2021-07-15 01:26:35.035][Trace][1][3ht20x91] complex handshake success
[2021-07-15 01:26:35.049][Trace][1][22b92213] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:35.049][Trace][1][22b92213] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:35.049][Trace][1][22b92213] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:35.049][Trace][1][22b92213] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:35.072][Trace][1][3ht20x91] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:35.072][Trace][1][3ht20x91] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:35.076][Trace][1][605y1515] new source, stream_url=/live/rtc277
[2021-07-15 01:26:35.077][Trace][1][605y1515] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:35.077][Trace][1][605y1515] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:35.077][Trace][1][605y1515] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:35.077][Trace][1][605y1515] http: mount flv stream for sid=/live/rtc277, mount=/live/rtc277.flv
[2021-07-15 01:26:35.077][Trace][1][605y1515] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:35.086][Warn][1][z414596t][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:35.086][Warn][1][z414596t][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:35.086][Trace][1][z414596t] Drop ts segment, sequence_no=1, uri=rtc299-1.ts, duration=34ms
[2021-07-15 01:26:35.086][Trace][1][z414596t] cleanup when unpublish
[2021-07-15 01:26:35.086][Trace][1][z414596t] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:35.086][Trace][1][z414596t] TCP: before dispose resource(RtmpConn)(0x240bf60), conns=12, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:35.086][Error][1][z414596t][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][z414596t]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][z414596t]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][z414596t]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][z414596t]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][z414596t]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][z414596t]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][z414596t]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][z414596t]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][z414596t]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:35.086][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=12, removing=0, unsubs=0
[2021-07-15 01:26:35.086][Trace][1][z414596t] TCP: disposing #0 resource(RtmpConn)(0x240bf60), conns=12, disposing=1, zombies=0
[2021-07-15 01:26:35.132][Trace][1][22b92213] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:35.132][Warn][1][22b92213][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:35.132][Trace][1][22b92213] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:35.132][Trace][1][22b92213] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:35.152][Trace][1][3ht20x91] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc291, param=, duration=0ms
[2021-07-15 01:26:35.152][Trace][1][3ht20x91] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc291, param=, args=null
[2021-07-15 01:26:35.152][Trace][1][3ht20x91] source url=/live/rtc291, ip=172.17.0.1, cache=1, is_edge=0, source_id=p4701z25/p4701z25
[2021-07-15 01:26:35.160][Trace][1][605y1515] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:35.160][Trace][1][605y1515] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:35.161][Trace][1][605y1515] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:35.232][Trace][1][3ht20x91] cleanup when unpublish
[2021-07-15 01:26:35.233][Trace][1][3ht20x91] cleanup when unpublish, created=1, deliver=1
[libopus @ 0x24d68c0] 1 frames left in the queue on closing
[2021-07-15 01:26:35.233][Trace][1][3ht20x91] TCP: before dispose resource(RtmpConn)(0x26f5d00), conns=11, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:35.233][Error][1][3ht20x91][4] serve error code=5020 : service cycle : rtmp: stream service : rtc stream /live/rtc291 busy
thread [1][3ht20x91]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][3ht20x91]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][3ht20x91]: acquire_publish() [src/app/srs_app_rtmp_conn.cpp:958][errno=11](Interrupted system call)
[2021-07-15 01:26:35.233][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=11, removing=0, unsubs=0
[2021-07-15 01:26:35.233][Trace][1][3ht20x91] TCP: disposing #0 resource(RtmpConn)(0x26f5d00), conns=11, disposing=1, zombies=0
[2021-07-15 01:26:35.324][Trace][1][7ro4w3f7] RTMP client ip=172.17.0.1:57324, fd=14
[2021-07-15 01:26:35.325][Trace][1][7ro4w3f7] complex handshake success
[2021-07-15 01:26:35.364][Trace][1][7ro4w3f7] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:35.364][Trace][1][7ro4w3f7] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:35.427][Trace][1][41d2r5yz] RTMP client ip=172.17.0.1:57350, fd=16
[2021-07-15 01:26:35.429][Trace][1][41d2r5yz] complex handshake success
[2021-07-15 01:26:35.444][Trace][1][7ro4w3f7] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc287, param=, duration=0ms
[2021-07-15 01:26:35.444][Trace][1][7ro4w3f7] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc287, param=, args=null
[2021-07-15 01:26:35.444][Trace][1][7ro4w3f7] source url=/live/rtc287, ip=172.17.0.1, cache=1, is_edge=0, source_id=/o52do847
[2021-07-15 01:26:35.457][Trace][1][b4r061j6] RTMP client ip=172.17.0.1:57356, fd=21
[2021-07-15 01:26:35.459][Trace][1][b4r061j6] complex handshake success
[2021-07-15 01:26:35.468][Trace][1][41d2r5yz] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:35.468][Trace][1][41d2r5yz] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:35.496][Trace][1][b4r061j6] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:35.496][Trace][1][b4r061j6] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:35.525][Trace][1][7ro4w3f7] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:35.525][Trace][1][7ro4w3f7] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:35.525][Trace][1][7ro4w3f7] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:35.525][Trace][1][7ro4w3f7] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:35.543][Warn][1][o52do847][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:35.543][Trace][1][o52do847] Drop ts segment, sequence_no=1, uri=rtc287-1.ts, duration=0ms
[2021-07-15 01:26:35.543][Trace][1][o52do847] cleanup when unpublish
[2021-07-15 01:26:35.543][Trace][1][o52do847] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:35.544][Trace][1][o52do847] TCP: before dispose resource(RtmpConn)(0x2382cc0), conns=13, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:35.544][Error][1][o52do847][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][o52do847]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][o52do847]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][o52do847]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][o52do847]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][o52do847]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][o52do847]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][o52do847]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][o52do847]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][o52do847]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:35.544][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=13, removing=0, unsubs=0
[2021-07-15 01:26:35.544][Trace][1][o52do847] TCP: disposing #0 resource(RtmpConn)(0x2382cc0), conns=13, disposing=1, zombies=0
[2021-07-15 01:26:35.548][Trace][1][41d2r5yz] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc256, param=, duration=0ms
[2021-07-15 01:26:35.548][Trace][1][41d2r5yz] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc256, param=, args=null
[2021-07-15 01:26:35.548][Trace][1][41d2r5yz] source url=/live/rtc256, ip=172.17.0.1, cache=1, is_edge=0, source_id=7qp05847/7qp05847
[2021-07-15 01:26:35.576][Trace][1][b4r061j6] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc299, param=, duration=0ms
[2021-07-15 01:26:35.576][Trace][1][b4r061j6] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc299, param=, args=null
[2021-07-15 01:26:35.576][Trace][1][b4r061j6] source url=/live/rtc299, ip=172.17.0.1, cache=1, is_edge=0, source_id=/22b92213
[2021-07-15 01:26:35.608][Trace][1][7ro4w3f7] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:35.608][Warn][1][7ro4w3f7][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:35.608][Trace][1][7ro4w3f7] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:35.608][Trace][1][7ro4w3f7] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:35.630][Trace][1][41d2r5yz] cleanup when unpublish
[2021-07-15 01:26:35.630][Trace][1][41d2r5yz] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:35.630][Trace][1][41d2r5yz] TCP: before dispose resource(RtmpConn)(0x252f8c0), conns=12, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:35.630][Error][1][41d2r5yz][4] serve error code=5020 : service cycle : rtmp: stream service : rtc stream /live/rtc256 busy
thread [1][41d2r5yz]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][41d2r5yz]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][41d2r5yz]: acquire_publish() [src/app/srs_app_rtmp_conn.cpp:958][errno=11](Interrupted system call)
[2021-07-15 01:26:35.630][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=12, removing=0, unsubs=0
[2021-07-15 01:26:35.630][Trace][1][41d2r5yz] TCP: disposing #0 resource(RtmpConn)(0x252f8c0), conns=12, disposing=1, zombies=0
[2021-07-15 01:26:35.657][Trace][1][b4r061j6] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:35.657][Trace][1][b4r061j6] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:35.657][Trace][1][b4r061j6] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:35.657][Trace][1][b4r061j6] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:35.693][Warn][1][22b92213][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:35.693][Warn][1][22b92213][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:35.693][Warn][1][22b92213][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:35.693][Trace][1][22b92213] Drop ts segment, sequence_no=1, uri=rtc299-1.ts, duration=58ms
[2021-07-15 01:26:35.693][Trace][1][22b92213] cleanup when unpublish
[2021-07-15 01:26:35.693][Trace][1][22b92213] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:35.693][Trace][1][22b92213] TCP: before dispose resource(RtmpConn)(0x28df220), conns=11, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:35.693][Error][1][22b92213][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][22b92213]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][22b92213]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][22b92213]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][22b92213]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][22b92213]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][22b92213]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][22b92213]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][22b92213]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][22b92213]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:35.693][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=11, removing=0, unsubs=0
[2021-07-15 01:26:35.693][Trace][1][22b92213] TCP: disposing #0 resource(RtmpConn)(0x28df220), conns=11, disposing=1, zombies=0
[2021-07-15 01:26:35.740][Trace][1][b4r061j6] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:35.740][Warn][1][b4r061j6][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:35.740][Trace][1][b4r061j6] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:35.740][Trace][1][b4r061j6] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:36.087][Trace][1][v28s11nj] RTMP client ip=172.17.0.1:57416, fd=11
[2021-07-15 01:26:36.089][Trace][1][v28s11nj] complex handshake success
[2021-07-15 01:26:36.128][Trace][1][v28s11nj] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:36.128][Trace][1][v28s11nj] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:36.197][Trace][1][t162sp4t] RTMP client ip=172.17.0.1:57434, fd=16
[2021-07-15 01:26:36.198][Trace][1][t162sp4t] complex handshake success
[2021-07-15 01:26:36.208][Trace][1][v28s11nj] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc277, param=, duration=0ms
[2021-07-15 01:26:36.208][Trace][1][v28s11nj] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc277, param=, args=null
[2021-07-15 01:26:36.208][Trace][1][v28s11nj] source url=/live/rtc277, ip=172.17.0.1, cache=1, is_edge=0, source_id=605y1515/605y1515
[2021-07-15 01:26:36.236][Trace][1][t162sp4t] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:36.236][Trace][1][t162sp4t] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:36.289][Trace][1][v28s11nj] cleanup when unpublish
[2021-07-15 01:26:36.289][Trace][1][v28s11nj] cleanup when unpublish, created=1, deliver=1
[libopus @ 0x2705580] 1 frames left in the queue on closing
[2021-07-15 01:26:36.289][Trace][1][v28s11nj] TCP: before dispose resource(RtmpConn)(0x24e5ba0), conns=12, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:36.289][Error][1][v28s11nj][4] serve error code=5020 : service cycle : rtmp: stream service : rtc stream /live/rtc277 busy
thread [1][v28s11nj]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][v28s11nj]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][v28s11nj]: acquire_publish() [src/app/srs_app_rtmp_conn.cpp:958][errno=11](Interrupted system call)
[2021-07-15 01:26:36.289][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=12, removing=0, unsubs=0
[2021-07-15 01:26:36.289][Trace][1][v28s11nj] TCP: disposing #0 resource(RtmpConn)(0x24e5ba0), conns=12, disposing=1, zombies=0
[2021-07-15 01:26:36.316][Trace][1][t162sp4t] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc288, param=, duration=0ms
[2021-07-15 01:26:36.316][Trace][1][t162sp4t] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc288, param=, args=null
[2021-07-15 01:26:36.316][Trace][1][t162sp4t] new source, stream_url=/live/rtc288
[2021-07-15 01:26:36.316][Trace][1][t162sp4t] source url=/live/rtc288, ip=172.17.0.1, cache=1, is_edge=0, source_id=/
[2021-07-15 01:26:36.396][Trace][1][t162sp4t] new source, stream_url=/live/rtc288
[2021-07-15 01:26:36.397][Trace][1][t162sp4t] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:36.397][Trace][1][t162sp4t] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:36.397][Trace][1][t162sp4t] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:36.397][Trace][1][t162sp4t] http: mount flv stream for sid=/live/rtc288, mount=/live/rtc288.flv
[2021-07-15 01:26:36.397][Trace][1][t162sp4t] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:36.480][Trace][1][t162sp4t] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:36.480][Trace][1][t162sp4t] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:36.480][Trace][1][t162sp4t] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:36.882][Trace][1][w9f64xko] RTMP client ip=172.17.0.1:57548, fd=23
[2021-07-15 01:26:36.884][Trace][1][w9f64xko] complex handshake success
[2021-07-15 01:26:36.924][Trace][1][w9f64xko] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:36.924][Trace][1][w9f64xko] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:37.004][Trace][1][w9f64xko] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc291, param=, duration=0ms
[2021-07-15 01:26:37.004][Trace][1][w9f64xko] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc291, param=, args=null
[2021-07-15 01:26:37.004][Trace][1][w9f64xko] source url=/live/rtc291, ip=172.17.0.1, cache=1, is_edge=0, source_id=/p4701z25
[2021-07-15 01:26:37.085][Trace][1][w9f64xko] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:37.085][Trace][1][w9f64xko] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:37.085][Trace][1][w9f64xko] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:37.085][Trace][1][w9f64xko] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:37.095][Warn][1][p4701z25][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:37.095][Trace][1][p4701z25] Drop ts segment, sequence_no=1, uri=rtc291-1.ts, duration=0ms
[2021-07-15 01:26:37.095][Trace][1][p4701z25] cleanup when unpublish
[2021-07-15 01:26:37.095][Trace][1][p4701z25] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:37.095][Trace][1][p4701z25] TCP: before dispose resource(RtmpConn)(0x22348b0), conns=12, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:37.095][Error][1][p4701z25][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][p4701z25]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][p4701z25]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][p4701z25]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][p4701z25]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][p4701z25]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][p4701z25]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][p4701z25]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][p4701z25]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][p4701z25]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:37.095][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=12, removing=0, unsubs=0
[2021-07-15 01:26:37.095][Trace][1][p4701z25] TCP: disposing #0 resource(RtmpConn)(0x22348b0), conns=12, disposing=1, zombies=0
[2021-07-15 01:26:37.156][Trace][1][7w1975ad] RTMP client ip=172.17.0.1:57580, fd=13
[2021-07-15 01:26:37.158][Trace][1][7w1975ad] complex handshake success
[2021-07-15 01:26:37.168][Trace][1][w9f64xko] got metadata, width=2304, height=1296, vcodec=7, acodec=10
[2021-07-15 01:26:37.168][Warn][1][w9f64xko][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:37.168][Trace][1][w9f64xko] 40B video sh,  codec(7, profile=High, level=5, 2304x1296, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:37.168][Trace][1][w9f64xko] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:37.190][Trace][1][dh49m50s] RTMP client ip=172.17.0.1:57584, fd=27
[2021-07-15 01:26:37.191][Trace][1][dh49m50s] complex handshake success
[2021-07-15 01:26:37.196][Trace][1][7w1975ad] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:37.196][Trace][1][7w1975ad] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:37.220][Trace][1][1385n499] RTMP client ip=172.17.0.1:57596, fd=28
[2021-07-15 01:26:37.222][Trace][1][1385n499] complex handshake success
[2021-07-15 01:26:37.228][Trace][1][dh49m50s] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:37.228][Trace][1][dh49m50s] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:37.260][Trace][1][1385n499] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:37.260][Trace][1][1385n499] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:37.276][Trace][1][7w1975ad] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc299, param=, duration=0ms
[2021-07-15 01:26:37.276][Trace][1][7w1975ad] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc299, param=, args=null
[2021-07-15 01:26:37.276][Trace][1][7w1975ad] source url=/live/rtc299, ip=172.17.0.1, cache=1, is_edge=0, source_id=/b4r061j6
[2021-07-15 01:26:37.285][Trace][1][3113g42z] RTMP client ip=172.17.0.1:57612, fd=31
[2021-07-15 01:26:37.287][Trace][1][3113g42z] complex handshake success
[2021-07-15 01:26:37.308][Trace][1][dh49m50s] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc283, param=, duration=0ms
[2021-07-15 01:26:37.308][Trace][1][dh49m50s] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc283, param=, args=null
[2021-07-15 01:26:37.308][Trace][1][dh49m50s] source url=/live/rtc283, ip=172.17.0.1, cache=1, is_edge=0, source_id=79hzer2e/79hzer2e
[2021-07-15 01:26:37.324][Trace][1][3113g42z] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:37.324][Trace][1][3113g42z] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:37.340][Trace][1][1385n499] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc286, param=, duration=0ms
[2021-07-15 01:26:37.340][Trace][1][1385n499] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc286, param=, args=null
[2021-07-15 01:26:37.340][Trace][1][1385n499] source url=/live/rtc286, ip=172.17.0.1, cache=1, is_edge=0, source_id=/55huz5p4
[2021-07-15 01:26:37.357][Trace][1][7w1975ad] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:37.357][Trace][1][7w1975ad] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:37.357][Trace][1][7w1975ad] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:37.357][Trace][1][7w1975ad] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:37.378][Warn][1][b4r061j6][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:37.378][Warn][1][b4r061j6][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:37.378][Trace][1][b4r061j6] Drop ts segment, sequence_no=1, uri=rtc299-1.ts, duration=26ms
[2021-07-15 01:26:37.379][Trace][1][b4r061j6] cleanup when unpublish
[2021-07-15 01:26:37.379][Trace][1][b4r061j6] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:37.379][Trace][1][b4r061j6] TCP: before dispose resource(RtmpConn)(0x280bec0), conns=15, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:37.379][Error][1][b4r061j6][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][b4r061j6]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][b4r061j6]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][b4r061j6]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][b4r061j6]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][b4r061j6]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][b4r061j6]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][b4r061j6]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][b4r061j6]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][b4r061j6]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:37.379][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=15, removing=0, unsubs=0
[2021-07-15 01:26:37.379][Trace][1][b4r061j6] TCP: disposing #0 resource(RtmpConn)(0x280bec0), conns=15, disposing=1, zombies=0
[2021-07-15 01:26:37.388][Trace][1][dh49m50s] cleanup when unpublish
[2021-07-15 01:26:37.388][Trace][1][dh49m50s] cleanup when unpublish, created=1, deliver=1
[libopus @ 0x2de2340] 1 frames left in the queue on closing
[2021-07-15 01:26:37.389][Trace][1][dh49m50s] TCP: before dispose resource(RtmpConn)(0x2836950), conns=14, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:37.389][Error][1][dh49m50s][4] serve error code=5020 : service cycle : rtmp: stream service : rtc stream /live/rtc283 busy
thread [1][dh49m50s]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][dh49m50s]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][dh49m50s]: acquire_publish() [src/app/srs_app_rtmp_conn.cpp:958][errno=11](Interrupted system call)
[2021-07-15 01:26:37.389][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=14, removing=0, unsubs=0
[2021-07-15 01:26:37.389][Trace][1][dh49m50s] TCP: disposing #0 resource(RtmpConn)(0x2836950), conns=14, disposing=1, zombies=0
[2021-07-15 01:26:37.398][Trace][1][4jh4g256] RTMP client ip=172.17.0.1:57656, fd=21
[2021-07-15 01:26:37.400][Trace][1][4jh4g256] complex handshake success
[2021-07-15 01:26:37.404][Trace][1][3113g42z] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc277, param=, duration=0ms
[2021-07-15 01:26:37.404][Trace][1][3113g42z] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc277, param=, args=null
[2021-07-15 01:26:37.404][Trace][1][3113g42z] source url=/live/rtc277, ip=172.17.0.1, cache=1, is_edge=0, source_id=/605y1515
[2021-07-15 01:26:37.421][Trace][1][1385n499] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:37.421][Trace][1][1385n499] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:37.421][Trace][1][1385n499] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:37.421][Trace][1][1385n499] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:37.423][Trace][1][441q0126] RTMP client ip=172.17.0.1:57662, fd=30
[2021-07-15 01:26:37.425][Trace][1][441q0126] complex handshake success
[2021-07-15 01:26:37.430][Warn][1][55huz5p4][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:37.430][Trace][1][55huz5p4] Drop ts segment, sequence_no=1, uri=rtc286-1.ts, duration=0ms
[2021-07-15 01:26:37.430][Trace][1][55huz5p4] cleanup when unpublish
[2021-07-15 01:26:37.430][Trace][1][55huz5p4] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:37.430][Trace][1][55huz5p4] TCP: before dispose resource(RtmpConn)(0x25c5190), conns=15, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:37.430][Error][1][55huz5p4][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][55huz5p4]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][55huz5p4]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][55huz5p4]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][55huz5p4]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][55huz5p4]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][55huz5p4]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][55huz5p4]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][55huz5p4]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][55huz5p4]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:37.430][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=15, removing=0, unsubs=0
[2021-07-15 01:26:37.430][Trace][1][55huz5p4] TCP: disposing #0 resource(RtmpConn)(0x25c5190), conns=15, disposing=1, zombies=0
[2021-07-15 01:26:37.436][Trace][1][4jh4g256] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:37.436][Trace][1][4jh4g256] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:37.440][Trace][1][7w1975ad] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:37.440][Warn][1][7w1975ad][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:37.440][Trace][1][7w1975ad] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:37.440][Trace][1][7w1975ad] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:37.464][Trace][1][441q0126] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:37.464][Trace][1][441q0126] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:37.485][Trace][1][3113g42z] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:37.485][Trace][1][3113g42z] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:37.485][Trace][1][3113g42z] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:37.485][Trace][1][3113g42z] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:37.492][Warn][1][605y1515][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:37.492][Trace][1][605y1515] Drop ts segment, sequence_no=1, uri=rtc277-1.ts, duration=0ms
[2021-07-15 01:26:37.492][Trace][1][605y1515] cleanup when unpublish
[2021-07-15 01:26:37.492][Trace][1][605y1515] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:37.492][Trace][1][605y1515] TCP: before dispose resource(RtmpConn)(0x2d7a9f0), conns=14, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:37.492][Error][1][605y1515][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][605y1515]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][605y1515]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][605y1515]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][605y1515]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][605y1515]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][605y1515]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][605y1515]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][605y1515]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][605y1515]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:37.492][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=14, removing=0, unsubs=0
[2021-07-15 01:26:37.492][Trace][1][605y1515] TCP: disposing #0 resource(RtmpConn)(0x2d7a9f0), conns=14, disposing=1, zombies=0
[2021-07-15 01:26:37.504][Trace][1][1385n499] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:37.504][Warn][1][1385n499][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:37.504][Trace][1][1385n499] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:37.504][Trace][1][1385n499] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:37.516][Trace][1][4jh4g256] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc288, param=, duration=0ms
[2021-07-15 01:26:37.516][Trace][1][4jh4g256] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc288, param=, args=null
[2021-07-15 01:26:37.516][Trace][1][4jh4g256] source url=/live/rtc288, ip=172.17.0.1, cache=1, is_edge=0, source_id=t162sp4t/t162sp4t
[2021-07-15 01:26:37.544][Trace][1][441q0126] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc286, param=, duration=0ms
[2021-07-15 01:26:37.544][Trace][1][441q0126] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc286, param=, args=null
[2021-07-15 01:26:37.544][Trace][1][441q0126] source url=/live/rtc286, ip=172.17.0.1, cache=1, is_edge=0, source_id=/1385n499
[2021-07-15 01:26:37.568][Trace][1][3113g42z] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:37.568][Warn][1][3113g42z][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:37.568][Trace][1][3113g42z] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:37.568][Trace][1][3113g42z] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:37.596][Trace][1][4jh4g256] cleanup when unpublish
[2021-07-15 01:26:37.597][Trace][1][4jh4g256] cleanup when unpublish, created=1, deliver=1
[libopus @ 0x2d2ce40] 1 frames left in the queue on closing
[2021-07-15 01:26:37.597][Trace][1][4jh4g256] TCP: before dispose resource(RtmpConn)(0x280bec0), conns=13, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:37.597][Error][1][4jh4g256][4] serve error code=5020 : service cycle : rtmp: stream service : rtc stream /live/rtc288 busy
thread [1][4jh4g256]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][4jh4g256]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][4jh4g256]: acquire_publish() [src/app/srs_app_rtmp_conn.cpp:958][errno=11](Interrupted system call)
[2021-07-15 01:26:37.597][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=13, removing=0, unsubs=0
[2021-07-15 01:26:37.597][Trace][1][4jh4g256] TCP: disposing #0 resource(RtmpConn)(0x280bec0), conns=13, disposing=1, zombies=0
[2021-07-15 01:26:37.625][Trace][1][441q0126] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:37.625][Trace][1][441q0126] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:37.625][Trace][1][441q0126] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:37.625][Trace][1][441q0126] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:37.656][Trace][1][bw954h74] RTMP client ip=172.17.0.1:57690, fd=18
[2021-07-15 01:26:37.658][Trace][1][bw954h74] complex handshake success
[2021-07-15 01:26:37.696][Trace][1][bw954h74] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:37.696][Trace][1][bw954h74] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:37.708][Trace][1][441q0126] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:37.708][Trace][1][441q0126] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:37.708][Trace][1][441q0126] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:37.776][Trace][1][bw954h74] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc291, param=, duration=0ms
[2021-07-15 01:26:37.776][Trace][1][bw954h74] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc291, param=, args=null
[2021-07-15 01:26:37.776][Trace][1][bw954h74] source url=/live/rtc291, ip=172.17.0.1, cache=1, is_edge=0, source_id=/w9f64xko
[2021-07-15 01:26:37.830][Trace][1][2y3838d7] RTMP client ip=172.17.0.1:57704, fd=21
[2021-07-15 01:26:37.832][Trace][1][2y3838d7] complex handshake success
[2021-07-15 01:26:37.857][Trace][1][bw954h74] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:37.857][Trace][1][bw954h74] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:37.857][Trace][1][bw954h74] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:37.857][Trace][1][bw954h74] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:37.868][Trace][1][2y3838d7] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:37.868][Trace][1][2y3838d7] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:37.879][Warn][1][w9f64xko][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:37.880][Trace][1][w9f64xko] Drop ts segment, sequence_no=1, uri=rtc291-1.ts, duration=0ms
[2021-07-15 01:26:37.880][Trace][1][w9f64xko] cleanup when unpublish
[2021-07-15 01:26:37.880][Trace][1][w9f64xko] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:37.880][Trace][1][w9f64xko] TCP: before dispose resource(RtmpConn)(0x24c7fd0), conns=14, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:37.880][Error][1][w9f64xko][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][w9f64xko]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][w9f64xko]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][w9f64xko]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][w9f64xko]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][w9f64xko]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][w9f64xko]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][w9f64xko]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][w9f64xko]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][w9f64xko]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:37.880][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=14, removing=0, unsubs=0
[2021-07-15 01:26:37.880][Trace][1][w9f64xko] TCP: disposing #0 resource(RtmpConn)(0x24c7fd0), conns=14, disposing=1, zombies=0
[2021-07-15 01:26:37.940][Trace][1][bw954h74] got metadata, width=2304, height=1296, vcodec=7, acodec=10
[2021-07-15 01:26:37.940][Warn][1][bw954h74][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:37.940][Trace][1][bw954h74] 40B video sh,  codec(7, profile=High, level=5, 2304x1296, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:37.940][Trace][1][bw954h74] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:37.948][Trace][1][2y3838d7] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc256, param=, duration=0ms
[2021-07-15 01:26:37.948][Trace][1][2y3838d7] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc256, param=, args=null
[2021-07-15 01:26:37.948][Trace][1][2y3838d7] source url=/live/rtc256, ip=172.17.0.1, cache=1, is_edge=0, source_id=/7qp05847
[2021-07-15 01:26:38.029][Trace][1][2y3838d7] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:38.029][Trace][1][2y3838d7] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:38.029][Trace][1][2y3838d7] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:38.029][Trace][1][2y3838d7] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:38.069][Trace][1][2y3838d7] got metadata, width=1280, height=720, vcodec=7
[2021-07-15 01:26:38.069][Trace][1][2y3838d7] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:38.170][Warn][1][2y3838d7][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:38.174][Warn][1][441q0126][11] AUDIO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:38.310][Trace][1][084r01w7] RTMP client ip=172.17.0.1:57770, fd=27
[2021-07-15 01:26:38.312][Trace][1][084r01w7] complex handshake success
[2021-07-15 01:26:38.337][Trace][1][a4546369] RTMP client ip=172.17.0.1:57780, fd=29
[2021-07-15 01:26:38.339][Trace][1][a4546369] complex handshake success
[2021-07-15 01:26:38.348][Trace][1][084r01w7] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:38.348][Trace][1][084r01w7] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:38.376][Trace][1][a4546369] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:38.376][Trace][1][a4546369] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:38.428][Trace][1][084r01w7] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc299, param=, duration=0ms
[2021-07-15 01:26:38.428][Trace][1][084r01w7] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc299, param=, args=null
[2021-07-15 01:26:38.428][Trace][1][084r01w7] source url=/live/rtc299, ip=172.17.0.1, cache=1, is_edge=0, source_id=/7w1975ad
[2021-07-15 01:26:38.456][Trace][1][a4546369] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc291, param=, duration=0ms
[2021-07-15 01:26:38.456][Trace][1][a4546369] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc291, param=, args=null
[2021-07-15 01:26:38.456][Trace][1][a4546369] source url=/live/rtc291, ip=172.17.0.1, cache=1, is_edge=0, source_id=/bw954h74
[2021-07-15 01:26:38.483][Trace][1][81q45855] RTMP client ip=172.17.0.1:57826, fd=32
[2021-07-15 01:26:38.485][Trace][1][81q45855] complex handshake success
[2021-07-15 01:26:38.509][Trace][1][084r01w7] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:38.509][Trace][1][084r01w7] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:38.509][Trace][1][084r01w7] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:38.509][Trace][1][084r01w7] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:38.509][Warn][1][7w1975ad][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:38.509][Warn][1][7w1975ad][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:38.509][Warn][1][7w1975ad][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:38.510][Trace][1][7w1975ad] Drop ts segment, sequence_no=1, uri=rtc299-1.ts, duration=50ms
[2021-07-15 01:26:38.510][Trace][1][1z4ly1k6] RTMP client ip=172.17.0.1:57832, fd=34
[2021-07-15 01:26:38.512][Trace][1][7w1975ad] cleanup when unpublish
[2021-07-15 01:26:38.512][Trace][1][7w1975ad] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:38.512][Trace][1][7w1975ad] TCP: before dispose resource(RtmpConn)(0x2827270), conns=17, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:38.512][Error][1][7w1975ad][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][7w1975ad]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][7w1975ad]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][7w1975ad]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][7w1975ad]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][7w1975ad]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][7w1975ad]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][7w1975ad]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][7w1975ad]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][7w1975ad]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:38.512][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=17, removing=0, unsubs=0
[2021-07-15 01:26:38.512][Trace][1][7w1975ad] TCP: disposing #0 resource(RtmpConn)(0x2827270), conns=17, disposing=1, zombies=0
[2021-07-15 01:26:38.512][Trace][1][1z4ly1k6] complex handshake success
[2021-07-15 01:26:38.524][Trace][1][81q45855] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:38.524][Trace][1][81q45855] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:38.537][Trace][1][a4546369] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:38.537][Trace][1][a4546369] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:38.537][Trace][1][a4546369] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:38.537][Trace][1][a4546369] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:38.548][Trace][1][1z4ly1k6] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:38.548][Trace][1][1z4ly1k6] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:38.561][Warn][1][bw954h74][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:38.561][Trace][1][bw954h74] Drop ts segment, sequence_no=1, uri=rtc291-1.ts, duration=0ms
[2021-07-15 01:26:38.561][Trace][1][bw954h74] cleanup when unpublish
[2021-07-15 01:26:38.561][Trace][1][bw954h74] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:38.561][Trace][1][bw954h74] TCP: before dispose resource(RtmpConn)(0x2836950), conns=16, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:38.561][Error][1][bw954h74][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][bw954h74]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][bw954h74]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][bw954h74]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][bw954h74]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][bw954h74]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][bw954h74]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][bw954h74]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][bw954h74]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][bw954h74]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:38.562][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=16, removing=0, unsubs=0
[2021-07-15 01:26:38.562][Trace][1][bw954h74] TCP: disposing #0 resource(RtmpConn)(0x2836950), conns=16, disposing=1, zombies=0
[2021-07-15 01:26:38.573][Trace][1][441q0126] time diff to large=1046, next out=1720, new pkt=674, set to new pkt
[libopus @ 0x2d2ce40] Queue input is backward in time
[2021-07-15 01:26:38.592][Trace][1][084r01w7] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:38.592][Warn][1][084r01w7][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:38.592][Trace][1][084r01w7] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:38.592][Trace][1][084r01w7] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:38.595][Trace][1][i212q66i] RTMP client ip=172.17.0.1:57860, fd=13
[2021-07-15 01:26:38.597][Trace][1][i212q66i] complex handshake success
[2021-07-15 01:26:38.604][Trace][1][81q45855] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc277, param=, duration=0ms
[2021-07-15 01:26:38.604][Trace][1][81q45855] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc277, param=, args=null
[2021-07-15 01:26:38.604][Trace][1][81q45855] source url=/live/rtc277, ip=172.17.0.1, cache=1, is_edge=0, source_id=/3113g42z
[2021-07-15 01:26:38.607][Warn][1][58448942][11] ts: sync dts=41760, pts=455760
[2021-07-15 01:26:38.620][Trace][1][a4546369] got metadata, width=2304, height=1296, vcodec=7, acodec=10
[2021-07-15 01:26:38.620][Warn][1][a4546369][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:38.620][Trace][1][a4546369] 40B video sh,  codec(7, profile=High, level=5, 2304x1296, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:38.620][Trace][1][a4546369] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:38.628][Trace][1][1z4ly1k6] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc291, param=, duration=0ms
[2021-07-15 01:26:38.628][Trace][1][1z4ly1k6] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc291, param=, args=null
[2021-07-15 01:26:38.628][Trace][1][1z4ly1k6] source url=/live/rtc291, ip=172.17.0.1, cache=1, is_edge=0, source_id=/a4546369
[2021-07-15 01:26:38.636][Trace][1][i212q66i] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:38.637][Trace][1][i212q66i] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:38.685][Trace][1][81q45855] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:38.685][Trace][1][81q45855] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:38.685][Trace][1][81q45855] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:38.685][Trace][1][81q45855] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:38.696][Warn][1][3113g42z][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:38.696][Trace][1][3113g42z] Drop ts segment, sequence_no=1, uri=rtc277-1.ts, duration=0ms
[2021-07-15 01:26:38.696][Trace][1][3113g42z] cleanup when unpublish
[2021-07-15 01:26:38.696][Trace][1][3113g42z] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:38.696][Trace][1][3113g42z] TCP: before dispose resource(RtmpConn)(0x26eea90), conns=16, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:38.696][Error][1][3113g42z][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][3113g42z]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][3113g42z]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][3113g42z]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][3113g42z]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][3113g42z]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][3113g42z]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][3113g42z]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][3113g42z]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][3113g42z]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:38.696][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=16, removing=0, unsubs=0
[2021-07-15 01:26:38.696][Trace][1][3113g42z] TCP: disposing #0 resource(RtmpConn)(0x26eea90), conns=16, disposing=1, zombies=0
[2021-07-15 01:26:38.709][Trace][1][1z4ly1k6] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:38.709][Trace][1][1z4ly1k6] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:38.709][Trace][1][1z4ly1k6] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:38.709][Trace][1][1z4ly1k6] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:38.716][Trace][1][i212q66i] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc288, param=, duration=0ms
[2021-07-15 01:26:38.716][Trace][1][i212q66i] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc288, param=, args=null
[2021-07-15 01:26:38.716][Trace][1][i212q66i] source url=/live/rtc288, ip=172.17.0.1, cache=1, is_edge=0, source_id=/t162sp4t
[2021-07-15 01:26:38.733][Warn][1][a4546369][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:38.733][Trace][1][a4546369] Drop ts segment, sequence_no=1, uri=rtc291-1.ts, duration=0ms
[2021-07-15 01:26:38.733][Trace][1][a4546369] cleanup when unpublish
[2021-07-15 01:26:38.733][Trace][1][a4546369] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:38.734][Trace][1][a4546369] TCP: before dispose resource(RtmpConn)(0x2c662e0), conns=15, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:38.734][Error][1][a4546369][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][a4546369]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][a4546369]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][a4546369]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][a4546369]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][a4546369]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][a4546369]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][a4546369]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][a4546369]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][a4546369]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:38.734][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=15, removing=0, unsubs=0
[2021-07-15 01:26:38.734][Trace][1][a4546369] TCP: disposing #0 resource(RtmpConn)(0x2c662e0), conns=15, disposing=1, zombies=0
[2021-07-15 01:26:38.761][Trace][1][b432wid2] Hybrid cpu=6.99%,26MB, cid=136,29, timer=62,0,0, clock=0,44,3,1,0,0,0,0,0, free=1, objs=(pkt:496,raw:85,fua:407,msg:792,oth:3,buf:80)
[2021-07-15 01:26:38.768][Trace][1][81q45855] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:38.768][Warn][1][81q45855][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:38.768][Trace][1][81q45855] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:38.768][Trace][1][81q45855] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:38.792][Trace][1][1z4ly1k6] got metadata, width=2304, height=1296, vcodec=7, acodec=10
[2021-07-15 01:26:38.792][Trace][1][1z4ly1k6] 40B video sh,  codec(7, profile=High, level=5, 2304x1296, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:38.792][Trace][1][1z4ly1k6] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:38.797][Trace][1][i212q66i] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:38.797][Trace][1][i212q66i] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:38.797][Trace][1][i212q66i] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:38.797][Trace][1][i212q66i] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:38.815][Warn][1][t162sp4t][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:38.815][Trace][1][t162sp4t] Drop ts segment, sequence_no=1, uri=rtc288-1.ts, duration=0ms
[2021-07-15 01:26:38.815][Trace][1][t162sp4t] cleanup when unpublish
[2021-07-15 01:26:38.815][Trace][1][t162sp4t] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:38.815][Trace][1][t162sp4t] TCP: before dispose resource(RtmpConn)(0x2dc6080), conns=14, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:38.815][Error][1][t162sp4t][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][t162sp4t]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][t162sp4t]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][t162sp4t]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][t162sp4t]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][t162sp4t]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][t162sp4t]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][t162sp4t]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][t162sp4t]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][t162sp4t]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:38.815][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=14, removing=0, unsubs=0
[2021-07-15 01:26:38.815][Trace][1][t162sp4t] TCP: disposing #0 resource(RtmpConn)(0x2dc6080), conns=14, disposing=1, zombies=0
[2021-07-15 01:26:38.880][Trace][1][i212q66i] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:38.880][Warn][1][i212q66i][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:38.880][Trace][1][i212q66i] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:38.880][Trace][1][i212q66i] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:39.355][Trace][1][969hy1a3] RTMP client ip=172.17.0.1:57938, fd=16
[2021-07-15 01:26:39.358][Trace][1][969hy1a3] complex handshake success
[2021-07-15 01:26:39.396][Trace][1][969hy1a3] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:39.396][Trace][1][969hy1a3] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:39.480][Trace][1][969hy1a3] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc291, param=, duration=0ms
[2021-07-15 01:26:39.480][Trace][1][969hy1a3] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc291, param=, args=null
[2021-07-15 01:26:39.480][Trace][1][969hy1a3] source url=/live/rtc291, ip=172.17.0.1, cache=1, is_edge=0, source_id=/1z4ly1k6
[2021-07-15 01:26:39.558][Trace][1][969hy1a3] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:39.558][Trace][1][969hy1a3] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:39.558][Trace][1][fq57rxt4] RTMP client ip=172.17.0.1:57996, fd=18
[2021-07-15 01:26:39.560][Trace][1][969hy1a3] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:39.560][Trace][1][969hy1a3] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:39.560][Trace][1][fq57rxt4] complex handshake success
[2021-07-15 01:26:39.587][Trace][1][0902g974] RTMP client ip=172.17.0.1:58010, fd=31
[2021-07-15 01:26:39.589][Warn][1][0902g974][11] shared key size=127, ppk_size=128
[2021-07-15 01:26:39.589][Trace][1][0902g974] complex handshake success
[2021-07-15 01:26:39.597][Warn][1][1z4ly1k6][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:39.597][Warn][1][1z4ly1k6][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:39.597][Warn][1][1z4ly1k6][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:39.597][Warn][1][1z4ly1k6][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:39.597][Warn][1][1z4ly1k6][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:39.597][Warn][1][1z4ly1k6][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:39.597][Warn][1][1z4ly1k6][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:39.598][Warn][1][1z4ly1k6][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:39.598][Trace][1][1z4ly1k6] Drop ts segment, sequence_no=1, uri=rtc291-1.ts, duration=61ms
[2021-07-15 01:26:39.598][Trace][1][1z4ly1k6] cleanup when unpublish
[2021-07-15 01:26:39.598][Trace][1][1z4ly1k6] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:39.598][Trace][1][1z4ly1k6] TCP: before dispose resource(RtmpConn)(0x2706f80), conns=16, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:39.598][Error][1][1z4ly1k6][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][1z4ly1k6]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][1z4ly1k6]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][1z4ly1k6]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][1z4ly1k6]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][1z4ly1k6]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][1z4ly1k6]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][1z4ly1k6]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][1z4ly1k6]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][1z4ly1k6]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:39.598][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=16, removing=0, unsubs=0
[2021-07-15 01:26:39.598][Trace][1][1z4ly1k6] TCP: disposing #0 resource(RtmpConn)(0x2706f80), conns=16, disposing=1, zombies=0
[2021-07-15 01:26:39.602][Trace][1][fq57rxt4] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:39.602][Trace][1][fq57rxt4] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:39.628][Trace][1][0902g974] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:39.628][Trace][1][0902g974] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:39.640][Trace][1][969hy1a3] got metadata, width=2304, height=1296, vcodec=7, acodec=10
[2021-07-15 01:26:39.640][Warn][1][969hy1a3][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:39.640][Trace][1][969hy1a3] 40B video sh,  codec(7, profile=High, level=5, 2304x1296, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:39.640][Trace][1][969hy1a3] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:39.647][Trace][1][441q0126] time diff to large=1028, next out=2854, new pkt=1826, set to new pkt
[libopus @ 0x2d2ce40] Queue input is backward in time
[2021-07-15 01:26:39.680][Trace][1][fq57rxt4] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc299, param=, duration=0ms
[2021-07-15 01:26:39.680][Trace][1][fq57rxt4] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc299, param=, args=null
[2021-07-15 01:26:39.680][Trace][1][fq57rxt4] source url=/live/rtc299, ip=172.17.0.1, cache=1, is_edge=0, source_id=/084r01w7
[2021-07-15 01:26:39.708][Trace][1][0902g974] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc283, param=, duration=0ms
[2021-07-15 01:26:39.708][Trace][1][0902g974] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc283, param=, args=null
[2021-07-15 01:26:39.708][Trace][1][0902g974] source url=/live/rtc283, ip=172.17.0.1, cache=1, is_edge=0, source_id=/79hzer2e
[2021-07-15 01:26:39.741][Trace][1][122l7pq8] RTMP client ip=172.17.0.1:58032, fd=29
[2021-07-15 01:26:39.743][Trace][1][122l7pq8] complex handshake success
[2021-07-15 01:26:39.761][Trace][1][fq57rxt4] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:39.761][Trace][1][fq57rxt4] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:39.761][Trace][1][fq57rxt4] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:39.761][Trace][1][fq57rxt4] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:39.781][Trace][1][122l7pq8] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:39.781][Trace][1][122l7pq8] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:39.783][Warn][1][084r01w7][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:39.783][Warn][1][084r01w7][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:39.783][Warn][1][084r01w7][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:39.783][Trace][1][084r01w7] Drop ts segment, sequence_no=1, uri=rtc299-1.ts, duration=58ms
[2021-07-15 01:26:39.783][Trace][1][084r01w7] cleanup when unpublish
[2021-07-15 01:26:39.783][Trace][1][084r01w7] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:39.783][Trace][1][084r01w7] TCP: before dispose resource(RtmpConn)(0x2c703a0), conns=16, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:39.783][Error][1][084r01w7][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][084r01w7]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][084r01w7]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][084r01w7]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][084r01w7]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][084r01w7]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][084r01w7]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][084r01w7]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][084r01w7]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][084r01w7]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:39.783][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=16, removing=0, unsubs=0
[2021-07-15 01:26:39.783][Trace][1][084r01w7] TCP: disposing #0 resource(RtmpConn)(0x2c703a0), conns=16, disposing=1, zombies=0
[2021-07-15 01:26:39.789][Trace][1][0902g974] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:39.789][Trace][1][0902g974] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:39.789][Trace][1][0902g974] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:39.789][Trace][1][0902g974] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:39.825][Warn][1][79hzer2e][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:39.844][Trace][1][fq57rxt4] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:39.844][Warn][1][fq57rxt4][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:39.844][Trace][1][fq57rxt4] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:39.844][Trace][1][fq57rxt4] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:39.860][Trace][1][122l7pq8] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc295, param=, duration=0ms
[2021-07-15 01:26:39.860][Trace][1][122l7pq8] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc295, param=, args=null
[2021-07-15 01:26:39.860][Trace][1][122l7pq8] source url=/live/rtc295, ip=172.17.0.1, cache=1, is_edge=0, source_id=58448942/58448942
[2021-07-15 01:26:39.872][Warn][1][58448942][11] ts: sync dts=50760, pts=466560
[2021-07-15 01:26:39.872][Trace][1][0902g974] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:39.872][Warn][1][0902g974][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:39.872][Trace][1][0902g974] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:39.872][Trace][1][0902g974] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:39.941][Trace][1][122l7pq8] cleanup when unpublish
[2021-07-15 01:26:39.941][Trace][1][122l7pq8] cleanup when unpublish, created=1, deliver=1
[libopus @ 0x2ba3280] 1 frames left in the queue on closing
[2021-07-15 01:26:39.941][Trace][1][122l7pq8] TCP: before dispose resource(RtmpConn)(0x2706f80), conns=15, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:39.941][Error][1][122l7pq8][4] serve error code=5020 : service cycle : rtmp: stream service : rtc stream /live/rtc295 busy
thread [1][122l7pq8]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][122l7pq8]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][122l7pq8]: acquire_publish() [src/app/srs_app_rtmp_conn.cpp:958][errno=11](Interrupted system call)
[2021-07-15 01:26:39.941][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=15, removing=0, unsubs=0
[2021-07-15 01:26:39.941][Trace][1][122l7pq8] TCP: disposing #0 resource(RtmpConn)(0x2706f80), conns=15, disposing=1, zombies=0
[2021-07-15 01:26:39.944][Trace][1][85211qib] HTTP #0 172.17.0.1:33974 GET http://192.168.0.11:1986/api/v1/streams/, content-length=0
[2021-07-15 01:26:40.122][Trace][1][9r2nb7q6] RTMP client ip=172.17.0.1:58122, fd=29
[2021-07-15 01:26:40.124][Trace][1][9r2nb7q6] complex handshake success
[2021-07-15 01:26:40.160][Trace][1][9r2nb7q6] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:40.160][Trace][1][9r2nb7q6] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:40.234][Trace][1][w1g39530] RTMP client ip=172.17.0.1:58154, fd=33
[2021-07-15 01:26:40.236][Trace][1][w1g39530] complex handshake success
[2021-07-15 01:26:40.240][Trace][1][9r2nb7q6] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc284, param=, duration=0ms
[2021-07-15 01:26:40.240][Trace][1][9r2nb7q6] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc284, param=, args=null
[2021-07-15 01:26:40.240][Trace][1][9r2nb7q6] new source, stream_url=/live/rtc284
[2021-07-15 01:26:40.240][Trace][1][9r2nb7q6] source url=/live/rtc284, ip=172.17.0.1, cache=1, is_edge=0, source_id=/
[2021-07-15 01:26:40.276][Trace][1][w1g39530] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:40.276][Trace][1][w1g39530] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:40.320][Trace][1][9r2nb7q6] new source, stream_url=/live/rtc284
[2021-07-15 01:26:40.321][Trace][1][9r2nb7q6] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:40.321][Trace][1][9r2nb7q6] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:40.321][Trace][1][9r2nb7q6] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:40.321][Trace][1][9r2nb7q6] http: mount flv stream for sid=/live/rtc284, mount=/live/rtc284.flv
[2021-07-15 01:26:40.321][Trace][1][9r2nb7q6] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:40.339][Trace][1][0902g974] time diff to large=5206, next out=5206, new pkt=0, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:40.356][Trace][1][w1g39530] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc256, param=, duration=0ms
[2021-07-15 01:26:40.356][Trace][1][w1g39530] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc256, param=, args=null
[2021-07-15 01:26:40.356][Trace][1][w1g39530] source url=/live/rtc256, ip=172.17.0.1, cache=1, is_edge=0, source_id=2y3838d7/7qp05847
[2021-07-15 01:26:40.364][Trace][1][79hzer2e] time diff to large=4758, next out=460, new pkt=5218, set to new pkt
[2021-07-15 01:26:40.371][Trace][1][0902g974] time diff to large=4860, next out=5278, new pkt=418, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:40.404][Trace][1][9r2nb7q6] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:40.404][Trace][1][9r2nb7q6] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:40.405][Trace][1][9r2nb7q6] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:40.436][Trace][1][w1g39530] cleanup when unpublish
[2021-07-15 01:26:40.437][Trace][1][w1g39530] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:40.437][Trace][1][w1g39530] TCP: before dispose resource(RtmpConn)(0x2706f80), conns=17, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:40.437][Error][1][w1g39530][4] serve error code=5020 : service cycle : rtmp: stream service : rtc stream /live/rtc256 busy
thread [1][w1g39530]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][w1g39530]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][w1g39530]: acquire_publish() [src/app/srs_app_rtmp_conn.cpp:958][errno=11](Interrupted system call)
[2021-07-15 01:26:40.437][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=17, removing=0, unsubs=0
[2021-07-15 01:26:40.437][Trace][1][w1g39530] TCP: disposing #0 resource(RtmpConn)(0x2706f80), conns=17, disposing=1, zombies=0
[2021-07-15 01:26:40.486][Trace][1][79hzer2e] time diff to large=4744, next out=538, new pkt=5282, set to new pkt
[2021-07-15 01:26:40.493][Trace][1][0902g974] time diff to large=4876, next out=5422, new pkt=546, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:40.547][Trace][1][79hzer2e] time diff to large=4804, next out=606, new pkt=5410, set to new pkt
[2021-07-15 01:26:40.585][Trace][1][0902g974] time diff to large=4860, next out=5470, new pkt=610, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:40.641][Trace][1][441q0126] time diff to large=1020, next out=3806, new pkt=2786, set to new pkt
[libopus @ 0x2d2ce40] Queue input is backward in time
[2021-07-15 01:26:40.659][Trace][1][79hzer2e] time diff to large=4804, next out=670, new pkt=5474, set to new pkt
[2021-07-15 01:26:40.707][Trace][1][0902g974] time diff to large=4940, next out=5614, new pkt=674, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:40.710][Trace][1][3orz5718] RTMP client ip=172.17.0.1:58266, fd=23
[2021-07-15 01:26:40.712][Trace][1][3orz5718] complex handshake success
[2021-07-15 01:26:40.750][Trace][1][79hzer2e] time diff to large=4808, next out=794, new pkt=5602, set to new pkt
[2021-07-15 01:26:40.752][Trace][1][3orz5718] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:40.752][Trace][1][3orz5718] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:40.798][Trace][1][0902g974] time diff to large=4860, next out=5662, new pkt=802, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:40.837][Trace][1][3orz5718] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc299, param=, duration=0ms
[2021-07-15 01:26:40.837][Trace][1][3orz5718] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc299, param=, args=null
[2021-07-15 01:26:40.837][Trace][1][3orz5718] source url=/live/rtc299, ip=172.17.0.1, cache=1, is_edge=0, source_id=/fq57rxt4
[2021-07-15 01:26:40.871][Trace][1][79hzer2e] time diff to large=4804, next out=862, new pkt=5666, set to new pkt
[2021-07-15 01:26:40.909][Trace][1][0902g974] time diff to large=4940, next out=5806, new pkt=866, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:40.917][Trace][1][3orz5718] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:40.917][Trace][1][3orz5718] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:40.917][Trace][1][3orz5718] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:40.917][Trace][1][3orz5718] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:40.963][Trace][1][79hzer2e] time diff to large=4808, next out=986, new pkt=5794, set to new pkt
[2021-07-15 01:26:40.969][Trace][1][2k0pj0k6] RTMP client ip=172.17.0.1:58284, fd=35
[2021-07-15 01:26:40.971][Trace][1][2k0pj0k6] complex handshake success
[2021-07-15 01:26:40.975][Warn][1][fq57rxt4][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:40.975][Warn][1][fq57rxt4][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:40.975][Trace][1][fq57rxt4] Drop ts segment, sequence_no=1, uri=rtc299-1.ts, duration=34ms
[2021-07-15 01:26:40.975][Trace][1][fq57rxt4] cleanup when unpublish
[2021-07-15 01:26:40.975][Trace][1][fq57rxt4] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:40.975][Trace][1][fq57rxt4] TCP: before dispose resource(RtmpConn)(0x2c74490), conns=18, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:40.976][Error][1][fq57rxt4][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][fq57rxt4]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][fq57rxt4]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][fq57rxt4]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][fq57rxt4]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][fq57rxt4]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][fq57rxt4]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][fq57rxt4]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][fq57rxt4]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][fq57rxt4]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:40.976][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=18, removing=0, unsubs=0
[2021-07-15 01:26:40.976][Trace][1][fq57rxt4] TCP: disposing #0 resource(RtmpConn)(0x2c74490), conns=18, disposing=1, zombies=0
[2021-07-15 01:26:41.000][Trace][1][3orz5718] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:41.000][Warn][1][3orz5718][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:41.000][Trace][1][3orz5718] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:41.000][Trace][1][3orz5718] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:41.001][Trace][1][0902g974] time diff to large=4940, next out=5934, new pkt=994, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:41.008][Trace][1][2k0pj0k6] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:41.008][Trace][1][2k0pj0k6] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:41.084][Trace][1][79hzer2e] time diff to large=4808, next out=1114, new pkt=5922, set to new pkt
[2021-07-15 01:26:41.088][Trace][1][2k0pj0k6] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc284, param=, duration=0ms
[2021-07-15 01:26:41.088][Trace][1][2k0pj0k6] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc284, param=, args=null
[2021-07-15 01:26:41.088][Trace][1][2k0pj0k6] source url=/live/rtc284, ip=172.17.0.1, cache=1, is_edge=0, source_id=9r2nb7q6/9r2nb7q6
[2021-07-15 01:26:41.122][Trace][1][0902g974] time diff to large=4860, next out=5982, new pkt=1122, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:41.145][Trace][1][79hzer2e] time diff to large=4804, next out=1182, new pkt=5986, set to new pkt
[2021-07-15 01:26:41.169][Trace][1][2k0pj0k6] cleanup when unpublish
[2021-07-15 01:26:41.169][Trace][1][2k0pj0k6] cleanup when unpublish, created=1, deliver=1
[libopus @ 0x30b2400] 1 frames left in the queue on closing
[2021-07-15 01:26:41.169][Trace][1][2k0pj0k6] TCP: before dispose resource(RtmpConn)(0x2c70290), conns=17, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:41.169][Error][1][2k0pj0k6][4] serve error code=5020 : service cycle : rtmp: stream service : rtc stream /live/rtc284 busy
thread [1][2k0pj0k6]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][2k0pj0k6]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][2k0pj0k6]: acquire_publish() [src/app/srs_app_rtmp_conn.cpp:958][errno=11](Interrupted system call)
[2021-07-15 01:26:41.169][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=17, removing=0, unsubs=0
[2021-07-15 01:26:41.169][Trace][1][2k0pj0k6] TCP: disposing #0 resource(RtmpConn)(0x2c70290), conns=17, disposing=1, zombies=0
[2021-07-15 01:26:41.183][Trace][1][0902g974] time diff to large=4940, next out=6126, new pkt=1186, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:41.267][Trace][1][79hzer2e] time diff to large=4808, next out=1306, new pkt=6114, set to new pkt
[2021-07-15 01:26:41.305][Trace][1][0902g974] time diff to large=4940, next out=6254, new pkt=1314, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:41.326][Trace][1][55726504] RTMP client ip=172.17.0.1:58336, fd=18
[2021-07-15 01:26:41.328][Trace][1][55726504] complex handshake success
[2021-07-15 01:26:41.351][Trace][1][m36879y4] RTMP client ip=172.17.0.1:58340, fd=33
[2021-07-15 01:26:41.353][Trace][1][m36879y4] complex handshake success
[2021-07-15 01:26:41.358][Trace][1][79hzer2e] time diff to large=4808, next out=1434, new pkt=6242, set to new pkt
[2021-07-15 01:26:41.365][Trace][1][55726504] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:41.365][Trace][1][55726504] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:41.392][Trace][1][m36879y4] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:41.392][Trace][1][m36879y4] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:41.396][Trace][1][0902g974] time diff to large=4860, next out=6302, new pkt=1442, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:41.444][Trace][1][55726504] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc287, param=, duration=0ms
[2021-07-15 01:26:41.444][Trace][1][55726504] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc287, param=, args=null
[2021-07-15 01:26:41.444][Trace][1][55726504] source url=/live/rtc287, ip=172.17.0.1, cache=1, is_edge=0, source_id=/7ro4w3f7
[2021-07-15 01:26:41.470][Trace][1][79hzer2e] time diff to large=4804, next out=1502, new pkt=6306, set to new pkt
[2021-07-15 01:26:41.472][Trace][1][m36879y4] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc291, param=, duration=0ms
[2021-07-15 01:26:41.472][Trace][1][m36879y4] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc291, param=, args=null
[2021-07-15 01:26:41.472][Trace][1][m36879y4] source url=/live/rtc291, ip=172.17.0.1, cache=1, is_edge=0, source_id=/969hy1a3
[2021-07-15 01:26:41.517][Trace][1][0902g974] time diff to large=4940, next out=6446, new pkt=1506, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:41.525][Trace][1][55726504] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:41.525][Trace][1][55726504] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:41.525][Trace][1][55726504] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:41.525][Trace][1][55726504] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:41.553][Trace][1][m36879y4] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:41.553][Trace][1][m36879y4] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:41.553][Trace][1][m36879y4] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:41.553][Trace][1][m36879y4] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:41.561][Trace][1][79hzer2e] time diff to large=4808, next out=1626, new pkt=6434, set to new pkt
[2021-07-15 01:26:41.599][Trace][1][0902g974] time diff to large=4860, next out=6494, new pkt=1634, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:41.600][Warn][1][7ro4w3f7][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:41.600][Trace][1][7ro4w3f7] Drop ts segment, sequence_no=1, uri=rtc287-1.ts, duration=0ms
[2021-07-15 01:26:41.601][Trace][1][7ro4w3f7] cleanup when unpublish
[2021-07-15 01:26:41.601][Trace][1][7ro4w3f7] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:41.601][Trace][1][7ro4w3f7] TCP: before dispose resource(RtmpConn)(0x2383820), conns=18, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:41.601][Error][1][7ro4w3f7][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][7ro4w3f7]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][7ro4w3f7]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][7ro4w3f7]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][7ro4w3f7]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][7ro4w3f7]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][7ro4w3f7]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][7ro4w3f7]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][7ro4w3f7]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][7ro4w3f7]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:41.601][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=18, removing=0, unsubs=0
[2021-07-15 01:26:41.601][Trace][1][7ro4w3f7] TCP: disposing #0 resource(RtmpConn)(0x2383820), conns=18, disposing=1, zombies=0
[2021-07-15 01:26:41.608][Trace][1][55726504] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:41.608][Warn][1][55726504][4] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:41.608][Trace][1][55726504] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:41.608][Trace][1][55726504] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:41.613][Warn][1][969hy1a3][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:41.613][Warn][1][969hy1a3][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:41.613][Trace][1][969hy1a3] Drop ts segment, sequence_no=1, uri=rtc291-1.ts, duration=26ms
[2021-07-15 01:26:41.614][Trace][1][969hy1a3] cleanup when unpublish
[2021-07-15 01:26:41.614][Trace][1][969hy1a3] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:41.614][Trace][1][969hy1a3] TCP: before dispose resource(RtmpConn)(0x26eea90), conns=17, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:41.614][Error][1][969hy1a3][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][969hy1a3]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][969hy1a3]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][969hy1a3]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][969hy1a3]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][969hy1a3]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][969hy1a3]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][969hy1a3]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][969hy1a3]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][969hy1a3]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:41.614][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=17, removing=0, unsubs=0
[2021-07-15 01:26:41.614][Trace][1][969hy1a3] TCP: disposing #0 resource(RtmpConn)(0x26eea90), conns=17, disposing=1, zombies=0
[2021-07-15 01:26:41.636][Trace][1][m36879y4] got metadata, width=2304, height=1296, vcodec=7, acodec=10
[2021-07-15 01:26:41.636][Warn][1][m36879y4][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:41.637][Trace][1][m36879y4] 40B video sh,  codec(7, profile=High, level=5, 2304x1296, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:41.637][Trace][1][m36879y4] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:41.683][Trace][1][79hzer2e] time diff to large=4784, next out=1714, new pkt=6498, set to new pkt
[2021-07-15 01:26:41.720][Trace][1][0902g974] time diff to large=4920, next out=6618, new pkt=1698, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:41.744][Trace][1][79hzer2e] time diff to large=4808, next out=1818, new pkt=6626, set to new pkt
[2021-07-15 01:26:41.750][Trace][1][441q0126] time diff to large=1032, next out=4906, new pkt=3874, set to new pkt
[libopus @ 0x2d2ce40] Queue input is backward in time
[2021-07-15 01:26:41.781][Trace][1][0902g974] time diff to large=4880, next out=6706, new pkt=1826, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:41.856][Trace][1][w372j7x6] RTMP client ip=172.17.0.1:58440, fd=14
[2021-07-15 01:26:41.858][Trace][1][w372j7x6] complex handshake success
[2021-07-15 01:26:41.865][Trace][1][79hzer2e] time diff to large=4804, next out=1886, new pkt=6690, set to new pkt
[2021-07-15 01:26:41.896][Trace][1][w372j7x6] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:41.896][Trace][1][w372j7x6] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:41.903][Trace][1][0902g974] time diff to large=4920, next out=6810, new pkt=1890, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:41.957][Trace][1][79hzer2e] time diff to large=4788, next out=2030, new pkt=6818, set to new pkt
[2021-07-15 01:26:41.976][Trace][1][w372j7x6] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc284, param=, duration=0ms
[2021-07-15 01:26:41.976][Trace][1][w372j7x6] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc284, param=, args=null
[2021-07-15 01:26:41.976][Trace][1][w372j7x6] source url=/live/rtc284, ip=172.17.0.1, cache=1, is_edge=0, source_id=/9r2nb7q6
[2021-07-15 01:26:41.994][Trace][1][0902g974] time diff to large=4860, next out=6878, new pkt=2018, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:42.057][Trace][1][w372j7x6] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:42.057][Trace][1][w372j7x6] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:42.057][Trace][1][w372j7x6] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:42.057][Trace][1][w372j7x6] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:42.078][Trace][1][79hzer2e] time diff to large=4804, next out=2078, new pkt=6882, set to new pkt
[2021-07-15 01:26:42.079][Trace][1][7063f343] RTMP client ip=172.17.0.1:58460, fd=34
[2021-07-15 01:26:42.082][Trace][1][7063f343] complex handshake success
[2021-07-15 01:26:42.112][Warn][1][9r2nb7q6][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:42.112][Warn][1][9r2nb7q6][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:42.112][Trace][1][9r2nb7q6] Drop ts segment, sequence_no=1, uri=rtc284-1.ts, duration=10ms
[2021-07-15 01:26:42.112][Trace][1][9r2nb7q6] cleanup when unpublish
[2021-07-15 01:26:42.112][Trace][1][9r2nb7q6] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:42.112][Trace][1][9r2nb7q6] TCP: before dispose resource(RtmpConn)(0x2ba3b60), conns=19, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:42.112][Error][1][9r2nb7q6][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][9r2nb7q6]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][9r2nb7q6]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][9r2nb7q6]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][9r2nb7q6]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][9r2nb7q6]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][9r2nb7q6]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][9r2nb7q6]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][9r2nb7q6]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][9r2nb7q6]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:42.112][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=19, removing=0, unsubs=0
[2021-07-15 01:26:42.112][Trace][1][9r2nb7q6] TCP: disposing #0 resource(RtmpConn)(0x2ba3b60), conns=19, disposing=1, zombies=0
[2021-07-15 01:26:42.115][Trace][1][0902g974] time diff to large=4920, next out=7002, new pkt=2082, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:42.118][Trace][1][02fl481d] HTTP #0 192.168.1.7:50641 OPTIONS http://video10.cloud.hi-mr.com/rtc/v1/play/, content-length=-1
[2021-07-15 01:26:42.118][Trace][1][02fl481d] TCP: before dispose resource(HttpConn)(0x2ba53c0), conns=18, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:42.118][Trace][1][02fl481d] client finished.
[2021-07-15 01:26:42.119][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=18, removing=0, unsubs=0
[2021-07-15 01:26:42.119][Trace][1][02fl481d] TCP: disposing #0 resource(HttpConn)(0x2ba53c0), conns=18, disposing=1, zombies=0
[2021-07-15 01:26:42.120][Trace][1][7063f343] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:42.120][Trace][1][7063f343] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:42.140][Trace][1][w372j7x6] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:42.140][Warn][1][w372j7x6][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:42.140][Trace][1][w372j7x6] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:42.140][Trace][1][w372j7x6] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:42.160][Trace][1][79hzer2e] time diff to large=4788, next out=2222, new pkt=7010, set to new pkt
[2021-07-15 01:26:42.200][Trace][1][7063f343] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc277, param=, duration=0ms
[2021-07-15 01:26:42.200][Trace][1][7063f343] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc277, param=, args=null
[2021-07-15 01:26:42.200][Trace][1][7063f343] source url=/live/rtc277, ip=172.17.0.1, cache=1, is_edge=0, source_id=/81q45855
[2021-07-15 01:26:42.200][Trace][1][1dpz97d9] RTMP client ip=172.17.0.1:58488, fd=16
[2021-07-15 01:26:42.202][Trace][1][1dpz97d9] complex handshake success
[2021-07-15 01:26:42.207][Trace][1][0902g974] time diff to large=4860, next out=7070, new pkt=2210, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:42.222][Trace][1][76i29252] RTMP client ip=172.17.0.1:58492, fd=29
[2021-07-15 01:26:42.224][Trace][1][76i29252] complex handshake success
[2021-07-15 01:26:42.240][Trace][1][1dpz97d9] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:42.240][Trace][1][1dpz97d9] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:42.264][Trace][1][hn66d70i] HTTP #0 192.168.1.7:50642 POST http://video10.cloud.hi-mr.com/rtc/v1/play/, content-length=4385
[2021-07-15 01:26:42.264][Trace][1][hn66d70i] RTC play webrtc://video10.cloud.hi-mr.com/live/rtc256, api=https://video10.cloud.hi-mr.com:1986/rtc/v1/play/, tid=, clientip=, app=live, stream=rtc256, offer=4004B, eip=, codec=, srtp=, dtls=
[2021-07-15 01:26:42.265][Trace][1][hn66d70i] RTC player nack=1, nnc=1
[2021-07-15 01:26:42.265][Trace][1][hn66d70i] RTC connection player gcc=0
[2021-07-15 01:26:42.265][Trace][1][hn66d70i] RTC: Init tracks {track: video-339572z0, is_active: 0=>1},{track: audio-03j4e857, is_active: 0=>1}, ok
[2021-07-15 01:26:42.265][Trace][1][hn66d70i] RTC: Use candidates 36.134.81.7
[2021-07-15 01:26:42.267][Trace][1][hn66d70i] RTC init session, user=3663l943:MBk7, url=/live/rtc256, encrypt=1/1, DTLS(role=passive, version=auto), timeout=30000ms, nack=1
[2021-07-15 01:26:42.267][Trace][1][hn66d70i] RTC username=3663l943:MBk7, dtls=1, srtp=1, offer=4004B, answer=1235B
[2021-07-15 01:26:42.267][Trace][1][hn66d70i] RTC remote offer: v=0\r\no=- 3799970452609186295 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 0 1\r\na=msid-semantic: WMS\r\nm=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 0 8 106 105 13 110 112 113 126\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:MBk7\r\na=ice-pwd:OLsZyLOtVeYGuKf0Y3QWecZx\r\na=ice-options:trickle\r\na=fingerprint:sha-256 A9:AF:8D:EC:45:05:4B:D4:85:57:F7:FE:FB:CA:57:07:04:6D:A8:11:3C:33:06:BD:76:EF:5A:06:D1:99:CB:85\r\na=setup:actpass\r\na=mid:0\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=extmap:5 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id\r\na=extmap:6 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id\r\na=recvonly\r\na=rtcp-mux\r\na=rtpmap:111 opus/48000/2\r\na=rtcp-fb:111 transport-cc\r\na=fmtp:111 minptime=10;useinbandfec=1\r\na=rtpmap:103 ISAC/16000\r\na=rtpmap:104 ISAC/32000\r\na=rtpmap:9 G722/8000\r\na=rtpmap:0 PCMU/8000\r\na=rtpmap:8 PCMA/8000\r\na=rtpmap:106 CN/32000\r\na=rtpmap:105 CN/16000\r\na=rtpmap:13 CN/8000\r\na=rtpmap:110 telephone-event/48000\r\na=rtpmap:112 telephone-event/32000\r\na=rtpmap:113 telephone-event/16000\r\na=rtpmap:126 telephone-event/8000\r\nm=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 102 123 127 122 125 107 108 109 124\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:MBk7\r\na=ice-pwd:OLsZyLOtVeYGuKf0Y3QWecZx\r\na=ice-options:trickle\r\na=fingerprint:sha-256 A9:AF:8D:EC:45:05:4B:D4:85:57:F7:FE:FB:CA:57:07:04:6D:A8:11:3C:33:06:BD:76:EF:5A:06:D1:99:CB:85\r\na=setup:actpass\r\na=mid:1\r\na=extmap:14 urn:ietf:params:rtp-hdrext:toffset\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:13 urn:3gpp:video-orientation\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:12 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay\r\na=extmap:11 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type\r\na=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing\r\na=extmap:8 http://tools.ietf.org/html/draft-ietf-avtext-framemarking-07\r\na=extmap:9 http://www.webrtc.org/experiments/rtp-hdrext/color-space\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=extmap:5 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id\r\na=extmap:6 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id\r\na=recvonly\r\na=rtcp-mux\r\na=rtcp-rsize\r\na=rtpmap:96 VP8/90000\r\na=rtcp-fb:96 goog-remb\r\na=rtcp-fb:96 transport-cc\r\na=rtcp-fb:96 ccm fir\r\na=rtcp-fb:96 nack\r\na=rtcp-fb:96 nack pli\r\na=rtpmap:97 rtx/90000\r\na=fmtp:97 apt=96\r\na=rtpmap:98 VP9/90000\r\na=rtcp-fb:98 goog-remb\r\na=rtcp-fb:98 transport-cc\r\na=rtcp-fb:98 ccm fir\r\na=rtcp-fb:98 nack\r\na=rtcp-fb:98 nack pli\r\na=fmtp:98 profile-id=0\r\na=rtpmap:99 rtx/90000\r\na=fmtp:99 apt=98\r\na=rtpmap:100 H264/90000\r\na=rtcp-fb:100 goog-remb\r\na=rtcp-fb:100 transport-cc\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f\r\na=rtpmap:101 rtx/90000\r\na=fmtp:101 apt=100\r\na=rtpmap:102 H264/90000\r\na=rtcp-fb:102 goog-remb\r\na=rtcp-fb:102 transport-cc\r\na=rtcp-fb:102 ccm fir\r\na=rtcp-fb:102 nack\r\na=rtcp-fb:102 nack pli\r\na=fmtp:102 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42001f\r\na=rtpmap:123 rtx/90000\r\na=fmtp:123 apt=102\r\na=rtpmap:127 H264/90000\r\na=rtcp-fb:127 goog-remb\r\na=rtcp-fb:127 transport-cc\r\na=rtcp-fb:127 ccm fir\r\na=rtcp-fb:127 nack\r\na=rtcp-fb:127 nack pli\r\na=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f\r\na=rtpmap:122 rtx/90000\r\na=fmtp:122 apt=127\r\na=rtpmap:125 H264/90000\r\na=rtcp-fb:125 goog-remb\r\na=rtcp-fb:125 transport-cc\r\na=rtcp-fb:125 ccm fir\r\na=rtcp-fb:125 nack\r\na=rtcp-fb:125 nack pli\r\na=fmtp:125 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f\r\na=rtpmap:107 rtx/90000\r\na=fmtp:107 apt=125\r\na=rtpmap:108 red/90000\r\na=rtpmap:109 rtx/90000\r\na=fmtp:109 apt=108\r\na=rtpmap:124 ulpfec/90000\r\n
[2021-07-15 01:26:42.267][Trace][1][hn66d70i] RTC local answer: v=0\r\no=SRS/4.0.136(Leo) 45760128 2 IN IP4 0.0.0.0\r\ns=SRSPlaySession\r\nt=0 0\r\na=ice-lite\r\na=group:BUNDLE 0 1\r\na=msid-semantic: WMS live/rtc256\r\nm=audio 9 UDP/TLS/RTP/SAVPF 111\r\nc=IN IP4 0.0.0.0\r\na=ice-ufrag:3663l943\r\na=ice-pwd:481q453l29750746xl92t3bqjr7f1fu5\r\na=fingerprint:sha-256 CF:22:6C:AF:9C:03:60:20:55:27:A3:79:35:95:77:94:FE:A6:94:1A:39:D3:35:C0:0C:39:63:4C:ED:0D:92:7D\r\na=setup:passive\r\na=mid:0\r\na=sendonly\r\na=rtcp-mux\r\na=rtcp-rsize\r\na=rtpmap:111 opus/48000/2\r\na=ssrc:10126 cname:6qhd5sd8xg00g485\r\na=ssrc:10126 label:audio-03j4e857\r\na=candidate:0 1 udp 2130706431 36.134.81.7 8000 typ host generation 0\r\nm=video 9 UDP/TLS/RTP/SAVPF 127\r\nc=IN IP4 0.0.0.0\r\na=ice-ufrag:3663l943\r\na=ice-pwd:481q453l29750746xl92t3bqjr7f1fu5\r\na=fingerprint:sha-256 CF:22:6C:AF:9C:03:60:20:55:27:A3:79:35:95:77:94:FE:A6:94:1A:39:D3:35:C0:0C:39:63:4C:ED:0D:92:7D\r\na=setup:passive\r\na=mid:1\r\na=sendonly\r\na=rtcp-mux\r\na=rtcp-rsize\r\na=rtpmap:127 H264/90000\r\na=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f\r\na=ssrc:10127 cname:6qhd5sd8xg00g485\r\na=ssrc:10127 label:video-339572z0\r\na=candidate:0 1 udp 2130706431 36.134.81.7 8000 typ host generation 0\r\n
[2021-07-15 01:26:42.268][Trace][1][hn66d70i] TCP: before dispose resource(HttpConn)(0x2c7ab70), conns=20, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:42.268][Trace][1][hn66d70i] client finished.
[2021-07-15 01:26:42.268][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=20, removing=0, unsubs=0
[2021-07-15 01:26:42.268][Trace][1][hn66d70i] TCP: disposing #0 resource(HttpConn)(0x2c7ab70), conns=20, disposing=1, zombies=0
[2021-07-15 01:26:42.268][Trace][1][76i29252] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:42.268][Trace][1][76i29252] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:42.281][Trace][1][7063f343] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:42.281][Trace][1][7063f343] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:42.281][Trace][1][7063f343] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:42.281][Trace][1][7063f343] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:42.282][Trace][1][79hzer2e] time diff to large=4804, next out=2270, new pkt=7074, set to new pkt
[2021-07-15 01:26:42.301][Warn][1][81q45855][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:42.301][Trace][1][81q45855] Drop ts segment, sequence_no=1, uri=rtc277-1.ts, duration=0ms
[2021-07-15 01:26:42.301][Trace][1][81q45855] cleanup when unpublish
[2021-07-15 01:26:42.301][Trace][1][81q45855] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:42.301][Trace][1][81q45855] TCP: before dispose resource(RtmpConn)(0x2a2ff80), conns=19, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:42.301][Error][1][81q45855][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][81q45855]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][81q45855]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][81q45855]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][81q45855]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][81q45855]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][81q45855]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][81q45855]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][81q45855]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][81q45855]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:42.301][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=19, removing=0, unsubs=0
[2021-07-15 01:26:42.301][Trace][1][81q45855] TCP: disposing #0 resource(RtmpConn)(0x2a2ff80), conns=19, disposing=1, zombies=0
[2021-07-15 01:26:42.315][Trace][1][2l88s845] RTMP client ip=172.17.0.1:58512, fd=32
[2021-07-15 01:26:42.317][Trace][1][2l88s845] complex handshake success
[2021-07-15 01:26:42.320][Trace][1][1dpz97d9] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc288, param=, duration=0ms
[2021-07-15 01:26:42.320][Trace][1][1dpz97d9] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc288, param=, args=null
[2021-07-15 01:26:42.320][Trace][1][1dpz97d9] source url=/live/rtc288, ip=172.17.0.1, cache=1, is_edge=0, source_id=/i212q66i
[2021-07-15 01:26:42.328][Trace][1][0902g974] time diff to large=4940, next out=7214, new pkt=2274, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:42.332][Trace][1][hn66d70i] RTC: session address init 223.104.45.171:49339
[2021-07-15 01:26:42.332][Trace][1][hn66d70i] RTC: session STUN done, waiting DTLS handshake.
[2021-07-15 01:26:42.332][Trace][1][179jq5f7] <- RTC RECV #10, udp 1, pps 0/0, schedule 1
[2021-07-15 01:26:42.344][Trace][1][79hzer2e] time diff to large=4808, next out=2394, new pkt=7202, set to new pkt
[2021-07-15 01:26:42.344][Trace][1][76i29252] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc286, param=, duration=0ms
[2021-07-15 01:26:42.344][Trace][1][76i29252] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc286, param=, args=null
[2021-07-15 01:26:42.344][Trace][1][76i29252] source url=/live/rtc286, ip=172.17.0.1, cache=1, is_edge=0, source_id=441q0126/1385n499
[2021-07-15 01:26:42.349][Trace][1][27zp947m] RTMP client ip=172.17.0.1:58516, fd=35
[2021-07-15 01:26:42.351][Trace][1][27zp947m] complex handshake success
[2021-07-15 01:26:42.356][Trace][1][2l88s845] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:42.356][Trace][1][2l88s845] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:42.364][Trace][1][7063f343] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:42.364][Warn][1][7063f343][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:42.364][Trace][1][7063f343] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:42.364][Trace][1][7063f343] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:42.379][Trace][1][0902g974] time diff to large=4860, next out=7262, new pkt=2402, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:42.388][Trace][1][27zp947m] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:42.388][Trace][1][27zp947m] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:42.391][Trace][1][hn66d70i] DTLS: State Passive RECV, done=0, arq=0/0, r0=1, r1=0, len=155, cnt=22, size=142, hs=1
[2021-07-15 01:26:42.391][Trace][1][hn66d70i] DTLS: State Passive SEND, done=0, arq=0/0, r0=-1, r1=2, len=679, cnt=22, size=82, hs=2
[2021-07-15 01:26:42.394][Trace][1][99n91240] RTMP client ip=172.17.0.1:58524, fd=36
[2021-07-15 01:26:42.395][Trace][1][99n91240] complex handshake success
[2021-07-15 01:26:42.401][Trace][1][1dpz97d9] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:42.401][Trace][1][1dpz97d9] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:42.401][Trace][1][1dpz97d9] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:42.401][Trace][1][1dpz97d9] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:42.410][Warn][1][i212q66i][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:42.410][Trace][1][i212q66i] Drop ts segment, sequence_no=1, uri=rtc288-1.ts, duration=0ms
[2021-07-15 01:26:42.410][Trace][1][i212q66i] cleanup when unpublish
[2021-07-15 01:26:42.410][Trace][1][i212q66i] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:42.410][Trace][1][i212q66i] TCP: before dispose resource(RtmpConn)(0x2827270), conns=21, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:42.410][Error][1][i212q66i][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][i212q66i]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][i212q66i]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][i212q66i]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][i212q66i]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][i212q66i]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][i212q66i]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][i212q66i]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][i212q66i]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][i212q66i]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:42.410][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=21, removing=0, unsubs=0
[2021-07-15 01:26:42.410][Trace][1][i212q66i] TCP: disposing #0 resource(RtmpConn)(0x2827270), conns=21, disposing=1, zombies=0
[2021-07-15 01:26:42.425][Trace][1][76i29252] cleanup when unpublish
[2021-07-15 01:26:42.425][Trace][1][76i29252] cleanup when unpublish, created=1, deliver=1
[libopus @ 0x2d2ce40] 1 frames left in the queue on closing
[2021-07-15 01:26:42.425][Trace][1][76i29252] TCP: before dispose resource(RtmpConn)(0x2474080), conns=20, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:42.425][Error][1][76i29252][4] serve error code=5020 : service cycle : rtmp: stream service : rtc stream /live/rtc286 busy
thread [1][76i29252]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][76i29252]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][76i29252]: acquire_publish() [src/app/srs_app_rtmp_conn.cpp:958][errno=11](Interrupted system call)
[2021-07-15 01:26:42.425][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=20, removing=0, unsubs=0
[2021-07-15 01:26:42.425][Trace][1][76i29252] TCP: disposing #0 resource(RtmpConn)(0x2474080), conns=20, disposing=1, zombies=0
[2021-07-15 01:26:42.426][Trace][1][151ux717] RTMP client ip=172.17.0.1:58528, fd=11
[2021-07-15 01:26:42.428][Trace][1][151ux717] complex handshake success
[2021-07-15 01:26:42.432][Trace][1][99n91240] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:42.432][Trace][1][99n91240] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:42.436][Trace][1][2l88s845] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc291, param=, duration=0ms
[2021-07-15 01:26:42.436][Trace][1][2l88s845] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc291, param=, args=null
[2021-07-15 01:26:42.436][Trace][1][2l88s845] source url=/live/rtc291, ip=172.17.0.1, cache=1, is_edge=0, source_id=/m36879y4
[2021-07-15 01:26:42.466][Trace][1][79hzer2e] time diff to large=4804, next out=2462, new pkt=7266, set to new pkt
[2021-07-15 01:26:42.468][Trace][1][27zp947m] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc295, param=, duration=0ms
[2021-07-15 01:26:42.468][Trace][1][27zp947m] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc295, param=, args=null
[2021-07-15 01:26:42.468][Trace][1][27zp947m] source url=/live/rtc295, ip=172.17.0.1, cache=1, is_edge=0, source_id=/58448942
[2021-07-15 01:26:42.468][Trace][1][151ux717] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:42.468][Trace][1][151ux717] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:42.484][Trace][1][1dpz97d9] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:42.484][Warn][1][1dpz97d9][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:42.484][Trace][1][1dpz97d9] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:42.484][Trace][1][1dpz97d9] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:42.491][Trace][1][hn66d70i] DTLS: State Passive RECV, done=0, arq=0/0, r0=1, r1=0, len=579, cnt=22, size=301, hs=11
[2021-07-15 01:26:42.492][Trace][1][hn66d70i] DTLS: State Passive SEND, done=1, arq=0/0, r0=1, r1=0, len=1233, cnt=22, size=82, hs=2
[2021-07-15 01:26:42.492][Trace][1][hn66d70i] RTC: DTLS handshake done.
[2021-07-15 01:26:42.492][Trace][1][hn66d70i] RTC: session pub=0, sub=1, to=30000ms connection established
[2021-07-15 01:26:42.492][Trace][1][hn66d70i] RTC: Subscriber url=/live/rtc256 established
[2021-07-15 01:26:42.492][Trace][1][hn66d70i] create consumer, no gop cache
[2021-07-15 01:26:42.492][Trace][1][hn66d70i] RTC: start play url=/live/rtc256, source_id=/2y3838d7, realtime=1, mw_msgs=0
[2021-07-15 01:26:42.501][Trace][1][0902g974] time diff to large=4940, next out=7406, new pkt=2466, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:42.512][Trace][1][99n91240] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc285, param=, duration=0ms
[2021-07-15 01:26:42.512][Trace][1][99n91240] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc285, param=, args=null
[2021-07-15 01:26:42.512][Trace][1][99n91240] new source, stream_url=/live/rtc285
[2021-07-15 01:26:42.512][Trace][1][99n91240] source url=/live/rtc285, ip=172.17.0.1, cache=1, is_edge=0, source_id=/
[2021-07-15 01:26:42.517][Trace][1][2l88s845] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:42.517][Trace][1][2l88s845] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:42.517][Trace][1][2l88s845] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:42.517][Trace][1][2l88s845] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:42.528][Trace][1][334h179q] RTMP client ip=172.17.0.1:58546, fd=29
[2021-07-15 01:26:42.529][Trace][1][334h179q] complex handshake success
[2021-07-15 01:26:42.541][Trace][1][hn66d70i] DTLS: State Passive RECV, done=1, arq=0/0, r0=1, r1=0, len=579, cnt=22, size=301, hs=11
[2021-07-15 01:26:42.541][Trace][1][hn66d70i] DTLS: State Passive SEND, done=1, arq=0/0, r0=-1, r1=2, len=554, cnt=22, size=466, hs=4
[2021-07-15 01:26:42.549][Trace][1][27zp947m] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:42.549][Trace][1][27zp947m] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:42.549][Trace][1][27zp947m] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:42.549][Trace][1][27zp947m] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:42.549][Trace][1][151ux717] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc286, param=, duration=0ms
[2021-07-15 01:26:42.549][Trace][1][151ux717] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc286, param=, args=null
[2021-07-15 01:26:42.550][Trace][1][151ux717] source url=/live/rtc286, ip=172.17.0.1, cache=1, is_edge=0, source_id=/441q0126
[2021-07-15 01:26:42.557][Trace][1][79hzer2e] time diff to large=4808, next out=2586, new pkt=7394, set to new pkt
[2021-07-15 01:26:42.568][Trace][1][334h179q] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:42.568][Trace][1][334h179q] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:42.592][Trace][1][99n91240] new source, stream_url=/live/rtc285
[2021-07-15 01:26:42.593][Trace][1][99n91240] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:42.593][Trace][1][99n91240] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:42.593][Trace][1][99n91240] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:42.593][Trace][1][99n91240] http: mount flv stream for sid=/live/rtc285, mount=/live/rtc285.flv
[2021-07-15 01:26:42.594][Trace][1][99n91240] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:42.594][Trace][1][0902g974] time diff to large=4940, next out=7534, new pkt=2594, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:42.600][Trace][1][2l88s845] got metadata, width=2304, height=1296, vcodec=7, acodec=10
[2021-07-15 01:26:42.600][Trace][1][2l88s845] 40B video sh,  codec(7, profile=High, level=5, 2304x1296, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:42.600][Trace][1][2l88s845] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:42.627][Trace][1][j896oj10] RTMP client ip=172.17.0.1:58584, fd=39
[2021-07-15 01:26:42.629][Trace][1][151ux717] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:42.629][Trace][1][151ux717] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:42.629][Trace][1][151ux717] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:42.629][Trace][1][151ux717] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:42.632][Trace][1][27zp947m] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:42.632][Trace][1][27zp947m] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:42.632][Trace][1][27zp947m] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:42.661][Warn][1][1385n499][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:42.661][Warn][1][441q0126][11] AUDIO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:42.661][Warn][1][441q0126][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:42.661][Trace][1][1385n499] Drop ts segment, sequence_no=2, uri=rtc286-2.ts, duration=0ms
[2021-07-15 01:26:42.662][Warn][1][441q0126][2] flush audio ignored, for segment is not open.
[2021-07-15 01:26:42.662][Warn][1][441q0126][2] ignore the segment close, for segment is not open.
[2021-07-15 01:26:42.662][Trace][1][1385n499] cleanup when unpublish
[2021-07-15 01:26:42.662][Trace][1][1385n499] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:42.662][Trace][1][1385n499] TCP: before dispose resource(RtmpConn)(0x24d7340), conns=22, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:42.662][Error][1][1385n499][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][1385n499]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][1385n499]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][1385n499]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][1385n499]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][1385n499]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][1385n499]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][1385n499]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][1385n499]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][1385n499]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:42.662][Trace][1][441q0126] cleanup when unpublish
[2021-07-15 01:26:42.662][Trace][1][441q0126] TCP: before dispose resource(RtmpConn)(0x2461050), conns=22, zombies=1, ign=0, inz=0, ind=0
[2021-07-15 01:26:42.662][Error][1][441q0126][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][441q0126]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][441q0126]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][441q0126]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=2]
thread [1][441q0126]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][441q0126]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][441q0126]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][441q0126]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][441q0126]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][441q0126]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:42.662][Trace][1][3115v904] TCP: clear zombies=2 resources, conns=22, removing=0, unsubs=0
[2021-07-15 01:26:42.662][Trace][1][1385n499] TCP: disposing #0 resource(RtmpConn)(0x24d7340), conns=22, disposing=2, zombies=0
[2021-07-15 01:26:42.662][Trace][1][441q0126] TCP: disposing #1 resource(RtmpConn)(0x2461050), conns=21, disposing=2, zombies=0
[2021-07-15 01:26:42.663][Trace][1][334h179q] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc299, param=, duration=0ms
[2021-07-15 01:26:42.663][Trace][1][334h179q] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc299, param=, args=null
[2021-07-15 01:26:42.663][Trace][1][334h179q] source url=/live/rtc299, ip=172.17.0.1, cache=1, is_edge=0, source_id=/3orz5718
[2021-07-15 01:26:42.669][Trace][1][79hzer2e] time diff to large=4808, next out=2714, new pkt=7522, set to new pkt
[2021-07-15 01:26:42.676][Trace][1][99n91240] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:42.676][Trace][1][99n91240] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:42.676][Trace][1][99n91240] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:42.686][Trace][1][nod143n6] RTMP client ip=172.17.0.1:58604, fd=28
[2021-07-15 01:26:42.688][Trace][1][j896oj10] complex handshake success
[2021-07-15 01:26:42.688][Trace][1][j896oj10] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:42.688][Trace][1][j896oj10] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:42.688][Trace][1][nod143n6] complex handshake success
[2021-07-15 01:26:42.688][Trace][1][nod143n6] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:42.688][Trace][1][nod143n6] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:42.708][Trace][1][482j5w4d] RTMP client ip=172.17.0.1:58608, fd=30
[2021-07-15 01:26:42.709][Trace][1][482j5w4d] complex handshake success
[2021-07-15 01:26:42.712][Trace][1][151ux717] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:42.712][Trace][1][151ux717] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:42.712][Trace][1][151ux717] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:42.713][Warn][1][2l88s845][11] AUDIO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:42.714][Trace][1][0902g974] time diff to large=4860, next out=7582, new pkt=2722, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:42.741][Trace][1][334h179q] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:42.741][Trace][1][334h179q] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:42.741][Trace][1][334h179q] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:42.741][Trace][1][334h179q] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:42.748][Trace][1][482j5w4d] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:42.748][Trace][1][482j5w4d] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:42.760][Trace][1][79hzer2e] time diff to large=4804, next out=2782, new pkt=7586, set to new pkt
[2021-07-15 01:26:42.763][Warn][1][3orz5718][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:42.763][Warn][1][3orz5718][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:42.763][Trace][1][3orz5718] Drop ts segment, sequence_no=1, uri=rtc299-1.ts, duration=34ms
[2021-07-15 01:26:42.763][Trace][1][3orz5718] cleanup when unpublish
[2021-07-15 01:26:42.763][Trace][1][3orz5718] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:42.763][Trace][1][3orz5718] TCP: before dispose resource(RtmpConn)(0x2706f80), conns=22, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:42.763][Error][1][3orz5718][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][3orz5718]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][3orz5718]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][3orz5718]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][3orz5718]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][3orz5718]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][3orz5718]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][3orz5718]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][3orz5718]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][3orz5718]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:42.764][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=22, removing=0, unsubs=0
[2021-07-15 01:26:42.764][Trace][1][3orz5718] TCP: disposing #0 resource(RtmpConn)(0x2706f80), conns=22, disposing=1, zombies=0
[2021-07-15 01:26:42.764][Trace][1][j896oj10] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc256, param=, duration=0ms
[2021-07-15 01:26:42.764][Trace][1][j896oj10] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc256, param=, args=null
[2021-07-15 01:26:42.764][Trace][1][j896oj10] source url=/live/rtc256, ip=172.17.0.1, cache=1, is_edge=0, source_id=/2y3838d7
[2021-07-15 01:26:42.768][Trace][1][nod143n6] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc285, param=, duration=0ms
[2021-07-15 01:26:42.768][Trace][1][nod143n6] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc285, param=, args=null
[2021-07-15 01:26:42.768][Trace][1][nod143n6] source url=/live/rtc285, ip=172.17.0.1, cache=1, is_edge=0, source_id=99n91240/99n91240
[2021-07-15 01:26:42.805][Trace][1][0902g974] time diff to large=4940, next out=7726, new pkt=2786, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:42.820][Trace][1][334h179q] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:42.820][Warn][1][334h179q][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:42.820][Trace][1][334h179q] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:42.820][Trace][1][334h179q] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:42.832][Trace][1][482j5w4d] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc284, param=, duration=0ms
[2021-07-15 01:26:42.832][Trace][1][482j5w4d] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc284, param=, args=null
[2021-07-15 01:26:42.832][Trace][1][482j5w4d] source url=/live/rtc284, ip=172.17.0.1, cache=1, is_edge=0, source_id=/w372j7x6
[2021-07-15 01:26:42.845][Trace][1][j896oj10] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:42.845][Trace][1][j896oj10] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:42.845][Trace][1][j896oj10] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:42.845][Trace][1][j896oj10] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:42.847][Trace][1][c78g76wl] RTMP client ip=172.17.0.1:58640, fd=40
[2021-07-15 01:26:42.848][Trace][1][nod143n6] Drop ts segment, sequence_no=0, uri=rtc285-0.ts, duration=0ms
[2021-07-15 01:26:42.849][Trace][1][nod143n6] cleanup when unpublish
[2021-07-15 01:26:42.849][Trace][1][nod143n6] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:42.849][Trace][1][nod143n6] TCP: before dispose resource(RtmpConn)(0x24c38d0), conns=22, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:42.849][Error][1][nod143n6][4] serve error code=5020 : service cycle : rtmp: stream service : rtc stream /live/rtc285 busy
thread [1][nod143n6]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][nod143n6]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][nod143n6]: acquire_publish() [src/app/srs_app_rtmp_conn.cpp:958][errno=11](Interrupted system call)
[2021-07-15 01:26:42.849][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=22, removing=0, unsubs=0
[2021-07-15 01:26:42.849][Trace][1][nod143n6] TCP: disposing #0 resource(RtmpConn)(0x24c38d0), conns=22, disposing=1, zombies=0
[2021-07-15 01:26:42.849][Trace][1][c78g76wl] complex handshake success
[2021-07-15 01:26:42.882][Trace][1][79hzer2e] time diff to large=4808, next out=2906, new pkt=7714, set to new pkt
[2021-07-15 01:26:42.885][Trace][1][j896oj10] got metadata, width=1280, height=720, vcodec=7
[2021-07-15 01:26:42.885][Trace][1][j896oj10] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:42.887][Trace][1][hn66d70i] update source_id=j896oj10/2y3838d7
[2021-07-15 01:26:42.889][Trace][1][c78g76wl] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:42.889][Trace][1][c78g76wl] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:42.895][Trace][1][2l88s845] time diff to large=1178, next out=1242, new pkt=64, set to new pkt
[libopus @ 0x2c78600] Queue input is backward in time
[2021-07-15 01:26:42.898][Warn][1][2y3838d7][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:42.913][Trace][1][482j5w4d] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:42.913][Trace][1][482j5w4d] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:42.913][Trace][1][482j5w4d] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:42.913][Trace][1][482j5w4d] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:42.927][Trace][1][0902g974] time diff to large=4940, next out=7854, new pkt=2914, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:42.932][Trace][1][hn66d70i] RTC: NACK ARQ seq=6, ssrc=10127, ts=0, count=1/1, 1314 bytes
[2021-07-15 01:26:42.944][Trace][1][79hzer2e] time diff to large=4808, next out=3034, new pkt=7842, set to new pkt
[2021-07-15 01:26:42.945][Warn][1][w372j7x6][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:42.946][Warn][1][w372j7x6][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:42.946][Trace][1][w372j7x6] Drop ts segment, sequence_no=1, uri=rtc284-1.ts, duration=34ms
[2021-07-15 01:26:42.946][Trace][1][w372j7x6] cleanup when unpublish
[2021-07-15 01:26:42.946][Trace][1][w372j7x6] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:42.946][Trace][1][w372j7x6] TCP: before dispose resource(RtmpConn)(0x2383820), conns=21, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:42.946][Error][1][w372j7x6][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][w372j7x6]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][w372j7x6]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][w372j7x6]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][w372j7x6]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][w372j7x6]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][w372j7x6]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][w372j7x6]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][w372j7x6]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][w372j7x6]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:42.946][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=21, removing=0, unsubs=0
[2021-07-15 01:26:42.946][Trace][1][w372j7x6] TCP: disposing #0 resource(RtmpConn)(0x2383820), conns=21, disposing=1, zombies=0
[2021-07-15 01:26:42.968][Trace][1][c78g76wl] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc285, param=, duration=0ms
[2021-07-15 01:26:42.968][Trace][1][c78g76wl] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc285, param=, args=null
[2021-07-15 01:26:42.968][Trace][1][c78g76wl] source url=/live/rtc285, ip=172.17.0.1, cache=1, is_edge=0, source_id=/99n91240
[2021-07-15 01:26:42.989][Trace][1][0902g974] time diff to large=4860, next out=7902, new pkt=3042, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:42.996][Trace][1][482j5w4d] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:42.996][Warn][1][482j5w4d][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:42.996][Trace][1][482j5w4d] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:42.996][Trace][1][482j5w4d] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:43.049][Trace][1][c78g76wl] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:43.049][Trace][1][c78g76wl] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:43.049][Trace][1][c78g76wl] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:43.049][Trace][1][c78g76wl] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:43.065][Trace][1][79hzer2e] time diff to large=4804, next out=3102, new pkt=7906, set to new pkt
[2021-07-15 01:26:43.105][Trace][1][0902g974] time diff to large=4940, next out=8046, new pkt=3106, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:43.132][Trace][1][c78g76wl] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:43.132][Trace][1][c78g76wl] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:43.132][Trace][1][c78g76wl] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:43.153][Trace][1][r4q94806] RTMP client ip=172.17.0.1:58660, fd=28
[2021-07-15 01:26:43.155][Trace][1][r4q94806] complex handshake success
[2021-07-15 01:26:43.156][Trace][1][79hzer2e] time diff to large=4808, next out=3226, new pkt=8034, set to new pkt
[2021-07-15 01:26:43.182][Trace][1][932xe41a] RTMP client ip=172.17.0.1:58672, fd=38
[2021-07-15 01:26:43.184][Trace][1][932xe41a] complex handshake success
[2021-07-15 01:26:43.192][Trace][1][0902g974] time diff to large=4860, next out=8094, new pkt=3234, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:43.192][Trace][1][r4q94806] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:43.192][Trace][1][r4q94806] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:43.224][Trace][1][932xe41a] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:43.224][Trace][1][932xe41a] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:43.272][Trace][1][r4q94806] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc299, param=, duration=0ms
[2021-07-15 01:26:43.272][Trace][1][r4q94806] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc299, param=, args=null
[2021-07-15 01:26:43.272][Trace][1][r4q94806] source url=/live/rtc299, ip=172.17.0.1, cache=1, is_edge=0, source_id=/334h179q
[2021-07-15 01:26:43.278][Trace][1][79hzer2e] time diff to large=4784, next out=3314, new pkt=8098, set to new pkt
[2021-07-15 01:26:43.284][Trace][1][7rlds596] RTMP client ip=172.17.0.1:58696, fd=41
[2021-07-15 01:26:43.286][Trace][1][7rlds596] complex handshake success
[2021-07-15 01:26:43.304][Trace][1][932xe41a] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc283, param=, duration=0ms
[2021-07-15 01:26:43.304][Trace][1][932xe41a] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc283, param=, args=null
[2021-07-15 01:26:43.304][Trace][1][932xe41a] source url=/live/rtc283, ip=172.17.0.1, cache=1, is_edge=0, source_id=0902g974/79hzer2e
[2021-07-15 01:26:43.313][Trace][1][0902g974] time diff to large=4920, next out=8218, new pkt=3298, set to new pkt
[libopus @ 0x2234140] Queue input is backward in time
[2021-07-15 01:26:43.324][Trace][1][7rlds596] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:43.324][Trace][1][7rlds596] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:43.353][Trace][1][r4q94806] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:43.353][Trace][1][r4q94806] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:43.353][Trace][1][r4q94806] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:43.353][Trace][1][r4q94806] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:43.359][Trace][1][79hzer2e] time diff to large=4808, next out=3418, new pkt=8226, set to new pkt
[2021-07-15 01:26:43.382][Warn][1][334h179q][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:43.382][Warn][1][334h179q][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:43.382][Warn][1][334h179q][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:43.382][Trace][1][334h179q] Drop ts segment, sequence_no=1, uri=rtc299-1.ts, duration=58ms
[2021-07-15 01:26:43.383][Trace][1][334h179q] cleanup when unpublish
[2021-07-15 01:26:43.383][Trace][1][334h179q] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:43.383][Trace][1][334h179q] TCP: before dispose resource(RtmpConn)(0x28d3050), conns=23, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:43.383][Error][1][334h179q][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][334h179q]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][334h179q]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][334h179q]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][334h179q]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][334h179q]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][334h179q]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][334h179q]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][334h179q]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][334h179q]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:43.383][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=23, removing=0, unsubs=0
[2021-07-15 01:26:43.383][Trace][1][334h179q] TCP: disposing #0 resource(RtmpConn)(0x28d3050), conns=23, disposing=1, zombies=0
[2021-07-15 01:26:43.385][Trace][1][932xe41a] cleanup when unpublish
[2021-07-15 01:26:43.385][Trace][1][932xe41a] cleanup when unpublish, created=1, deliver=1
[libopus @ 0x2234140] 1 frames left in the queue on closing
[2021-07-15 01:26:43.385][Trace][1][932xe41a] TCP: before dispose resource(RtmpConn)(0x26358d0), conns=22, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:43.385][Error][1][932xe41a][4] serve error code=5020 : service cycle : rtmp: stream service : rtc stream /live/rtc283 busy
thread [1][932xe41a]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][932xe41a]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][932xe41a]: acquire_publish() [src/app/srs_app_rtmp_conn.cpp:958][errno=4](Interrupted system call)
[2021-07-15 01:26:43.385][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=22, removing=0, unsubs=0
[2021-07-15 01:26:43.385][Trace][1][932xe41a] TCP: disposing #0 resource(RtmpConn)(0x26358d0), conns=22, disposing=1, zombies=0
[2021-07-15 01:26:43.395][Trace][1][3v0677hx] RTMP client ip=172.17.0.1:58710, fd=27
[2021-07-15 01:26:43.397][Trace][1][3v0677hx] complex handshake success
[2021-07-15 01:26:43.404][Trace][1][7rlds596] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc277, param=, duration=0ms
[2021-07-15 01:26:43.404][Trace][1][7rlds596] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc277, param=, args=null
[2021-07-15 01:26:43.404][Trace][1][7rlds596] source url=/live/rtc277, ip=172.17.0.1, cache=1, is_edge=0, source_id=/7063f343
[2021-07-15 01:26:43.436][Trace][1][3v0677hx] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:43.436][Trace][1][3v0677hx] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:43.436][Trace][1][r4q94806] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:43.437][Warn][1][r4q94806][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:43.437][Trace][1][r4q94806] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:43.437][Trace][1][r4q94806] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:43.485][Trace][1][7rlds596] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:43.485][Trace][1][7rlds596] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:43.485][Trace][1][7rlds596] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:43.485][Trace][1][7rlds596] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:43.492][Warn][1][7063f343][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:43.492][Trace][1][7063f343] Drop ts segment, sequence_no=1, uri=rtc277-1.ts, duration=0ms
[2021-07-15 01:26:43.492][Trace][1][7063f343] cleanup when unpublish
[2021-07-15 01:26:43.492][Trace][1][7063f343] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:43.492][Trace][1][7063f343] TCP: before dispose resource(RtmpConn)(0x267a190), conns=22, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:43.492][Error][1][7063f343][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][7063f343]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][7063f343]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][7063f343]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][7063f343]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][7063f343]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][7063f343]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][7063f343]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][7063f343]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][7063f343]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:43.493][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=22, removing=0, unsubs=0
[2021-07-15 01:26:43.493][Trace][1][7063f343] TCP: disposing #0 resource(RtmpConn)(0x267a190), conns=22, disposing=1, zombies=0
[2021-07-15 01:26:43.496][Trace][1][2ei15t19] RTMP client ip=172.17.0.1:58720, fd=29
[2021-07-15 01:26:43.498][Trace][1][2ei15t19] complex handshake success
[2021-07-15 01:26:43.516][Trace][1][3v0677hx] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc288, param=, duration=0ms
[2021-07-15 01:26:43.516][Trace][1][3v0677hx] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc288, param=, args=null
[2021-07-15 01:26:43.516][Trace][1][3v0677hx] source url=/live/rtc288, ip=172.17.0.1, cache=1, is_edge=0, source_id=/1dpz97d9
[2021-07-15 01:26:43.536][Trace][1][2ei15t19] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:43.536][Trace][1][2ei15t19] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:43.568][Trace][1][7rlds596] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:43.568][Warn][1][7rlds596][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:43.568][Trace][1][7rlds596] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:43.568][Trace][1][7rlds596] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:43.597][Trace][1][3v0677hx] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:43.597][Trace][1][3v0677hx] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:43.597][Trace][1][3v0677hx] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:43.597][Trace][1][3v0677hx] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:43.612][Warn][1][1dpz97d9][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:43.613][Trace][1][1dpz97d9] Drop ts segment, sequence_no=1, uri=rtc288-1.ts, duration=0ms
[2021-07-15 01:26:43.613][Trace][1][1dpz97d9] cleanup when unpublish
[2021-07-15 01:26:43.613][Trace][1][1dpz97d9] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:43.613][Trace][1][1dpz97d9] TCP: before dispose resource(RtmpConn)(0x2ba3b60), conns=22, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:43.613][Error][1][1dpz97d9][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][1dpz97d9]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][1dpz97d9]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][1dpz97d9]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][1dpz97d9]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][1dpz97d9]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][1dpz97d9]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][1dpz97d9]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][1dpz97d9]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][1dpz97d9]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:43.613][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=22, removing=0, unsubs=0
[2021-07-15 01:26:43.613][Trace][1][1dpz97d9] TCP: disposing #0 resource(RtmpConn)(0x2ba3b60), conns=22, disposing=1, zombies=0
[2021-07-15 01:26:43.616][Trace][1][2ei15t19] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc284, param=, duration=0ms
[2021-07-15 01:26:43.616][Trace][1][2ei15t19] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc284, param=, args=null
[2021-07-15 01:26:43.616][Trace][1][2ei15t19] source url=/live/rtc284, ip=172.17.0.1, cache=1, is_edge=0, source_id=/482j5w4d
[2021-07-15 01:26:43.680][Trace][1][3v0677hx] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:43.680][Warn][1][3v0677hx][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:43.680][Trace][1][3v0677hx] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:43.681][Trace][1][3v0677hx] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:43.697][Trace][1][2ei15t19] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:43.697][Trace][1][2ei15t19] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:43.697][Trace][1][2ei15t19] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:43.697][Trace][1][2ei15t19] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:43.729][Trace][1][90285umt] RTMP client ip=172.17.0.1:58788, fd=34
[2021-07-15 01:26:43.734][Trace][1][90285umt] complex handshake success
[2021-07-15 01:26:43.740][Warn][1][482j5w4d][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:43.740][Warn][1][482j5w4d][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:43.740][Warn][1][482j5w4d][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:43.740][Trace][1][482j5w4d] Drop ts segment, sequence_no=1, uri=rtc284-1.ts, duration=50ms
[2021-07-15 01:26:43.740][Trace][1][482j5w4d] cleanup when unpublish
[2021-07-15 01:26:43.740][Trace][1][482j5w4d] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:43.740][Trace][1][482j5w4d] TCP: before dispose resource(RtmpConn)(0x24d7340), conns=22, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:43.740][Error][1][482j5w4d][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][482j5w4d]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][482j5w4d]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][482j5w4d]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][482j5w4d]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][482j5w4d]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][482j5w4d]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][482j5w4d]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][482j5w4d]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][482j5w4d]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:43.740][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=22, removing=0, unsubs=0
[2021-07-15 01:26:43.740][Trace][1][482j5w4d] TCP: disposing #0 resource(RtmpConn)(0x24d7340), conns=22, disposing=1, zombies=0
[2021-07-15 01:26:43.762][Trace][1][b432wid2] Hybrid cpu=12.00%,30MB, cid=136,29, timer=62,0,0, clock=0,44,3,1,0,0,0,0,0, free=1, objs=(pkt:496,raw:85,fua:407,msg:792,oth:3,buf:80)
[2021-07-15 01:26:43.762][Trace][1][b432wid2] RTC: Server conns=1
[2021-07-15 01:26:43.768][Trace][1][90285umt] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:43.768][Trace][1][90285umt] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:43.780][Trace][1][2ei15t19] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:43.780][Warn][1][2ei15t19][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:43.780][Trace][1][2ei15t19] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:43.780][Trace][1][2ei15t19] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:43.820][Warn][1][27zp947m][11] AUDIO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:43.820][Trace][1][27zp947m] time diff to large=8146, next out=8146, new pkt=0, set to new pkt
[libopus @ 0x2ba18c0] Queue input is backward in time
[2021-07-15 01:26:43.848][Trace][1][90285umt] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc287, param=, duration=0ms
[2021-07-15 01:26:43.848][Trace][1][90285umt] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc287, param=, args=null
[2021-07-15 01:26:43.848][Trace][1][90285umt] source url=/live/rtc287, ip=172.17.0.1, cache=1, is_edge=0, source_id=/55726504
[2021-07-15 01:26:43.929][Trace][1][90285umt] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:43.929][Trace][1][90285umt] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:43.929][Trace][1][90285umt] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:43.929][Trace][1][90285umt] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:43.941][Warn][1][55726504][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:43.941][Trace][1][55726504] Drop ts segment, sequence_no=1, uri=rtc287-1.ts, duration=0ms
[2021-07-15 01:26:43.941][Trace][1][55726504] cleanup when unpublish
[2021-07-15 01:26:43.941][Trace][1][55726504] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:43.941][Trace][1][55726504] TCP: before dispose resource(RtmpConn)(0x28d69a0), conns=21, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:43.941][Error][1][55726504][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][55726504]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][55726504]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][55726504]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][55726504]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][55726504]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][55726504]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][55726504]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][55726504]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][55726504]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:43.941][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=21, removing=0, unsubs=0
[2021-07-15 01:26:43.941][Trace][1][55726504] TCP: disposing #0 resource(RtmpConn)(0x28d69a0), conns=21, disposing=1, zombies=0
[2021-07-15 01:26:43.942][Trace][1][2l88s845] time diff to large=1118, next out=2304, new pkt=1186, set to new pkt
[libopus @ 0x2c78600] Queue input is backward in time
[2021-07-15 01:26:44.012][Trace][1][90285umt] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:44.012][Warn][1][90285umt][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:44.012][Trace][1][90285umt] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:44.013][Trace][1][90285umt] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:44.125][Trace][1][2zp273mw] RTMP client ip=172.17.0.1:58832, fd=16
[2021-07-15 01:26:44.126][Trace][1][2zp273mw] complex handshake success
[2021-07-15 01:26:44.164][Trace][1][2zp273mw] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:44.164][Trace][1][2zp273mw] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:44.226][Trace][1][8c46c558] RTMP client ip=172.17.0.1:58852, fd=18
[2021-07-15 01:26:44.228][Trace][1][8c46c558] complex handshake success
[2021-07-15 01:26:44.244][Trace][1][2zp273mw] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc285, param=, duration=0ms
[2021-07-15 01:26:44.244][Trace][1][2zp273mw] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc285, param=, args=null
[2021-07-15 01:26:44.244][Trace][1][2zp273mw] source url=/live/rtc285, ip=172.17.0.1, cache=1, is_edge=0, source_id=c78g76wl/99n91240
[2021-07-15 01:26:44.269][Trace][1][8c46c558] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:44.269][Trace][1][8c46c558] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:44.324][Trace][1][2zp273mw] Drop ts segment, sequence_no=0, uri=rtc285-0.ts, duration=0ms
[2021-07-15 01:26:44.324][Trace][1][2zp273mw] cleanup when unpublish
[2021-07-15 01:26:44.324][Trace][1][2zp273mw] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:44.325][Trace][1][2zp273mw] TCP: before dispose resource(RtmpConn)(0x24352a0), conns=22, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:44.325][Error][1][2zp273mw][4] serve error code=5020 : service cycle : rtmp: stream service : rtc stream /live/rtc285 busy
thread [1][2zp273mw]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][2zp273mw]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][2zp273mw]: acquire_publish() [src/app/srs_app_rtmp_conn.cpp:958][errno=11](Interrupted system call)
[2021-07-15 01:26:44.325][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=22, removing=0, unsubs=0
[2021-07-15 01:26:44.325][Trace][1][2zp273mw] TCP: disposing #0 resource(RtmpConn)(0x24352a0), conns=22, disposing=1, zombies=0
[2021-07-15 01:26:44.348][Trace][1][8c46c558] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc291, param=, duration=0ms
[2021-07-15 01:26:44.348][Trace][1][8c46c558] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc291, param=, args=null
[2021-07-15 01:26:44.348][Trace][1][8c46c558] source url=/live/rtc291, ip=172.17.0.1, cache=1, is_edge=0, source_id=2l88s845/m36879y4
[2021-07-15 01:26:44.373][Trace][1][728kv947] RTMP client ip=172.17.0.1:58876, fd=14
[2021-07-15 01:26:44.375][Trace][1][xnp917k8] RTMP client ip=172.17.0.1:58880, fd=16
[2021-07-15 01:26:44.376][Trace][1][728kv947] complex handshake success
[2021-07-15 01:26:44.377][Trace][1][xnp917k8] complex handshake success
[2021-07-15 01:26:44.412][Trace][1][728kv947] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:44.412][Trace][1][728kv947] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:44.416][Trace][1][xnp917k8] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:44.416][Trace][1][xnp917k8] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:44.429][Trace][1][8c46c558] cleanup when unpublish
[2021-07-15 01:26:44.429][Trace][1][8c46c558] cleanup when unpublish, created=1, deliver=1
[libopus @ 0x2c78600] 1 frames left in the queue on closing
[2021-07-15 01:26:44.429][Trace][1][8c46c558] TCP: before dispose resource(RtmpConn)(0x26f4f30), conns=23, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:44.429][Error][1][8c46c558][4] serve error code=5020 : service cycle : rtmp: stream service : rtc stream /live/rtc291 busy
thread [1][8c46c558]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][8c46c558]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][8c46c558]: acquire_publish() [src/app/srs_app_rtmp_conn.cpp:958][errno=11](Interrupted system call)
[2021-07-15 01:26:44.429][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=23, removing=0, unsubs=0
[2021-07-15 01:26:44.429][Trace][1][8c46c558] TCP: disposing #0 resource(RtmpConn)(0x26f4f30), conns=23, disposing=1, zombies=0
[2021-07-15 01:26:44.492][Trace][1][728kv947] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc284, param=, duration=0ms
[2021-07-15 01:26:44.492][Trace][1][728kv947] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc284, param=, args=null
[2021-07-15 01:26:44.492][Trace][1][728kv947] source url=/live/rtc284, ip=172.17.0.1, cache=1, is_edge=0, source_id=/2ei15t19
[2021-07-15 01:26:44.498][Trace][1][xnp917k8] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc299, param=, duration=0ms
[2021-07-15 01:26:44.498][Trace][1][xnp917k8] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc299, param=, args=null
[2021-07-15 01:26:44.498][Trace][1][xnp917k8] source url=/live/rtc299, ip=172.17.0.1, cache=1, is_edge=0, source_id=/r4q94806
[2021-07-15 01:26:44.574][Trace][1][728kv947] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:44.575][Trace][1][728kv947] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:44.575][Trace][1][728kv947] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:44.575][Trace][1][728kv947] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:44.577][Trace][1][xnp917k8] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:44.577][Trace][1][xnp917k8] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:44.577][Trace][1][xnp917k8] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:44.577][Trace][1][xnp917k8] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:44.584][Warn][1][2ei15t19][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:44.584][Trace][1][2ei15t19] Drop ts segment, sequence_no=1, uri=rtc284-1.ts, duration=0ms
[2021-07-15 01:26:44.584][Trace][1][2ei15t19] cleanup when unpublish
[2021-07-15 01:26:44.584][Trace][1][2ei15t19] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:44.584][Trace][1][2ei15t19] TCP: before dispose resource(RtmpConn)(0x2e7d100), conns=22, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:44.584][Error][1][2ei15t19][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][2ei15t19]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][2ei15t19]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][2ei15t19]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][2ei15t19]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][2ei15t19]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][2ei15t19]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][2ei15t19]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][2ei15t19]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][2ei15t19]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:44.585][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=22, removing=0, unsubs=0
[2021-07-15 01:26:44.585][Trace][1][2ei15t19] TCP: disposing #0 resource(RtmpConn)(0x2e7d100), conns=22, disposing=1, zombies=0
[2021-07-15 01:26:44.627][Warn][1][r4q94806][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:44.628][Warn][1][r4q94806][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:44.628][Warn][1][r4q94806][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:44.629][Trace][1][r4q94806] Drop ts segment, sequence_no=1, uri=rtc299-1.ts, duration=58ms
[2021-07-15 01:26:44.629][Trace][1][r4q94806] cleanup when unpublish
[2021-07-15 01:26:44.629][Trace][1][r4q94806] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:44.629][Trace][1][r4q94806] TCP: before dispose resource(RtmpConn)(0x24c3280), conns=21, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:44.629][Error][1][r4q94806][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][r4q94806]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][r4q94806]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][r4q94806]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][r4q94806]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][r4q94806]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][r4q94806]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][r4q94806]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][r4q94806]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][r4q94806]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:44.629][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=21, removing=0, unsubs=0
[2021-07-15 01:26:44.629][Trace][1][r4q94806] TCP: disposing #0 resource(RtmpConn)(0x24c3280), conns=21, disposing=1, zombies=0
[2021-07-15 01:26:44.656][Trace][1][728kv947] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:44.656][Warn][1][728kv947][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:44.657][Trace][1][728kv947] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:44.657][Trace][1][728kv947] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:44.660][Trace][1][xnp917k8] got metadata, width=1280, height=720, vcodec=7, acodec=10
[2021-07-15 01:26:44.660][Warn][1][xnp917k8][11] VIDEO: stream not monotonically increase, please open mix_correct.
[2021-07-15 01:26:44.660][Trace][1][xnp917k8] 39B video sh,  codec(7, profile=High, level=3.1, 1280x720, 0kbps, 0.0fps, 0.0s)
[2021-07-15 01:26:44.660][Trace][1][xnp917k8] 7B audio sh, codec(10, profile=LC, 1channels, 0kbps, 16000HZ), flv(16bits, 2channels, 44100HZ)
[2021-07-15 01:26:44.914][Trace][1][5gyvg1a0] RTMP client ip=172.17.0.1:58988, fd=18
[2021-07-15 01:26:44.916][Trace][1][5gyvg1a0] complex handshake success
[2021-07-15 01:26:44.926][Trace][1][1422q144] RTMP client ip=172.17.0.1:58994, fd=23
[2021-07-15 01:26:44.928][Trace][1][1422q144] complex handshake success
[2021-07-15 01:26:44.937][Trace][1][z400s0t0] RTMP client ip=172.17.0.1:59000, fd=28
[2021-07-15 01:26:44.939][Trace][1][z400s0t0] complex handshake success
[2021-07-15 01:26:44.952][Trace][1][5gyvg1a0] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:44.952][Trace][1][5gyvg1a0] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:44.964][Trace][1][1422q144] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:44.964][Trace][1][1422q144] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:44.965][Trace][1][n8462211] RTMP client ip=172.17.0.1:59006, fd=29
[2021-07-15 01:26:44.966][Trace][1][8077599b] RTMP client ip=172.17.0.1:59010, fd=30
[2021-07-15 01:26:44.968][Trace][1][n8462211] complex handshake success
[2021-07-15 01:26:44.968][Trace][1][8077599b] complex handshake success
[2021-07-15 01:26:44.968][Trace][1][0h60581n] RTMP client ip=172.17.0.1:59014, fd=38
[2021-07-15 01:26:44.970][Trace][1][w2n363x6] RTMP client ip=172.17.0.1:59018, fd=42
[2021-07-15 01:26:44.972][Trace][1][2q27k274] RTMP client ip=172.17.0.1:59022, fd=43
[2021-07-15 01:26:44.974][Trace][1][0h60581n] complex handshake success
[2021-07-15 01:26:44.974][Trace][1][w2n363x6] complex handshake success
[2021-07-15 01:26:44.974][Trace][1][76w319o7] RTMP client ip=172.17.0.1:59026, fd=44
[2021-07-15 01:26:44.975][Trace][1][29hu0h42] RTMP client ip=172.17.0.1:59030, fd=45
[2021-07-15 01:26:44.977][Trace][1][z400s0t0] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:44.977][Trace][1][z400s0t0] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:44.977][Trace][1][2q27k274] complex handshake success
[2021-07-15 01:26:44.977][Trace][1][76w319o7] complex handshake success
[2021-07-15 01:26:44.978][Trace][1][f3702712] RTMP client ip=172.17.0.1:59034, fd=46
[2021-07-15 01:26:44.979][Trace][1][29hu0h42] complex handshake success
[2021-07-15 01:26:44.979][Trace][1][f3702712] complex handshake success
[2021-07-15 01:26:45.004][Trace][1][8077599b] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:45.004][Trace][1][8077599b] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:45.004][Trace][1][n8462211] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:45.004][Trace][1][n8462211] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:45.008][Trace][1][0h60581n] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:45.008][Trace][1][0h60581n] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:45.008][Trace][1][w2n363x6] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:45.008][Trace][1][w2n363x6] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:45.012][Trace][1][2q27k274] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:45.012][Trace][1][2q27k274] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:45.012][Trace][1][76w319o7] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:45.012][Trace][1][76w319o7] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:45.016][Trace][1][29hu0h42] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:45.016][Trace][1][29hu0h42] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:45.016][Trace][1][f3702712] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:45.016][Trace][1][f3702712] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:45.032][Trace][1][5gyvg1a0] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc256, param=, duration=0ms
[2021-07-15 01:26:45.032][Trace][1][5gyvg1a0] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc256, param=, args=null
[2021-07-15 01:26:45.032][Trace][1][5gyvg1a0] source url=/live/rtc256, ip=172.17.0.1, cache=1, is_edge=0, source_id=j896oj10/2y3838d7
[2021-07-15 01:26:45.041][Trace][1][kl60urek] RTMP client ip=172.17.0.1:59038, fd=47
[2021-07-15 01:26:45.042][Trace][1][kl60urek] complex handshake success
[2021-07-15 01:26:45.044][Trace][1][1422q144] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc287, param=, duration=0ms
[2021-07-15 01:26:45.044][Trace][1][1422q144] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc287, param=, args=null
[2021-07-15 01:26:45.044][Trace][1][1422q144] source url=/live/rtc287, ip=172.17.0.1, cache=1, is_edge=0, source_id=/90285umt
[2021-07-15 01:26:45.056][Trace][1][z400s0t0] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc299, param=, duration=0ms
[2021-07-15 01:26:45.056][Trace][1][z400s0t0] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc299, param=, args=null
[2021-07-15 01:26:45.056][Trace][1][z400s0t0] source url=/live/rtc299, ip=172.17.0.1, cache=1, is_edge=0, source_id=/xnp917k8
[2021-07-15 01:26:45.093][Trace][1][kl60urek] connect app, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=192.168.0.11, port=1936, app=live, args=null
[2021-07-15 01:26:45.093][Trace][1][kl60urek] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128
[2021-07-15 01:26:45.093][Trace][1][8077599b] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc285, param=, duration=0ms
[2021-07-15 01:26:45.093][Trace][1][8077599b] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc285, param=, args=null
[2021-07-15 01:26:45.093][Trace][1][8077599b] source url=/live/rtc285, ip=172.17.0.1, cache=1, is_edge=0, source_id=/c78g76wl
[2021-07-15 01:26:45.093][Trace][1][n8462211] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc285, param=, duration=0ms
[2021-07-15 01:26:45.093][Trace][1][n8462211] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc285, param=, args=null
[2021-07-15 01:26:45.093][Trace][1][n8462211] source url=/live/rtc285, ip=172.17.0.1, cache=1, is_edge=0, source_id=/c78g76wl
[2021-07-15 01:26:45.093][Trace][1][0h60581n] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc285, param=, duration=0ms
[2021-07-15 01:26:45.093][Trace][1][0h60581n] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc285, param=, args=null
[2021-07-15 01:26:45.094][Trace][1][0h60581n] source url=/live/rtc285, ip=172.17.0.1, cache=1, is_edge=0, source_id=/c78g76wl
[2021-07-15 01:26:45.094][Trace][1][w2n363x6] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc285, param=, duration=0ms
[2021-07-15 01:26:45.094][Trace][1][w2n363x6] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc285, param=, args=null
[2021-07-15 01:26:45.094][Trace][1][w2n363x6] source url=/live/rtc285, ip=172.17.0.1, cache=1, is_edge=0, source_id=/c78g76wl
[2021-07-15 01:26:45.094][Trace][1][2q27k274] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc285, param=, duration=0ms
[2021-07-15 01:26:45.094][Trace][1][2q27k274] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc285, param=, args=null
[2021-07-15 01:26:45.094][Trace][1][2q27k274] source url=/live/rtc285, ip=172.17.0.1, cache=1, is_edge=0, source_id=/c78g76wl
[2021-07-15 01:26:45.094][Trace][1][76w319o7] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc285, param=, duration=0ms
[2021-07-15 01:26:45.094][Trace][1][76w319o7] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc285, param=, args=null
[2021-07-15 01:26:45.094][Trace][1][76w319o7] source url=/live/rtc285, ip=172.17.0.1, cache=1, is_edge=0, source_id=/c78g76wl
[2021-07-15 01:26:45.096][Trace][1][29hu0h42] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc285, param=, duration=0ms
[2021-07-15 01:26:45.096][Trace][1][29hu0h42] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc285, param=, args=null
[2021-07-15 01:26:45.096][Trace][1][29hu0h42] source url=/live/rtc285, ip=172.17.0.1, cache=1, is_edge=0, source_id=/c78g76wl
[2021-07-15 01:26:45.096][Trace][1][f3702712] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc285, param=, duration=0ms
[2021-07-15 01:26:45.096][Trace][1][f3702712] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc285, param=, args=null
[2021-07-15 01:26:45.096][Trace][1][f3702712] source url=/live/rtc285, ip=172.17.0.1, cache=1, is_edge=0, source_id=/c78g76wl
[2021-07-15 01:26:45.101][Trace][1][58448942] time diff to large=7522, next out=640, new pkt=8162, set to new pkt
[2021-07-15 01:26:45.112][Trace][1][5gyvg1a0] cleanup when unpublish
[2021-07-15 01:26:45.112][Trace][1][5gyvg1a0] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:45.113][Trace][1][5gyvg1a0] TCP: before dispose resource(RtmpConn)(0x24c3280), conns=32, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:45.113][Error][1][5gyvg1a0][4] serve error code=5020 : service cycle : rtmp: stream service : rtc stream /live/rtc256 busy
thread [1][5gyvg1a0]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][5gyvg1a0]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][5gyvg1a0]: acquire_publish() [src/app/srs_app_rtmp_conn.cpp:958][errno=11](Interrupted system call)
[2021-07-15 01:26:45.113][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=32, removing=0, unsubs=0
[2021-07-15 01:26:45.113][Trace][1][5gyvg1a0] TCP: disposing #0 resource(RtmpConn)(0x24c3280), conns=32, disposing=1, zombies=0
[2021-07-15 01:26:45.125][Trace][1][1422q144] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:45.125][Trace][1][1422q144] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:45.125][Trace][1][1422q144] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:45.125][Trace][1][1422q144] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:45.137][Trace][1][z400s0t0] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:45.137][Trace][1][z400s0t0] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:45.137][Trace][1][z400s0t0] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:45.137][Trace][1][z400s0t0] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:45.139][Warn][1][90285umt][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:45.139][Trace][1][90285umt] Drop ts segment, sequence_no=1, uri=rtc287-1.ts, duration=0ms
[2021-07-15 01:26:45.139][Trace][1][90285umt] cleanup when unpublish
[2021-07-15 01:26:45.139][Trace][1][90285umt] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:45.140][Trace][1][90285umt] TCP: before dispose resource(RtmpConn)(0x24beb90), conns=31, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:45.140][Error][1][90285umt][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][90285umt]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][90285umt]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][90285umt]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][90285umt]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][90285umt]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][90285umt]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][90285umt]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][90285umt]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][90285umt]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:45.140][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=31, removing=0, unsubs=0
[2021-07-15 01:26:45.140][Trace][1][90285umt] TCP: disposing #0 resource(RtmpConn)(0x24beb90), conns=31, disposing=1, zombies=0
[2021-07-15 01:26:45.160][Warn][1][xnp917k8][11] avc ignore type=1 for no sequence header
[2021-07-15 01:26:45.160][Warn][1][xnp917k8][11] aac ignore type=1 for no sequence header
[2021-07-15 01:26:45.160][Trace][1][xnp917k8] Drop ts segment, sequence_no=1, uri=rtc299-1.ts, duration=34ms
[2021-07-15 01:26:45.160][Trace][1][xnp917k8] cleanup when unpublish
[2021-07-15 01:26:45.160][Trace][1][xnp917k8] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:45.160][Trace][1][xnp917k8] TCP: before dispose resource(RtmpConn)(0x2fb4f20), conns=30, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:45.160][Error][1][xnp917k8][4] serve error code=5011 : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridger consume audio : aac append header : adts
thread [1][xnp917k8]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][xnp917k8]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][xnp917k8]: do_publishing() [src/app/srs_app_rtmp_conn.cpp:908][errno=11]
thread [1][xnp917k8]: consume() [src/app/srs_app_recv_thread.cpp:383][errno=11]
thread [1][xnp917k8]: handle_publish_message() [src/app/srs_app_rtmp_conn.cpp:1035][errno=11]
thread [1][xnp917k8]: process_publish_message() [src/app/srs_app_rtmp_conn.cpp:1056][errno=11]
thread [1][xnp917k8]: on_audio_imp() [src/app/srs_app_source.cpp:2206][errno=11]
thread [1][xnp917k8]: on_audio() [src/app/srs_app_rtc_source.cpp:819][errno=11]
thread [1][xnp917k8]: aac_raw_append_adts_header() [src/app/srs_app_rtc_source.cpp:79][errno=11](Interrupted system call)
[2021-07-15 01:26:45.160][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=30, removing=0, unsubs=0
[2021-07-15 01:26:45.160][Trace][1][xnp917k8] TCP: disposing #0 resource(RtmpConn)(0x2fb4f20), conns=30, disposing=1, zombies=0
[2021-07-15 01:26:45.173][Trace][1][0h60581n] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:45.173][Trace][1][0h60581n] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:45.173][Trace][1][0h60581n] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:45.173][Trace][1][0h60581n] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:45.173][Trace][1][n8462211] Drop ts segment, sequence_no=0, uri=rtc285-0.ts, duration=0ms
[2021-07-15 01:26:45.173][Trace][1][kl60urek] client identified, type=fmle-publish, vhost=192.168.0.11, app=live, stream=rtc295, param=, duration=0ms
[2021-07-15 01:26:45.173][Trace][1][kl60urek] connected stream, tcUrl=rtmp://192.168.0.11:1936/live, pageUrl=, swfUrl=, schema=rtmp, vhost=__defaultVhost__, port=1936, app=live, stream=rtc295, param=, args=null
[2021-07-15 01:26:45.173][Trace][1][kl60urek] source url=/live/rtc295, ip=172.17.0.1, cache=1, is_edge=0, source_id=27zp947m/58448942
[2021-07-15 01:26:45.174][Warn][1][8077599b][11] flush audio ignored, for segment is not open.
[2021-07-15 01:26:45.174][Warn][1][8077599b][11] ignore the segment close, for segment is not open.
[2021-07-15 01:26:45.174][Trace][1][w2n363x6] cleanup when unpublish
[2021-07-15 01:26:45.174][Trace][1][w2n363x6] cleanup when unpublish, created=1, deliver=1
[2021-07-15 01:26:45.174][Trace][1][w2n363x6] TCP: before dispose resource(RtmpConn)(0x2a32d50), conns=29, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:45.174][Error][1][w2n363x6][11] serve error code=5020 : service cycle : rtmp: stream service : rtc stream /live/rtc285 busy
thread [1][w2n363x6]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=11]
thread [1][w2n363x6]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=11]
thread [1][w2n363x6]: acquire_publish() [src/app/srs_app_rtmp_conn.cpp:958][errno=11](Resource temporarily unavailable)
[2021-07-15 01:26:45.174][Trace][1][2q27k274] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:45.174][Trace][1][2q27k274] hls: win=60000ms, frag=10000ms, prefix=, path=./objs/nginx/html, m3u8=[app]/[stream].m3u8, ts=[app]/[stream]-[seq].ts, aof=2.00, floor=0, clean=1, waitk=1, dispose=0ms, dts_directly=1
[2021-07-15 01:26:45.175][Trace][1][76w319o7] TCP: before dispose resource(RtmpConn)(0x2ef30a0), conns=29, zombies=1, ign=0, inz=0, ind=0
[2021-07-15 01:26:45.175][Error][1][76w319o7][11] serve error code=1028 : service cycle : rtmp: stream service : rtmp: stream /live/rtc285 is busy
thread [1][76w319o7]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=11]
thread [1][76w319o7]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=11]
thread [1][76w319o7]: acquire_publish() [src/app/srs_app_rtmp_conn.cpp:965][errno=11](Resource temporarily unavailable)
[2021-07-15 01:26:45.175][Trace][1][3115v904] TCP: clear zombies=2 resources, conns=29, removing=0, unsubs=0
[2021-07-15 01:26:45.175][Trace][1][w2n363x6] TCP: disposing #0 resource(RtmpConn)(0x2a32d50), conns=29, disposing=2, zombies=0
[2021-07-15 01:26:45.175][Trace][1][76w319o7] TCP: disposing #1 resource(RtmpConn)(0x2ef30a0), conns=28, disposing=2, zombies=0
[2021-07-15 01:26:45.175][Trace][1][8077599b] cleanup when unpublish
[2021-07-15 01:26:45.175][Trace][1][8077599b] TCP: before dispose resource(RtmpConn)(0x26b19e0), conns=27, zombies=0, ign=0, inz=0, ind=0
[2021-07-15 01:26:45.175][Error][1][8077599b][4] serve error code=5020 : service cycle : rtmp: stream service : rtc stream /live/rtc285 busy
thread [1][8077599b]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:217][errno=4]
thread [1][8077599b]: service_cycle() [src/app/srs_app_rtmp_conn.cpp:414][errno=4]
thread [1][8077599b]: acquire_publish() [src/app/srs_app_rtmp_conn.cpp:958][errno=11](Interrupted system call)
[2021-07-15 01:26:45.175][Trace][1][2q27k274] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:45.175][Trace][1][2q27k274] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:45.175][Trace][1][3115v904] TCP: clear zombies=1 resources, conns=27, removing=0, unsubs=0
[2021-07-15 01:26:45.175][Trace][1][8077599b] TCP: disposing #0 resource(RtmpConn)(0x26b19e0), conns=27, disposing=1, zombies=0
[2021-07-15 01:26:45.177][Trace][1][29hu0h42] RTC bridge from RTMP, discard_aac=0, discard_bframe=1, merge_nalus=0
[2021-07-15 01:26:45.177][Trace][1][29hu0h42] ignore disabled exec for vhost=__defaultVhost__
[2021-07-15 01:26:45.177][Trace][1][29hu0h42] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0
[2021-07-15 01:26:45.177][Trace][1][f3702712] Drop ts segment, sequence_no=0, uri=rtc285-0.ts, duration=0ms
srs: src/app/srs_app_st.cpp:211: void SrsFastCoroutine::stop(): Assertion `trd_err == err_res' failed.
  1. SRS configuration:
# main config for srs.
# @see full.conf for detail config.

listen              1936;
max_connections     1000;
srs_log_tank        console;
daemon              off;
http_api {
    enabled         on;
    listen          1986;
}
http_server {
    enabled         on;
    listen          8080;
    dir             ./objs/nginx/html;
}
stats {
    network         0;
    disk            sda sdb xvda xvdb;
}
rtc_server {
    enabled         on;
    # Listen at udp://8000
    listen          8000;
    #
    # The $CANDIDATE means fetch from env, if not configed, use * as default.
    #
    # The * means retrieving server IP automatically, from all network interfaces,
    # @see https://github.com/ossrs/srs/issues/307#issuecomment-599028124
    candidate       $CANDIDATE;
}
vhost __defaultVhost__ {
    hls {
        enabled         on;
    }
    http_remux {
        enabled     on;
        mount       [vhost]/[app]/[stream].flv;
    }
    rtc {
        enabled     on;
        bframe      discard;
    }
}

Replay

How to replay bug?

Steps to reproduce the bug

Steps to replay the bug:

  1. Run the following command in Docker:

    docker run --name srs4 -it -p 1936:1936 -p 1986:1986 -p 8083:8080 --env CANDIDATE=36.134.81.7 -p 8000:8000/udp -v /root/dms/dvr:/usr/local/srs/objs/nginx/html/dvr  ossrs/srs:v4.0.136 ./objs/srs -c conf/srs.conf
  2. Modify the conf/srs.conf file by changing the ports from 1935 to 1936 and from 1985 to 1986 using the command:

    vi conf/srs.conf
  3. Start multiple streams simultaneously.

  4. SRS crashes.

Expected behavior:

> SRS is running normally

TRANS_BY_GPT3

winlinvip commented 3 years ago

What is the scenario for changing ports?

TRANS_BY_GPT3

winlinvip commented 3 years ago

Port modification is expected to be disabled.

TRANS_BY_GPT3

Cyaim commented 3 years ago
  1. When the original port is occupied and cannot be coordinated to this port, it is necessary to modify the port startup service.
  2. For security reasons, use another port.
  3. The port is blocked.

TRANS_BY_GPT3

Cyaim commented 3 years ago

The above error is probably not a port issue. The device using AAC streaming with SRS will not crash.

The device originally has audio in formats like G711a, which is then converted to AAC and pushed to SRS. In this case, there are two scenarios where SRS crashes:

  1. When the device pushes the stream to SRS, SRS crashes immediately.
  2. When the device pushes the stream to SRS and any client starts pulling the stream, SRS crashes.

TRANS_BY_GPT3

duiniuluantanqin commented 3 years ago

The above error is probably not a port issue. The device uses AAC streaming for SRS and it does not crash. The device's original audio is in G711a or other audio encoding formats, which are then converted to AAC and pushed to SRS. In this scenario, there are two situations where SRS crashes: 1) When the device pushes to SRS, SRS crashes immediately. 2) When the device pushes to SRS and any client pulls the stream, SRS crashes.

This issue should be resolved. Please try using the latest version and provide feedback.

TRANS_BY_GPT3

duiniuluantanqin commented 3 years ago

If there is no feedback, it will be closed. If there are still issues, please reopen it.

TRANS_BY_GPT3