ossrs / srs

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

After setting 'auto_play' to off and redeploying, no changes were found and INVITE will still be sent to newly registered devices #3917

Closed anyan131 closed 3 months ago

anyan131 commented 6 months ago

Describe the bug Modify auto_play in push.gb28181.conf is off; No changes were found after redeployment, and INVITE will still be sent to newly registered devices

Version v5.0-b7

To Reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior hope setting up auto_play can take effect

Screenshots this is my push.gb28181.conf file

listen 1935;
max_connections 1000;
daemon off;
srs_log_tank console;

stream_caster {
    enabled on;
    caster gb28181;
    output rtmp://127.0.0.1/live/[stream];
    listen 9000;
    # Deprecated config, moved to sip.candidate, see gb28181.conf
    # @see https://ossrs.net/lts/zh-cn/docs/v5/doc/gb28181#config-candidate
    host 192.168.1.165;
    sip {
        enabled on;
        listen 5060;
           # SIP server ID(SIP服务器ID).
        # 设备端配置编号需要与该值一致,否则无法注册
        serial              11010800490000000001;
        # SIP server domain(SIP服务器域)
        realm               1101080049;
        # 服务端发送ack后,接收回应的超时时间,单位为秒
        # 如果指定时间没有回应,认为失败
        ack_timeout         30;
        # 设备心跳维持时间,如果指定时间内(秒)没有接收一个心跳
        # 认为设备离线
        keepalive_timeout   120;
        # 注册之后是否自动给设备端发送invite
        # on: 是  off 不是,需要通过api控制
        auto_play           off;
        # 设备将流发送的端口,是否固定
        # on 发送流到多路复用端口 如9000
        # off 自动从rtp_mix_port - rtp_max_port 之间的值中
        # 选一个可以用的端口
        invite_port_fixed     on;
        # 向设备或下级域查询设备列表的间隔,单位(秒)
        # 默认60秒  
        query_catalog_interval  60;
    }
}

http_server {
    enabled on;
    listen 8080;
    dir ./objs/nginx/html;
}

http_api {
    enabled on;
    listen 1985;
}
stats {
    network 0;
}
rtc_server {
    enabled on;
    listen 8000; # UDP port
    # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#config-candidate
    candidate $CANDIDATE;
}

vhost __defaultVhost__ {
    rtc {
        enabled on;
        # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtmp-to-rtc
        rtmp_to_rtc on;
        # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtc-to-rtmp
        rtc_to_rtmp on;
    }
    http_remux {
        enabled on;
        mount [vhost]/[app]/[stream].flv;
    }
    hls {
        enabled on;
    }
}

and this is my server`s log

askme@srs:~/SRS/srs/trunk$ sudo ./objs/srs -c conf/gb28181.conf
[sudo] password for askme: 
[2023-12-21 08:56:43.575][INFO][708474][285ktl0m] XCORE-SRS/5.0.200(Bee)
[2023-12-21 08:56:43.575][INFO][708474][285ktl0m] config parse complete
[2023-12-21 08:56:43.576][INFO][708474][285ktl0m] write log to console
[2023-12-21 08:56:43.576][INFO][708474][285ktl0m] SRS/5.0.200(Bee), MIT
[2023-12-21 08:56:43.576][INFO][708474][285ktl0m] authors: Winlin<winlin@vip.126.com> ZhaoWenjie<zhaowenjie@tal.com> ShiWei<shiwei05@kuaishou.com> XiaoZhihong<hondaxiao@tencent.com> WuPengqiang<pengqiang.wpq@alibaba-inc.com> XiaLixin<xialixin@kanzhun.com> LiPeng<mozhan.lp@alibaba-inc.com> ChenGuanghua<jinxue.cgh@alibaba-inc.com> ChenHaibo<nmgchenhaibo@foxmail.com> and https://github.com/ossrs/srs/blob/develop/trunk/AUTHORS.md#contributors
[2023-12-21 08:56:43.576][INFO][708474][285ktl0m] cwd=/home/askme/SRS/srs/trunk, work_dir=./, build: 2023-12-21 08:18:44, configure: --gb28181=on, uname: Linux srs 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux, osx: 0, env: 0, pkg: 
[2023-12-21 08:56:43.576][INFO][708474][285ktl0m] configure detail: --prefix=/usr/local/srs --config=conf/srs.conf --osx=off --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-converter=on --http-api=on --utest=off --srt=on --sys-srt=off --rtc=on --gb28181=on --simulator=off --cxx11=on --cxx14=off --backtrace=on --ffmpeg-fit=on --sys-ffmpeg=off --ffmpeg-opus=off --nasm=on --srtp-nasm=on --sys-srtp=off --clean=on --gperf=off --gmc=off --gmd=off --gmp=off --gcp=off --gprof=off --static=off --shared-st=off --shared-srt=reserved --shared-ffmpeg=reserved --shared-srtp=reserved --log-verbose=off --log-info=off --log-trace=on --log-level_v2=on --gcov=off --apm=off --debug=off --debug-stats=off --cross-build=off --sanitizer=on --sanitizer-static=off --sanitizer-log=off --cygwin64=off --single-thread=off --generic-linux=off --build-cache=on --cc=gcc --cxx=g++ --ar=ar --ld=ld --randlib=randlib
[2023-12-21 08:56:43.576][INFO][708474][285ktl0m] srs checking config...
[2023-12-21 08:56:43.576][INFO][708474][285ktl0m] ips, iface[0] ens160 ipv4 0x11043 192.168.1.165, iface[1] ens160 ipv6 0x11043 fe80::20c:29ff:fe61:ac3a%ens160
[2023-12-21 08:56:43.576][INFO][708474][285ktl0m] devices, intranet ens160 192.168.1.165, intranet ens160 fe80::20c:29ff:fe61:ac3a%ens160
[2023-12-21 08:56:43.576][WARN][708474][285ktl0m][22] stats network use index=0, ip=192.168.1.165, ifname=ens160
[2023-12-21 08:56:43.576][WARN][708474][285ktl0m][22] stats disk not configed, disk iops disabled.
[2023-12-21 08:56:43.577][INFO][708474][285ktl0m] write log to console
[2023-12-21 08:56:43.577][INFO][708474][285ktl0m] 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
[2023-12-21 08:56:43.577][INFO][708474][285ktl0m] SRS on amd64 x86_64, conf:conf/gb28181.conf, limit:1000, writev:1024, encoding:little-endian, HZ:100
[2023-12-21 08:56:43.577][INFO][708474][285ktl0m] mw sleep:350ms. mr enabled:on, default:0, sleep:350ms
[2023-12-21 08:56:43.577][INFO][708474][285ktl0m] gc:on, pq:30000ms, cscc:[0,16), csa:on, tn:on(may hurts performance), ss:auto(guess by merged write)
[2023-12-21 08:56:43.577][INFO][708474][285ktl0m] system default latency(ms): mw(0-350) + mr(0-350) + play-queue(0-30000)
[2023-12-21 08:56:43.577][INFO][708474][285ktl0m] write pid=708474 to ./objs/srs.pid success!
[2023-12-21 08:56:43.577][INFO][708474][285ktl0m] Thread #1(primordial): init name=srs-master-1, interval=5000ms
[2023-12-21 08:56:43.578][INFO][708474][285ktl0m] Pool: Start threads primordial=1, hybrids=1 ok
[2023-12-21 08:56:43.578][INFO][708474][y73a4293] Thread #2: run with tid=708475, entry=0x60c000000400, label=hybrid, name=srs-hybrid-2
[2023-12-21 08:56:43.591][INFO][708474][y73a4293] fingerprint=B8:D2:B1:20:1D:16:85:6C:3F:89:D6:CD:F3:CD:60:CD:35:0C:9B:6F:30:CE:09:54:89:90:BF:35:5D:07:E6:E1
[2023-12-21 08:56:43.592][INFO][708474][y73a4293] CircuitBreaker: enabled=1, high=2x90, critical=1x95, dying=5x99
[2023-12-21 08:56:43.592][INFO][708474][y73a4293] http flv live stream, vhost=__defaultVhost__, mount=[vhost]/[app]/[stream].flv
[2023-12-21 08:56:43.592][INFO][708474][y73a4293] http: root mount to ./objs/nginx/html
[2023-12-21 08:56:43.592][INFO][708474][y73a4293] server main cid=y73a4293, pid=708474, ppid=708473, asprocess=0
[2023-12-21 08:56:43.593][INFO][708474][y73a4293] RTMP listen at tcp://0.0.0.0:1935, fd=9
[2023-12-21 08:56:43.593][INFO][708474][y73a4293] HTTP-API listen at tcp://0.0.0.0:1985, fd=10
[2023-12-21 08:56:43.593][INFO][708474][y73a4293] HTTP-Server listen at tcp://0.0.0.0:8080, fd=11
[2023-12-21 08:56:43.593][INFO][708474][y73a4293] GB-TCP listen at tcp://0.0.0.0:9000, fd=12
[2023-12-21 08:56:43.593][INFO][708474][y73a4293] SIP-TCP listen at tcp://0.0.0.0:5060, fd=13
[2023-12-21 08:56:43.593][INFO][708474][y73a4293] signal installed, reload=1, reopen=10, fast_quit=15, grace_quit=3
[2023-12-21 08:56:43.594][INFO][708474][y73a4293] http: api mount /console to ./objs/nginx/html/console
[2023-12-21 08:56:43.594][INFO][708474][y73a4293] rtc listen at udp://0.0.0.0:8000, fd=14
[2023-12-21 08:56:43.595][INFO][708474][8604o7y3] Hybrid cpu=0.00%,38MB
[2023-12-21 08:56:43.595][WARN][708474][9146g005][22] use private address as ip: 192.168.1.165, ifname=ens160
[2023-12-21 08:56:43.595][INFO][708474][9146g005] Startup query id=vid-90y14v8, session=vid-486ok9x, eip=192.168.1.165, wait=300s
[2023-12-21 08:56:43.595][INFO][708474][9b78y8o8] TCP: connection manager run, conns=0
[2023-12-21 08:56:43.596][INFO][708474][dxt4io5c] GB: connection manager run, conns=0
[2023-12-21 08:56:43.596][INFO][708474][92669582] SRT: connection manager run, conns=0
[2023-12-21 08:56:43.596][INFO][708474][g6y41716] UDP #14 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)
[2023-12-21 08:56:43.596][INFO][708474][9843m810] RTC: connection manager run, conns=0
[2023-12-21 08:56:47.418][INFO][708474][12s89n5x] Session: Start timeout=60000ms, reinvite=5000ms, candidate=192.168.1.165, pip=192.168.1.165, output=rtmp://127.0.0.1/live/[stream]
[2023-12-21 08:56:47.418][INFO][708474][12s89n5x] SIP: Change device=11010800491310000071, state=Init->Registered
[2023-12-21 08:56:47.718][INFO][708474][12s89n5x] Session: Change device=11010800491310000071, state=Init->Connecting
[2023-12-21 08:56:47.718][INFO][708474][12s89n5x] SIP: Change device=11010800491310000071, state=Registered->Inviting
[2023-12-21 08:56:47.718][INFO][708474][12s89n5x] SIP: INVITE device=sip:11010800491310000071@1101080049, branch=025bkq, tag=34x2v157, call=87646y420g4y6133, ssrc=0108003250, sdp is v=0\r\no=11010800491310000071 0 0 IN IP4 192.168.1.165\r\ns=Play\r\nc=IN IP4 192.168.1.165\r\nt=0 0\r\nm=video 9000 TCP/RTP/AVP 96\r\na=recvonly\r\na=rtpmap:96 PS/90000\r\ny=0108003250\r\n
[2023-12-21 08:56:47.723][INFO][708474][12s89n5x] SIP: Change device=11010800491310000071, state=Inviting->Trying
[2023-12-21 08:56:47.724][INFO][708474][12s89n5x] SIP: Change device=11010800491310000071, state=Trying->Stable
[2023-12-21 08:56:48.579][INFO][708474][8604o7y3] Hybrid cpu=1.00%,38MB
[2023-12-21 08:56:48.583][INFO][708474][285ktl0m] Process: cpu=1.00%,38MB, threads=2
[2023-12-21 08:56:53.579][INFO][708474][8604o7y3] Hybrid cpu=1.00%,39MB
[2023-12-21 08:56:53.588][INFO][708474][285ktl0m] Process: cpu=1.00%,39MB, threads=2
[2023-12-21 08:56:57.636][INFO][708474][12s89n5x] Session: Alive=10s, packs=0, recover=0, reserved=0, msgs=0, drop=0, media(id=0, alive=10s, packs=0 recover=0, reserved=0, msgs=0, drop=0)
[2023-12-21 08:56:58.579][INFO][708474][8604o7y3] Hybrid cpu=1.00%,39MB, cid=1,1, timer=62,0,0, clock=1,48,1,0,0,0,0,0,0
[2023-12-21 08:56:58.594][INFO][708474][285ktl0m] Process: cpu=0.00%,39MB, threads=2
[2023-12-21 08:57:03.580][INFO][708474][8604o7y3] Hybrid cpu=1.00%,39MB, cid=1,1, timer=62,0,0, clock=1,48,1,0,0,0,0,0,0
[2023-12-21 08:57:03.599][INFO][708474][285ktl0m] Process: cpu=1.00%,39MB, threads=2
[2023-12-21 08:57:04.771][INFO][708474][yg80b9p8] HTTP #0 192.168.1.157:65257 GET http://192.168.1.165:1985/api/v1/summaries?callback=angular.callbacks._q, content-length=-1
[2023-12-21 08:57:04.776][INFO][708474][yg80b9p8] TCP: before dispose resource(HttpConn)(0x607000006760), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:04.776][WARN][708474][yg80b9p8][104] client disconnect peer. ret=1007
[2023-12-21 08:57:04.776][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:04.776][INFO][708474][yg80b9p8] TCP: disposing #0 resource(HttpConn)(0x607000006760), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:05.192][INFO][708474][t2gr8xa1] HTTP #0 192.168.1.157:65260 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._r, content-length=-1
[2023-12-21 08:57:05.198][INFO][708474][t2gr8xa1] TCP: before dispose resource(HttpConn)(0x607000006f40), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:05.198][WARN][708474][t2gr8xa1][104] client disconnect peer. ret=1007
[2023-12-21 08:57:05.198][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:05.198][INFO][708474][t2gr8xa1] TCP: disposing #0 resource(HttpConn)(0x607000006f40), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:05.487][INFO][708474][d8ws2o30] HTTP #0 192.168.1.157:65261 GET http://192.168.1.165:1985/api/v1/raw?callback=angular.callbacks._s&rpc=raw, content-length=-1
[2023-12-21 08:57:05.490][INFO][708474][k1bbqgj3] HTTP #0 192.168.1.157:65262 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._t, content-length=-1
[2023-12-21 08:57:05.493][INFO][708474][d8ws2o30] TCP: before dispose resource(HttpConn)(0x607000007640), conns=2, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:05.493][WARN][708474][d8ws2o30][104] client disconnect peer. ret=1007
[2023-12-21 08:57:05.493][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=2, removing=0, unsubs=0
[2023-12-21 08:57:05.493][INFO][708474][d8ws2o30] TCP: disposing #0 resource(HttpConn)(0x607000007640), conns=2, disposing=1, zombies=0
[2023-12-21 08:57:05.494][INFO][708474][k1bbqgj3] TCP: before dispose resource(HttpConn)(0x607000007e90), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:05.494][WARN][708474][k1bbqgj3][104] client disconnect peer. ret=1007
[2023-12-21 08:57:05.494][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:05.494][INFO][708474][k1bbqgj3] TCP: disposing #0 resource(HttpConn)(0x607000007e90), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:05.503][INFO][708474][33122g85] HTTP #0 192.168.1.157:65263 GET http://192.168.1.165:1985/api/v1/streams/?callback=angular.callbacks._u, content-length=-1
[2023-12-21 08:57:05.508][INFO][708474][33122g85] TCP: before dispose resource(HttpConn)(0x607000008590), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:05.509][WARN][708474][33122g85][104] client disconnect peer. ret=1007
[2023-12-21 08:57:05.509][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:05.509][INFO][708474][33122g85] TCP: disposing #0 resource(HttpConn)(0x607000008590), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:06.251][INFO][708474][8o6gl178] HTTP #0 192.168.1.157:65264 GET http://192.168.1.165:1985/api/v1/clients/?callback=angular.callbacks._v, content-length=-1
[2023-12-21 08:57:06.256][INFO][708474][8o6gl178] TCP: before dispose resource(HttpConn)(0x607000008c90), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:06.256][WARN][708474][8o6gl178][104] client disconnect peer. ret=1007
[2023-12-21 08:57:06.256][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:06.256][INFO][708474][8o6gl178] TCP: disposing #0 resource(HttpConn)(0x607000008c90), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:06.539][INFO][708474][f0618z22] HTTP #0 192.168.1.157:65267 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._x, content-length=-1
[2023-12-21 08:57:06.540][INFO][708474][63t63c0d] HTTP #0 192.168.1.157:65268 GET http://192.168.1.165:1985/api/v1/raw?callback=angular.callbacks._w&rpc=raw, content-length=-1
[2023-12-21 08:57:06.544][INFO][708474][f0618z22] TCP: before dispose resource(HttpConn)(0x607000009390), conns=2, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:06.544][WARN][708474][f0618z22][104] client disconnect peer. ret=1007
[2023-12-21 08:57:06.544][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=2, removing=0, unsubs=0
[2023-12-21 08:57:06.544][INFO][708474][f0618z22] TCP: disposing #0 resource(HttpConn)(0x607000009390), conns=2, disposing=1, zombies=0
[2023-12-21 08:57:06.546][INFO][708474][63t63c0d] TCP: before dispose resource(HttpConn)(0x607000009a90), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:06.546][WARN][708474][63t63c0d][104] client disconnect peer. ret=1007
[2023-12-21 08:57:06.546][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:06.546][INFO][708474][63t63c0d] TCP: disposing #0 resource(HttpConn)(0x607000009a90), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:06.550][INFO][708474][5b98773g] HTTP #0 192.168.1.157:65269 GET http://192.168.1.165:1985/api/v1/streams/?callback=angular.callbacks._y, content-length=-1
[2023-12-21 08:57:06.554][INFO][708474][5b98773g] TCP: before dispose resource(HttpConn)(0x60700000a2e0), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:06.554][WARN][708474][5b98773g][104] client disconnect peer. ret=1007
[2023-12-21 08:57:06.554][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:06.554][INFO][708474][5b98773g] TCP: disposing #0 resource(HttpConn)(0x60700000a2e0), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:07.144][INFO][708474][1qc77uvm] HTTP #0 192.168.1.157:65270 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._z, content-length=-1
[2023-12-21 08:57:07.148][INFO][708474][1qc77uvm] TCP: before dispose resource(HttpConn)(0x60700000a9e0), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:07.148][WARN][708474][1qc77uvm][104] client disconnect peer. ret=1007
[2023-12-21 08:57:07.148][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:07.148][INFO][708474][1qc77uvm] TCP: disposing #0 resource(HttpConn)(0x60700000a9e0), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:07.437][INFO][708474][4i3ihv08] HTTP #0 192.168.1.157:65272 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._11, content-length=-1
[2023-12-21 08:57:07.437][INFO][708474][8toil4bq] HTTP #0 192.168.1.157:65271 GET http://192.168.1.165:1985/api/v1/raw?callback=angular.callbacks._10&rpc=raw, content-length=-1
[2023-12-21 08:57:07.443][INFO][708474][4i3ihv08] TCP: before dispose resource(HttpConn)(0x60700000b0e0), conns=2, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:07.443][WARN][708474][4i3ihv08][104] client disconnect peer. ret=1007
[2023-12-21 08:57:07.443][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=2, removing=0, unsubs=0
[2023-12-21 08:57:07.443][INFO][708474][4i3ihv08] TCP: disposing #0 resource(HttpConn)(0x60700000b0e0), conns=2, disposing=1, zombies=0
[2023-12-21 08:57:07.445][INFO][708474][8toil4bq] TCP: before dispose resource(HttpConn)(0x60700000b1c0), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:07.445][WARN][708474][8toil4bq][104] client disconnect peer. ret=1007
[2023-12-21 08:57:07.445][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:07.445][INFO][708474][8toil4bq] TCP: disposing #0 resource(HttpConn)(0x60700000b1c0), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:07.448][INFO][708474][pue7827t] HTTP #0 192.168.1.157:65273 GET http://192.168.1.165:1985/api/v1/streams/?callback=angular.callbacks._12, content-length=-1
[2023-12-21 08:57:07.455][INFO][708474][pue7827t] TCP: before dispose resource(HttpConn)(0x60700000c030), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:07.455][WARN][708474][pue7827t][104] client disconnect peer. ret=1007
[2023-12-21 08:57:07.456][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:07.456][INFO][708474][pue7827t] TCP: disposing #0 resource(HttpConn)(0x60700000c030), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:07.854][INFO][708474][12s89n5x] Session: Alive=20s, packs=0, recover=0, reserved=0, msgs=0, drop=0, media(id=0, alive=20s, packs=0 recover=0, reserved=0, msgs=0, drop=0)
[2023-12-21 08:57:08.368][INFO][708474][s9653813] HTTP #0 192.168.1.157:65274 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._13, content-length=-1
[2023-12-21 08:57:08.373][INFO][708474][s9653813] TCP: before dispose resource(HttpConn)(0x60700000c730), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:08.373][WARN][708474][s9653813][104] client disconnect peer. ret=1007
[2023-12-21 08:57:08.373][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:08.373][INFO][708474][s9653813] TCP: disposing #0 resource(HttpConn)(0x60700000c730), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:08.580][INFO][708474][8604o7y3] Hybrid cpu=1.00%,40MB, cid=18,9, timer=62,0,0, clock=0,48,1,0,0,0,0,0,0, free=1
[2023-12-21 08:57:08.605][INFO][708474][285ktl0m] Process: cpu=0.00%,40MB, threads=2
[2023-12-21 08:57:11.384][INFO][708474][0057615u] HTTP #0 192.168.1.157:65275 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._14, content-length=-1
[2023-12-21 08:57:11.389][INFO][708474][0057615u] TCP: before dispose resource(HttpConn)(0x60700000ce30), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:11.389][WARN][708474][0057615u][104] client disconnect peer. ret=1007
[2023-12-21 08:57:11.389][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:11.389][INFO][708474][0057615u] TCP: disposing #0 resource(HttpConn)(0x60700000ce30), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:11.940][ERROR][708474][12s89n5x][104] SIP: Receive err code=1007(SocketRead)(Socket read data failed) : parse message : parse message : grow buffer : read bytes : read
thread [708474][12s89n5x]: do_cycle() [./src/app/srs_app_gb28181.cpp:1076][errno=104]
thread [708474][12s89n5x]: parse_message() [./src/protocol/srs_protocol_http_conn.cpp:103][errno=104]
thread [708474][12s89n5x]: parse_message_imp() [./src/protocol/srs_protocol_http_conn.cpp:153][errno=104]
thread [708474][12s89n5x]: grow() [./src/protocol/srs_protocol_stream.cpp:162][errno=104]
thread [708474][12s89n5x]: read() [./src/protocol/srs_protocol_st.cpp:566][errno=104](Connection reset by peer)
[2023-12-21 08:57:13.581][INFO][708474][8604o7y3] Hybrid cpu=1.00%,40MB, cid=18,9, timer=62,0,0, clock=0,48,1,0,0,0,0,0,0, free=1
[2023-12-21 08:57:13.610][INFO][708474][285ktl0m] Process: cpu=0.00%,40MB, threads=2
[2023-12-21 08:57:14.399][INFO][708474][4as9o30u] HTTP #0 192.168.1.157:65278 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._15, content-length=-1
[2023-12-21 08:57:14.404][INFO][708474][4as9o30u] TCP: before dispose resource(HttpConn)(0x607000021030), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:14.404][WARN][708474][4as9o30u][104] client disconnect peer. ret=1007
[2023-12-21 08:57:14.404][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:14.404][INFO][708474][4as9o30u] TCP: disposing #0 resource(HttpConn)(0x607000021030), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:17.412][INFO][708474][e4122o14] HTTP #0 192.168.1.157:65281 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._16, content-length=-1
[2023-12-21 08:57:17.418][INFO][708474][e4122o14] TCP: before dispose resource(HttpConn)(0x607000021730), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:17.418][WARN][708474][e4122o14][104] client disconnect peer. ret=1007
[2023-12-21 08:57:17.418][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:17.418][INFO][708474][e4122o14] TCP: disposing #0 resource(HttpConn)(0x607000021730), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:18.072][INFO][708474][12s89n5x] Session: Alive=30s, packs=0, recover=0, reserved=0, msgs=0, drop=0, media(id=0, alive=30s, packs=0 recover=0, reserved=0, msgs=0, drop=0)
[2023-12-21 08:57:18.582][INFO][708474][8604o7y3] Hybrid cpu=1.00%,40MB, cid=5,2, timer=62,0,0, clock=0,48,1,0,0,0,0,0,0, free=1
[2023-12-21 08:57:18.616][INFO][708474][285ktl0m] Process: cpu=0.00%,40MB, threads=2
[2023-12-21 08:57:20.431][INFO][708474][x89766k6] HTTP #0 192.168.1.157:65300 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._17, content-length=-1
[2023-12-21 08:57:20.437][INFO][708474][x89766k6] TCP: before dispose resource(HttpConn)(0x607000021e30), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:20.437][WARN][708474][x89766k6][104] client disconnect peer. ret=1007
[2023-12-21 08:57:20.437][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:20.437][INFO][708474][x89766k6] TCP: disposing #0 resource(HttpConn)(0x607000021e30), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:23.459][INFO][708474][7633r9d6] HTTP #0 192.168.1.157:65330 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._18, content-length=-1
[2023-12-21 08:57:23.463][INFO][708474][7633r9d6] TCP: before dispose resource(HttpConn)(0x607000022530), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:23.463][WARN][708474][7633r9d6][104] client disconnect peer. ret=1007
[2023-12-21 08:57:23.463][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:23.463][INFO][708474][7633r9d6] TCP: disposing #0 resource(HttpConn)(0x607000022530), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:23.582][INFO][708474][8604o7y3] Hybrid cpu=1.00%,41MB, cid=5,2, timer=62,0,0, clock=0,48,1,0,0,0,0,0,0, free=1
[2023-12-21 08:57:23.620][INFO][708474][285ktl0m] Process: cpu=0.00%,41MB, threads=2
[2023-12-21 08:57:26.480][INFO][708474][j6ln91h7] HTTP #0 192.168.1.157:65333 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._19, content-length=-1
[2023-12-21 08:57:26.486][INFO][708474][j6ln91h7] TCP: before dispose resource(HttpConn)(0x607000022c30), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:26.486][WARN][708474][j6ln91h7][104] client disconnect peer. ret=1007
[2023-12-21 08:57:26.487][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:26.487][INFO][708474][j6ln91h7] TCP: disposing #0 resource(HttpConn)(0x607000022c30), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:28.289][INFO][708474][12s89n5x] Session: Alive=40s, packs=0, recover=0, reserved=0, msgs=0, drop=0, media(id=0, alive=40s, packs=0 recover=0, reserved=0, msgs=0, drop=0)
[2023-12-21 08:57:28.583][INFO][708474][8604o7y3] Hybrid cpu=1.00%,41MB, cid=5,2, timer=62,0,0, clock=0,48,1,0,0,0,0,0,0, free=1
[2023-12-21 08:57:28.625][INFO][708474][285ktl0m] Process: cpu=0.00%,41MB, threads=2
[2023-12-21 08:57:29.498][INFO][708474][62f861t4] HTTP #0 192.168.1.157:65336 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._1a, content-length=-1
[2023-12-21 08:57:29.503][INFO][708474][62f861t4] TCP: before dispose resource(HttpConn)(0x607000023330), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:29.503][WARN][708474][62f861t4][104] client disconnect peer. ret=1007
[2023-12-21 08:57:29.503][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:29.503][INFO][708474][62f861t4] TCP: disposing #0 resource(HttpConn)(0x607000023330), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:32.518][INFO][708474][981z5112] HTTP #0 192.168.1.157:65341 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._1b, content-length=-1
[2023-12-21 08:57:32.523][INFO][708474][981z5112] TCP: before dispose resource(HttpConn)(0x607000023a30), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:32.523][WARN][708474][981z5112][104] client disconnect peer. ret=1007
[2023-12-21 08:57:32.523][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:32.523][INFO][708474][981z5112] TCP: disposing #0 resource(HttpConn)(0x607000023a30), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:33.583][INFO][708474][8604o7y3] Hybrid cpu=0.00%,41MB, cid=4,2, timer=62,0,0, clock=0,48,1,0,0,0,0,0,0, free=1
[2023-12-21 08:57:33.631][INFO][708474][285ktl0m] Process: cpu=1.00%,41MB, threads=2
[2023-12-21 08:57:35.537][INFO][708474][hk5pt21s] HTTP #0 192.168.1.157:65342 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._1c, content-length=-1
[2023-12-21 08:57:35.543][INFO][708474][hk5pt21s] TCP: before dispose resource(HttpConn)(0x607000024130), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:35.543][WARN][708474][hk5pt21s][104] client disconnect peer. ret=1007
[2023-12-21 08:57:35.543][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:35.543][INFO][708474][hk5pt21s] TCP: disposing #0 resource(HttpConn)(0x607000024130), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:38.508][INFO][708474][12s89n5x] Session: Alive=51s, packs=0, recover=0, reserved=0, msgs=0, drop=0, media(id=0, alive=51s, packs=0 recover=0, reserved=0, msgs=0, drop=0)
[2023-12-21 08:57:38.556][INFO][708474][o6g88714] HTTP #0 192.168.1.157:65343 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._1d, content-length=-1
[2023-12-21 08:57:38.561][INFO][708474][o6g88714] TCP: before dispose resource(HttpConn)(0x607000024830), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:38.561][WARN][708474][o6g88714][104] client disconnect peer. ret=1007
[2023-12-21 08:57:38.561][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:38.561][INFO][708474][o6g88714] TCP: disposing #0 resource(HttpConn)(0x607000024830), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:38.584][INFO][708474][8604o7y3] Hybrid cpu=1.00%,41MB, cid=4,2, timer=62,0,0, clock=0,48,1,0,0,0,0,0,0, free=1
[2023-12-21 08:57:38.636][INFO][708474][285ktl0m] Process: cpu=1.00%,41MB, threads=2
[2023-12-21 08:57:41.572][INFO][708474][q1262561] HTTP #0 192.168.1.157:65346 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._1e, content-length=-1
[2023-12-21 08:57:41.578][INFO][708474][q1262561] TCP: before dispose resource(HttpConn)(0x607000024f30), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:41.578][WARN][708474][q1262561][104] client disconnect peer. ret=1007
[2023-12-21 08:57:41.578][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:41.578][INFO][708474][q1262561] TCP: disposing #0 resource(HttpConn)(0x607000024f30), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:43.585][INFO][708474][8604o7y3] Hybrid cpu=1.00%,41MB, cid=4,2, timer=62,0,0, clock=0,48,1,0,0,0,0,0,0, free=1
[2023-12-21 08:57:43.642][INFO][708474][285ktl0m] Process: cpu=0.00%,41MB, threads=2
[2023-12-21 08:57:44.598][INFO][708474][e7639756] HTTP #0 192.168.1.157:65347 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._1f, content-length=-1
[2023-12-21 08:57:44.603][INFO][708474][e7639756] TCP: before dispose resource(HttpConn)(0x607000025630), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:44.603][WARN][708474][e7639756][104] client disconnect peer. ret=1007
[2023-12-21 08:57:44.603][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:44.603][INFO][708474][e7639756] TCP: disposing #0 resource(HttpConn)(0x607000025630), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:47.621][INFO][708474][1u112w31] HTTP #0 192.168.1.157:65350 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._1g, content-length=-1
[2023-12-21 08:57:47.627][INFO][708474][1u112w31] TCP: before dispose resource(HttpConn)(0x607000025d30), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:47.627][WARN][708474][1u112w31][104] client disconnect peer. ret=1007
[2023-12-21 08:57:47.627][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:47.627][INFO][708474][1u112w31] TCP: disposing #0 resource(HttpConn)(0x607000025d30), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:47.824][INFO][708474][12s89n5x] Session: Connecting timeout, nn=1, state=Connecting, sip=Stable, media=0
[2023-12-21 08:57:47.824][INFO][708474][12s89n5x] Session: Change device=11010800491310000071, state=Connecting->Init
[2023-12-21 08:57:48.125][INFO][708474][12s89n5x] Session: Change device=11010800491310000071, state=Init->Connecting
[2023-12-21 08:57:48.125][INFO][708474][12s89n5x] SIP: Change device=11010800491310000071, state=Registered->Inviting
[2023-12-21 08:57:48.125][INFO][708474][12s89n5x] SIP: INVITE device=sip:11010800491310000071@1101080049, branch=335hr0, tag=1x7n993w, call=0x3g0i7l5zv003xx, ssrc=0108003250, sdp is v=0\r\no=11010800491310000071 0 0 IN IP4 192.168.1.165\r\ns=Play\r\nc=IN IP4 192.168.1.165\r\nt=0 0\r\nm=video 9000 TCP/RTP/AVP 96\r\na=recvonly\r\na=rtpmap:96 PS/90000\r\ny=0108003250\r\n
[2023-12-21 08:57:48.585][INFO][708474][8604o7y3] Hybrid cpu=0.00%,42MB, cid=4,2, timer=62,0,0, clock=0,48,1,0,0,0,0,0,0, free=1
[2023-12-21 08:57:48.647][INFO][708474][285ktl0m] Process: cpu=1.00%,42MB, threads=2
[2023-12-21 08:57:48.726][INFO][708474][12s89n5x] Session: Alive=61s, packs=0, recover=0, reserved=0, msgs=0, drop=0, media(id=0, alive=61s, packs=0 recover=0, reserved=0, msgs=0, drop=0)
[2023-12-21 08:57:50.636][INFO][708474][67j740o1] HTTP #0 192.168.1.157:65353 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._1h, content-length=-1
[2023-12-21 08:57:50.641][INFO][708474][67j740o1] TCP: before dispose resource(HttpConn)(0x6070000264a0), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:50.641][WARN][708474][67j740o1][104] client disconnect peer. ret=1007
[2023-12-21 08:57:50.641][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:50.641][INFO][708474][67j740o1] TCP: disposing #0 resource(HttpConn)(0x6070000264a0), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:53.586][INFO][708474][8604o7y3] Hybrid cpu=0.00%,42MB, cid=4,2, timer=62,0,0, clock=0,48,1,0,0,0,0,0,0, free=1
[2023-12-21 08:57:53.653][INFO][708474][285ktl0m] Process: cpu=1.00%,42MB, threads=2
[2023-12-21 08:57:54.473][INFO][708474][dbqxem7b] HTTP #0 192.168.1.157:65367 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._1i, content-length=-1
[2023-12-21 08:57:54.478][INFO][708474][dbqxem7b] TCP: before dispose resource(HttpConn)(0x607000026ba0), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:54.479][WARN][708474][dbqxem7b][104] client disconnect peer. ret=1007
[2023-12-21 08:57:54.479][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:54.479][INFO][708474][dbqxem7b] TCP: disposing #0 resource(HttpConn)(0x607000026ba0), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:58.478][INFO][708474][q8ro5s3a] HTTP #0 192.168.1.157:65368 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._1j, content-length=-1
[2023-12-21 08:57:58.482][INFO][708474][q8ro5s3a] TCP: before dispose resource(HttpConn)(0x6070000272a0), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:57:58.482][WARN][708474][q8ro5s3a][104] client disconnect peer. ret=1007
[2023-12-21 08:57:58.482][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:57:58.482][INFO][708474][q8ro5s3a] TCP: disposing #0 resource(HttpConn)(0x6070000272a0), conns=1, disposing=1, zombies=0
[2023-12-21 08:57:58.586][INFO][708474][8604o7y3] Hybrid cpu=0.00%,42MB, cid=5,2, timer=62,0,0, clock=0,48,1,0,0,0,0,0,0, free=1
[2023-12-21 08:57:58.658][INFO][708474][285ktl0m] Process: cpu=1.00%,42MB, threads=2
[2023-12-21 08:57:58.944][INFO][708474][12s89n5x] Session: Alive=71s, packs=0, recover=0, reserved=0, msgs=0, drop=0, media(id=0, alive=71s, packs=0 recover=0, reserved=0, msgs=0, drop=0)
[2023-12-21 08:58:02.473][INFO][708474][344778r3] HTTP #0 192.168.1.157:65370 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._1k, content-length=-1
[2023-12-21 08:58:02.477][INFO][708474][344778r3] TCP: before dispose resource(HttpConn)(0x6070000279a0), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:58:02.478][WARN][708474][344778r3][104] client disconnect peer. ret=1007
[2023-12-21 08:58:02.478][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:58:02.478][INFO][708474][344778r3] TCP: disposing #0 resource(HttpConn)(0x6070000279a0), conns=1, disposing=1, zombies=0
[2023-12-21 08:58:03.587][INFO][708474][8604o7y3] Hybrid cpu=1.00%,42MB, cid=5,2, timer=62,0,0, clock=0,48,1,0,0,0,0,0,0, free=1
[2023-12-21 08:58:03.663][INFO][708474][285ktl0m] Process: cpu=0.00%,42MB, threads=2
[2023-12-21 08:58:06.471][INFO][708474][fr63r4k4] HTTP #0 192.168.1.157:65375 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._1l, content-length=-1
[2023-12-21 08:58:06.475][INFO][708474][fr63r4k4] TCP: before dispose resource(HttpConn)(0x6070000280a0), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:58:06.475][WARN][708474][fr63r4k4][104] client disconnect peer. ret=1007
[2023-12-21 08:58:06.475][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:58:06.475][INFO][708474][fr63r4k4] TCP: disposing #0 resource(HttpConn)(0x6070000280a0), conns=1, disposing=1, zombies=0
[2023-12-21 08:58:08.587][INFO][708474][8604o7y3] Hybrid cpu=1.00%,42MB, cid=5,2, timer=62,0,0, clock=0,48,1,0,0,0,0,0,0, free=1
[2023-12-21 08:58:08.669][INFO][708474][285ktl0m] Process: cpu=0.00%,42MB, threads=2
[2023-12-21 08:58:09.166][INFO][708474][12s89n5x] Session: Alive=81s, packs=0, recover=0, reserved=0, msgs=0, drop=0, media(id=0, alive=81s, packs=0 recover=0, reserved=0, msgs=0, drop=0)
[2023-12-21 08:58:10.473][INFO][708474][pa1k79b3] HTTP #0 192.168.1.157:65378 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._1m, content-length=-1
[2023-12-21 08:58:10.478][INFO][708474][pa1k79b3] TCP: before dispose resource(HttpConn)(0x6070000287a0), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:58:10.478][WARN][708474][pa1k79b3][104] client disconnect peer. ret=1007
[2023-12-21 08:58:10.478][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:58:10.478][INFO][708474][pa1k79b3] TCP: disposing #0 resource(HttpConn)(0x6070000287a0), conns=1, disposing=1, zombies=0
[2023-12-21 08:58:13.588][INFO][708474][8604o7y3] Hybrid cpu=0.00%,42MB, cid=3,1, timer=62,0,0, clock=0,48,1,0,0,0,0,0,0, free=1
[2023-12-21 08:58:13.674][INFO][708474][285ktl0m] Process: cpu=1.00%,42MB, threads=2
[2023-12-21 08:58:14.476][INFO][708474][7j7srv3v] HTTP #0 192.168.1.157:65379 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._1n, content-length=-1
[2023-12-21 08:58:14.481][INFO][708474][7j7srv3v] TCP: before dispose resource(HttpConn)(0x607000028ea0), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:58:14.481][WARN][708474][7j7srv3v][104] client disconnect peer. ret=1007
[2023-12-21 08:58:14.481][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:58:14.481][INFO][708474][7j7srv3v] TCP: disposing #0 resource(HttpConn)(0x607000028ea0), conns=1, disposing=1, zombies=0
[2023-12-21 08:58:18.473][INFO][708474][5x225314] HTTP #0 192.168.1.157:65382 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._1o, content-length=-1
[2023-12-21 08:58:18.479][INFO][708474][5x225314] TCP: before dispose resource(HttpConn)(0x6070000295a0), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:58:18.479][WARN][708474][5x225314][104] client disconnect peer. ret=1007
[2023-12-21 08:58:18.479][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:58:18.479][INFO][708474][5x225314] TCP: disposing #0 resource(HttpConn)(0x6070000295a0), conns=1, disposing=1, zombies=0
[2023-12-21 08:58:18.588][INFO][708474][8604o7y3] Hybrid cpu=2.00%,42MB, cid=3,1, timer=62,0,0, clock=0,48,1,0,0,0,0,0,0, free=1
[2023-12-21 08:58:18.680][INFO][708474][285ktl0m] Process: cpu=0.00%,42MB, threads=2
[2023-12-21 08:58:19.388][INFO][708474][12s89n5x] Session: Alive=91s, packs=0, recover=0, reserved=0, msgs=0, drop=0, media(id=0, alive=91s, packs=0 recover=0, reserved=0, msgs=0, drop=0)
[2023-12-21 08:58:22.472][INFO][708474][4h31v7w0] HTTP #0 192.168.1.157:65416 GET http://192.168.1.165:1985/api/v1/vhosts/?callback=angular.callbacks._1p, content-length=-1
[2023-12-21 08:58:22.475][INFO][708474][4h31v7w0] TCP: before dispose resource(HttpConn)(0x607000029ca0), conns=1, zombies=0, ign=0, inz=0, ind=0
[2023-12-21 08:58:22.475][WARN][708474][4h31v7w0][104] client disconnect peer. ret=1007
[2023-12-21 08:58:22.475][INFO][708474][9b78y8o8] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
[2023-12-21 08:58:22.475][INFO][708474][4h31v7w0] TCP: disposing #0 resource(HttpConn)(0x607000029ca0), conns=1, disposing=1, zombies=0
[2023-12-21 08:58:23.589][INFO][708474][8604o7y3] Hybrid cpu=0.00%,43MB, cid=3,1, timer=62,0,0, clock=0,48,1,0,0,0,0,0,0, free=1
[2023-12-21 08:58:23.685][INFO][708474][285ktl0m] Process: cpu=2.00%,43MB, threads=2
^C[2023-12-21 08:58:24.665][INFO][708474][y73a4293] sig=2, user terminate program, fast quit
^C[2023-12-21 08:58:25.639][INFO][708474][y73a4293] cleanup for quit signal fast=1, grace=0
[2023-12-21 08:58:25.686][INFO][708474][285ktl0m] quit for thread #2(hybrid) finished

Additional context Add any other context about the problem here.

anyan131 commented 6 months ago

I discovered an error with the configuration file above, so I replaced the startup file, but the outcome remained unchanged. Below is my log.

askme@srs:~/SRS/srs/trunk$ sudo ./objs/srs -c conf/push.gb28181.conf
[2023-12-22 08:33:38.351][INFO][836489][l0ui8nst] XCORE-SRS/5.0.200(Bee)
[2023-12-22 08:33:38.351][INFO][836489][l0ui8nst] config parse complete
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config rtp_port_min for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config rtp_port_max for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config wait_keyframe for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config rtp_idle_timeout for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config audio_enable for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config auto_create_channel for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config sip.serial for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config sip.realm for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config sip.ack_timeout for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config sip.keepalive_timeout for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config sip.auto_play for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config sip.invite_port_fixed for GB is not used
[2023-12-22 08:33:38.352][WARN][836489][l0ui8nst][22] transform: Config sip.query_catalog_interval for GB is not used
[2023-12-22 08:33:38.352][WARN][836489][l0ui8nst][22] transform: Config move host to sip.candidate for GB
[2023-12-22 08:33:38.352][WARN][836489][l0ui8nst][22] transform: Config move host to sip.candidate for GB
[2023-12-22 08:33:38.352][INFO][836489][l0ui8nst] write log to console
[2023-12-22 08:33:38.352][INFO][836489][l0ui8nst] SRS/5.0.200(Bee), MIT
[2023-12-22 08:33:38.352][INFO][836489][l0ui8nst] authors: Winlin<winlin@vip.126.com> ZhaoWenjie<zhaowenjie@tal.com> ShiWei<shiwei05@kuaishou.com> XiaoZhihong<hondaxiao@tencent.com> WuPengqiang<pengqiang.wpq@alibaba-inc.com> XiaLixin<xialixin@kanzhun.com> LiPeng<mozhan.lp@alibaba-inc.com> ChenGuanghua<jinxue.cgh@alibaba-inc.com> ChenHaibo<nmgchenhaibo@foxmail.com> and https://github.com/ossrs/srs/blob/develop/trunk/AUTHORS.md#contributors
[2023-12-22 08:33:38.352][INFO][836489][l0ui8nst] cwd=/home/askme/SRS/srs/trunk, work_dir=./, build: 2023-12-22 07:36:26, configure: --gb28181=on, uname: Linux srs 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux, osx: 0, env: 0, pkg: 
[2023-12-22 08:33:38.352][INFO][836489][l0ui8nst] configure detail: --prefix=/usr/local/srs --config=conf/srs.conf --osx=off --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-converter=on --http-api=on --utest=off --srt=on --sys-srt=off --rtc=on --gb28181=on --simulator=off --cxx11=on --cxx14=off --backtrace=on --ffmpeg-fit=on --sys-ffmpeg=off --ffmpeg-opus=off --nasm=on --srtp-nasm=on --sys-srtp=off --clean=on --gperf=off --gmc=off --gmd=off --gmp=off --gcp=off --gprof=off --static=off --shared-st=off --shared-srt=reserved --shared-ffmpeg=reserved --shared-srtp=reserved --log-verbose=off --log-info=off --log-trace=on --log-level_v2=on --gcov=off --apm=off --debug=off --debug-stats=off --cross-build=off --sanitizer=on --sanitizer-static=off --sanitizer-log=off --cygwin64=off --single-thread=off --generic-linux=off --build-cache=on --cc=gcc --cxx=g++ --ar=ar --ld=ld --randlib=randlib
[2023-12-22 08:33:38.352][INFO][836489][l0ui8nst] srs checking config...
[2023-12-22 08:33:38.352][INFO][836489][l0ui8nst] ips, iface[0] ens160 ipv4 0x11043 192.168.1.165, iface[1] ens160 ipv6 0x11043 fe80::20c:29ff:fe61:ac3a%ens160
[2023-12-22 08:33:38.352][INFO][836489][l0ui8nst] devices, intranet ens160 192.168.1.165, intranet ens160 fe80::20c:29ff:fe61:ac3a%ens160
[2023-12-22 08:33:38.352][WARN][836489][l0ui8nst][22] stats network use index=0, ip=192.168.1.165, ifname=ens160
[2023-12-22 08:33:38.352][WARN][836489][l0ui8nst][22] stats disk not configed, disk iops disabled.
[2023-12-22 08:33:38.352][INFO][836489][l0ui8nst] write log to console
[2023-12-22 08:33:38.353][INFO][836489][l0ui8nst] 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
[2023-12-22 08:33:38.353][INFO][836489][l0ui8nst] SRS on amd64 x86_64, conf:conf/push.gb28181.conf, limit:1000, writev:1024, encoding:little-endian, HZ:100
[2023-12-22 08:33:38.353][INFO][836489][l0ui8nst] mw sleep:350ms. mr enabled:on, default:0, sleep:350ms
[2023-12-22 08:33:38.353][INFO][836489][l0ui8nst] gc:on, pq:30000ms, cscc:[0,16), csa:on, tn:on(may hurts performance), ss:auto(guess by merged write)
[2023-12-22 08:33:38.353][INFO][836489][l0ui8nst] system default latency(ms): mw(0-350) + mr(0-350) + play-queue(0-30000)
[2023-12-22 08:33:38.353][INFO][836489][l0ui8nst] start daemon mode...
[2023-12-22 08:33:38.354][INFO][836490][l0ui8nst] father process exit
[2023-12-22 08:33:38.354][INFO][836491][l0ui8nst] son(daemon) process running.
[2023-12-22 08:33:38.355][INFO][836491][l0ui8nst] write pid=836491 to ./objs/srs.pid success!
[2023-12-22 08:33:38.355][INFO][836491][l0ui8nst] Thread #1(primordial): init name=srs-master-1, interval=5000ms
[2023-12-22 08:33:38.356][INFO][836491][l0ui8nst] Pool: Start threads primordial=1, hybrids=1 ok
[2023-12-22 08:33:38.356][INFO][836491][6403ure3] Thread #2: run with tid=836493, entry=0x60c000000580, label=hybrid, name=srs-hybrid-2
[2023-12-22 08:33:38.365][INFO][836489][l0ui8nst] grandpa process exit.
[2023-12-22 08:33:38.369][INFO][836491][6403ure3] fingerprint=47:A5:86:D2:FB:62:A5:09:03:DA:F4:67:6B:37:86:14:66:9F:E4:A7:E1:DA:DB:FE:6C:FC:40:A7:71:13:38:04
[2023-12-22 08:33:38.369][INFO][836491][6403ure3] CircuitBreaker: enabled=1, high=2x90, critical=1x95, dying=5x99
[2023-12-22 08:33:38.369][INFO][836491][6403ure3] http flv live stream, vhost=__defaultVhost__, mount=[vhost]/[app]/[stream].flv
[2023-12-22 08:33:38.370][INFO][836491][6403ure3] http: root mount to ./objs/nginx/html
[2023-12-22 08:33:38.370][INFO][836491][6403ure3] server main cid=6403ure3, pid=836491, ppid=836490, asprocess=0
[2023-12-22 08:33:38.370][INFO][836491][6403ure3] RTMP listen at tcp://0.0.0.0:1935, fd=9
[2023-12-22 08:33:38.370][INFO][836491][6403ure3] HTTP-API listen at tcp://0.0.0.0:1985, fd=10
[2023-12-22 08:33:38.370][INFO][836491][6403ure3] HTTP-Server listen at tcp://0.0.0.0:8080, fd=11
[2023-12-22 08:33:38.371][INFO][836491][6403ure3] GB-TCP listen at tcp://0.0.0.0:9000, fd=12
[2023-12-22 08:33:38.371][INFO][836491][6403ure3] SIP-TCP listen at tcp://0.0.0.0:5060, fd=13
[2023-12-22 08:33:38.371][INFO][836491][6403ure3] signal installed, reload=1, reopen=10, fast_quit=15, grace_quit=3
[2023-12-22 08:33:38.371][INFO][836491][6403ure3] http: api mount /console to ./objs/nginx/html/console
[2023-12-22 08:33:38.372][INFO][836491][6403ure3] rtc listen at udp://0.0.0.0:8000, fd=14
[2023-12-22 08:33:38.372][INFO][836491][6446223n] Hybrid cpu=0.00%,32MB
[2023-12-22 08:33:38.372][WARN][836491][648f7x25][22] use private address as ip: 192.168.1.165, ifname=ens160
[2023-12-22 08:33:38.372][INFO][836491][648f7x25] Startup query id=vid-90y14v8, session=vid-47m2348, eip=192.168.1.165, wait=300s
[2023-12-22 08:33:38.372][INFO][836491][u71q6j0f] TCP: connection manager run, conns=0
[2023-12-22 08:33:38.373][INFO][836491][120wq123] GB: connection manager run, conns=0
[2023-12-22 08:33:38.373][INFO][836491][583w1k73] SRT: connection manager run, conns=0
[2023-12-22 08:33:38.373][INFO][836491][5up77097] UDP #14 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)
[2023-12-22 08:33:38.373][INFO][836491][76dd6781] RTC: connection manager run, conns=0

These [WARN] messages, I am not sure what caused them.

[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config rtp_port_max for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config wait_keyframe for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config rtp_idle_timeout for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config audio_enable for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config auto_create_channel for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config sip.serial for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config sip.realm for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config sip.ack_timeout for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config sip.keepalive_timeout for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config sip.auto_play for GB is not used
[2023-12-22 08:33:38.351][WARN][836489][l0ui8nst][22] transform: Config sip.invite_port_fixed for GB is not used
[2023-12-22 08:33:38.352][WARN][836489][l0ui8nst][22] transform: Config sip.query_catalog_interval for GB is not used
[2023-12-22 08:33:38.352][WARN][836489][l0ui8nst][22] transform: Config move host to sip.candidate for GB
[2023-12-22 08:33:38.352][WARN][836489][l0ui8nst][22] transform: Config move host to sip.candidate for GB

I would also appreciate your assistance in providing an answer.

TRANS_BY_GPT4

anyan131 commented 5 months ago

Could you please update me on the current progress?

TRANS_BY_GPT4

winlinvip commented 3 months ago

The auto_play does not exist; please refer to the documentation.

This issue will be deleted; please read the documentation first: #2716.

TRANS_BY_GPT4