srs
srs copied to clipboard
GB28181: Connection is disconnected after a period of time. The transmission is interrupted after a certain period.
Note: Please read FAQ before file an issue, see #2716
Description
Please description your issue here
-
SRS Version: 5.0
-
SRS Log:
[2023-03-27 19:12:44.839][ERROR][38981][dt693r1p][4] SIP: Receive err code=1007(SocketRead)(Socket read data failed) : parse message : parse message : grow buffer : read bytes : read
thread [38981][dt693r1p]: do_cycle() [./src/app/srs_app_gb28181.cpp:1076][errno=4]
thread [38981][dt693r1p]: parse_message() [./src/protocol/srs_protocol_http_conn.cpp:103][errno=4]
thread [38981][dt693r1p]: parse_message_imp() [./src/protocol/srs_protocol_http_conn.cpp:153][errno=4]
thread [38981][dt693r1p]: grow() [./src/protocol/srs_protocol_stream.cpp:162][errno=4]
thread [38981][dt693r1p]: read() [./src/protocol/srs_protocol_st.cpp:566][errno=4](Interrupted system call)
[2023-03-27 19:12:44.839][ERROR][38981][dt693r1p][4] SIP: Send err code=1070(StThreadInterrupt)(ST thread is interrupted) : pull : interrupted
thread [38981][dt693r1p]: do_cycle() [./src/app/srs_app_gb28181.cpp:1161][errno=4]
thread [38981][dt693r1p]: interrupt() [./src/app/srs_app_st.cpp:257][errno=11](Interrupted system call)
[2023-03-27 19:12:44.839][INFO][38981][dt693r1p] GB: before dispose resource(GB-SIP-TCP)(0x600400091550), conns=2, zombies=1, ign=0, inz=0, ind=0
[2023-03-27 19:12:44.839][ERROR][38981][dt693r1p][4] serve error code=1070(StThreadInterrupt)(ST thread is interrupted) : pull : interrupted
thread [38981][dt693r1p]: do_cycle() [./src/app/srs_app_gb28181.cpp:950][errno=4]
thread [38981][dt693r1p]: interrupt() [./src/app/srs_app_st.cpp:257][errno=11](Interrupted system call)
- SRS Config:
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;
sip {
enabled on;
listen 5060;
# @see https://ossrs.net/lts/zh-cn/docs/v5/doc/gb28181#config-candidate
candidate $CANDIDATE;
}
}
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;
}
}
Replay
Please describe how to replay the bug?
Step 1: Configure and start the local GB28181 service, then use the camera to stream. After a while, the stream will be interrupted.
Expect
Please describe your expectation.
Based on the log information, the following reasons can be inferred for the occurrence of the errors:
-
The occurrence of both send errors (Send err) and receive errors (Receive err) suggests that it may be due to network fluctuations or communication interruptions.
-
The error code StThreadInterrupt indicates that the ST thread was interrupted, possibly due to a system call interruption or a signal interruption.
-
The error "Socket read data failed" may be caused by network transmission issues, such as connecting to the wrong address or port on the other end.
-
The "grow buffer" error may occur when a buffer during the data packet transmission process becomes full and needs to be expanded, but the expansion process is interrupted.
-
Multiple errors in the "do_cycle()" and "parse_message()" threads may indicate some issues in the code logic design that need further investigation.
Considering the above, these errors may be caused by unstable network transmission, code logic errors, or system environment issues, among others. Further investigation and troubleshooting are required.
TRANS_BY_GPT3
What specific version is it? Do not truncate the logs, at least all the logs for dt693r1p are needed.
TRANS_BY_GPT3
What specific version is it? Do not truncate the logs, at least all the logs for
dt693r1pare needed. root@ubuntu:/home/liyao/ossrs/srsv5/srs/trunk# ./objs/srs -c conf/gb28181.conf [2023-03-27 18:00:07.032][INFO][38981][6r1w65x8] XCORE-SRS/5.0.150(Bee) [2023-03-27 18:00:07.035][INFO][38981][6r1w65x8] config parse complete [2023-03-27 18:00:07.035][INFO][38981][6r1w65x8] write log to console [2023-03-27 18:00:07.035][INFO][38981][6r1w65x8] SRS/5.0.150(Bee), MIT [2023-03-27 18:00:07.036][INFO][38981][6r1w65x8] authors: Winlin[email protected] ZhaoWenjie[email protected] ShiWei[email protected] XiaoZhihong[email protected] WuPengqiang[email protected] XiaLixin[email protected] LiPeng[email protected] ChenGuanghua[email protected] ChenHaibo[email protected] and https://github.com/ossrs/srs/blob/develop/trunk/AUTHORS.md#contributors [2023-03-27 18:00:07.036][INFO][38981][6r1w65x8] cwd=/home/liyao/ossrs/srsv5/srs/trunk, work_dir=./, build: 2023-03-27 17:59:37, configure: --gb28181=on --srt=off, uname: Linux ubuntu 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux, osx: 0, env: 0, pkg: [2023-03-27 18:00:07.036][INFO][38981][6r1w65x8] 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 --cherrypy=off --srt=off --rtc=on --gb28181=on --simulator=off --cxx11=on --cxx14=off --backtrace=on --ffmpeg-fit=on --ffmpeg-opus=off --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 --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 --cc=gcc --cxx=g++ --ar=ar --ld=ld --randlib=randlib [2023-03-27 18:00:07.036][INFO][38981][6r1w65x8] srs checking config... [2023-03-27 18:00:07.041][INFO][38981][6r1w65x8] ips, iface[0] br0 ipv4 0x11043 10.10.5.2, iface[1] br0 ipv6 0x11043 fe80::1618:77ff:fe42:9fd2%br0, iface[2] vnet0 ipv6 0x11043 fe80::fc54:ff:feec:2203%vnet0, iface[3] vnet1 ipv6 0x11043 fe80::fc54:ff:fe09:ad00%vnet1 [2023-03-27 18:00:07.041][INFO][38981][6r1w65x8] devices, intranet br0 10.10.5.2, intranet br0 fe80::1618:77ff:fe42:9fd2%br0, intranet vnet0 fe80::fc54:ff:feec:2203%vnet0, intranet vnet1 fe80::fc54:ff:fe09:ad00%vnet1 [2023-03-27 18:00:07.041][WARN][38981][6r1w65x8][22] stats network use index=0, ip=10.10.5.2, ifname=br0 [2023-03-27 18:00:07.041][WARN][38981][6r1w65x8][22] stats disk not configed, disk iops disabled. [2023-03-27 18:00:07.041][INFO][38981][6r1w65x8] write log to console [2023-03-27 18:00:07.042][INFO][38981][6r1w65x8] features, rch:on, dash:on, hls:on, hds:off, srt:off, hc:on, ha:on, hs:on, hp:on, dvr:on, trans:on, inge:on, stat:on, sc:on [2023-03-27 18:00:07.042][INFO][38981][6r1w65x8] SRS on amd64 x86_64, conf:conf/gb28181.conf, limit:1000, writev:1024, encoding:little-endian, HZ:100 [2023-03-27 18:00:07.042][INFO][38981][6r1w65x8] mw sleep:350ms. mr enabled:on, default:0, sleep:350ms [2023-03-27 18:00:07.042][INFO][38981][6r1w65x8] gc:on, pq:30000ms, cscc:[0,16), csa:on, tn:on(may hurts performance), ss:auto(guess by merged write) [2023-03-27 18:00:07.042][INFO][38981][6r1w65x8] system default latency(ms): mw(0-350) + mr(0-350) + play-queue(0-30000) [2023-03-27 18:00:07.042][WARN][38981][6r1w65x8][22] SRS/5.0.150 is not stable [2023-03-27 18:00:07.043][INFO][38981][6r1w65x8] write pid=38981 to ./objs/srs.pid success! [2023-03-27 18:00:07.043][INFO][38981][6r1w65x8] Thread #1(primordial): init name=srs-master-1, interval=5000ms [2023-03-27 18:00:07.043][INFO][38981][6r1w65x8] Pool: Start threads primordial=1, hybrids=1 ok [2023-03-27 18:00:07.045][INFO][38981][b1b13777] Thread #2: run with tid=38982, entry=0x600e0000c490, label=hybrid, name=srs-hybrid-2 [2023-03-27 18:00:07.070][INFO][38981][b1b13777] fingerprint=A9:74:0C:73:AF:16:3D:72:AE:E0:B6:9E:A3:FB:A5:51:84:2A:AD:EC:9D:B2:0B:4E:CB:2D:12:F1:3F:FF:B6:94 [2023-03-27 18:00:07.070][INFO][38981][b1b13777] CircuitBreaker: enabled=1, high=2x90, critical=1x95, dying=5x99 [2023-03-27 18:00:07.070][INFO][38981][b1b13777] http flv live stream, vhost=defaultVhost, mount=[vhost]/[app]/[stream].flv [2023-03-27 18:00:07.070][INFO][38981][b1b13777] http: root mount to ./objs/nginx/html [2023-03-27 18:00:07.070][INFO][38981][b1b13777] server main cid=b1b13777, pid=38981, ppid=6947, asprocess=0 [2023-03-27 18:00:07.071][INFO][38981][b1b13777] RTMP listen at tcp://0.0.0.0:1935, fd=9 [2023-03-27 18:00:07.071][INFO][38981][b1b13777] HTTP-API listen at tcp://0.0.0.0:1985, fd=10 [2023-03-27 18:00:07.071][INFO][38981][b1b13777] HTTP-Server listen at tcp://0.0.0.0:8080, fd=11 [2023-03-27 18:00:07.072][INFO][38981][b1b13777] GB-TCP listen at tcp://0.0.0.0:9000, fd=12 [2023-03-27 18:00:07.072][INFO][38981][b1b13777] SIP-TCP listen at tcp://0.0.0.0:5060, fd=13 [2023-03-27 18:00:07.072][INFO][38981][b1b13777] signal installed, reload=1, reopen=10, fast_quit=15, grace_quit=3 [2023-03-27 18:00:07.073][INFO][38981][b1b13777] http: api mount /console to ./objs/nginx/html/console [2023-03-27 18:00:07.073][INFO][38981][b1b13777] rtc listen at udp://0.0.0.0:8000, fd=14 [2023-03-27 18:00:07.074][INFO][38981][3x563v6u] Hybrid cpu=0.00%,115MB [2023-03-27 18:00:07.074][WARN][38981][2o143032][22] use private address as ip: 10.10.5.2, ifname=br0 [2023-03-27 18:00:07.074][INFO][38981][2o143032] Startup query id=vid-810227x, session=vid-43126s5, eip=10.10.5.2, wait=300s [2023-03-27 18:00:07.074][INFO][38981][8577547x] TCP: connection manager run, conns=0 [2023-03-27 18:00:07.075][INFO][38981][68r32ntl] GB: connection manager run, conns=0 [2023-03-27 18:00:07.076][INFO][38981][j763k86x] 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-03-27 18:00:07.076][INFO][38981][3685m600] RTC: connection manager run, conns=0 [2023-03-27 18:00:12.046][INFO][38981][3x563v6u] Hybrid cpu=0.00%,115MB [2023-03-27 18:00:12.048][INFO][38981][6r1w65x8] Process: cpu=0.00%,115MB, threads=2 [2023-03-27 18:00:17.047][INFO][38981][3x563v6u] Hybrid cpu=0.00%,117MB [2023-03-27 18:00:17.053][INFO][38981][6r1w65x8] Process: cpu=0.00%,117MB, threads=2 [2023-03-27 18:00:22.047][INFO][38981][3x563v6u] Hybrid cpu=0.00%,117MB, cid=1,1, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:00:22.059][INFO][38981][6r1w65x8] Process: cpu=0.00%,117MB, threads=2 [2023-03-27 18:00:27.048][INFO][38981][3x563v6u] Hybrid cpu=0.00%,117MB, cid=1,1, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:00:27.064][INFO][38981][6r1w65x8] Process: cpu=0.00%,117MB, threads=2 [2023-03-27 18:00:32.048][INFO][38981][3x563v6u] Hybrid cpu=0.00%,117MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:00:32.069][INFO][38981][6r1w65x8] Process: cpu=0.00%,117MB, threads=2 [2023-03-27 18:00:37.049][INFO][38981][3x563v6u] Hybrid cpu=0.00%,117MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:00:37.074][INFO][38981][6r1w65x8] Process: cpu=0.00%,117MB, threads=2 [2023-03-27 18:00:42.049][INFO][38981][3x563v6u] Hybrid cpu=1.00%,117MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:00:42.080][INFO][38981][6r1w65x8] Process: cpu=0.00%,117MB, threads=2 [2023-03-27 18:00:47.050][INFO][38981][3x563v6u] Hybrid cpu=0.00%,117MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:00:47.085][INFO][38981][6r1w65x8] Process: cpu=0.00%,117MB, threads=2 [2023-03-27 18:00:52.050][INFO][38981][3x563v6u] Hybrid cpu=0.00%,117MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:00:52.090][INFO][38981][6r1w65x8] Process: cpu=0.00%,117MB, threads=2 [2023-03-27 18:00:57.051][INFO][38981][3x563v6u] Hybrid cpu=0.00%,117MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:00:57.095][INFO][38981][6r1w65x8] Process: cpu=0.00%,119MB, threads=2 [2023-03-27 18:01:02.052][INFO][38981][3x563v6u] Hybrid cpu=0.00%,119MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:01:02.101][INFO][38981][6r1w65x8] Process: cpu=0.00%,119MB, threads=2 [2023-03-27 18:01:07.053][INFO][38981][3x563v6u] Hybrid cpu=0.00%,119MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:01:07.106][INFO][38981][6r1w65x8] Process: cpu=0.00%,119MB, threads=2 [2023-03-27 18:01:12.053][INFO][38981][3x563v6u] Hybrid cpu=0.00%,119MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:01:12.111][INFO][38981][6r1w65x8] Process: cpu=0.00%,119MB, threads=2 [2023-03-27 18:01:17.054][INFO][38981][3x563v6u] Hybrid cpu=1.00%,119MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:01:17.116][INFO][38981][6r1w65x8] Process: cpu=0.00%,119MB, threads=2 [2023-03-27 18:01:22.054][INFO][38981][3x563v6u] Hybrid cpu=0.00%,119MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:01:22.122][INFO][38981][6r1w65x8] Process: cpu=1.00%,119MB, threads=2 [2023-03-27 18:01:27.055][INFO][38981][3x563v6u] Hybrid cpu=0.00%,119MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:01:27.127][INFO][38981][6r1w65x8] Process: cpu=0.00%,119MB, threads=2 [2023-03-27 18:01:32.056][INFO][38981][3x563v6u] Hybrid cpu=0.00%,119MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:01:32.132][INFO][38981][6r1w65x8] Process: cpu=1.00%,119MB, threads=2 [2023-03-27 18:01:37.057][INFO][38981][3x563v6u] Hybrid cpu=0.00%,119MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:01:37.137][INFO][38981][6r1w65x8] Process: cpu=1.00%,119MB, threads=2 [2023-03-27 18:01:42.058][INFO][38981][3x563v6u] Hybrid cpu=0.00%,119MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:01:42.143][INFO][38981][6r1w65x8] Process: cpu=1.00%,119MB, threads=2 [2023-03-27 18:01:47.059][INFO][38981][3x563v6u] Hybrid cpu=0.00%,119MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:01:47.148][INFO][38981][6r1w65x8] Process: cpu=1.00%,119MB, threads=2 [2023-03-27 18:01:52.059][INFO][38981][3x563v6u] Hybrid cpu=0.00%,119MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:01:52.153][INFO][38981][6r1w65x8] Process: cpu=2.00%,119MB, threads=2 [2023-03-27 18:01:57.060][INFO][38981][3x563v6u] Hybrid cpu=0.00%,119MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:01:57.158][INFO][38981][6r1w65x8] Process: cpu=1.00%,119MB, threads=2 [2023-03-27 18:02:02.061][INFO][38981][3x563v6u] Hybrid cpu=0.00%,119MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:02:02.164][INFO][38981][6r1w65x8] Process: cpu=1.00%,119MB, threads=2 [2023-03-27 18:02:07.061][INFO][38981][3x563v6u] Hybrid cpu=0.00%,119MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:02:07.169][INFO][38981][6r1w65x8] Process: cpu=1.00%,119MB, threads=2 [2023-03-27 18:02:12.062][INFO][38981][3x563v6u] Hybrid cpu=0.00%,119MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:02:12.174][INFO][38981][6r1w65x8] Process: cpu=1.00%,119MB, threads=2 [2023-03-27 18:02:17.062][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:02:17.179][INFO][38981][6r1w65x8] Process: cpu=1.00%,120MB, threads=2 [2023-03-27 18:02:22.063][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:02:22.185][INFO][38981][6r1w65x8] Process: cpu=1.00%,120MB, threads=2 [2023-03-27 18:02:27.064][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:02:27.190][INFO][38981][6r1w65x8] Process: cpu=2.00%,120MB, threads=2 [2023-03-27 18:02:32.064][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:02:32.195][INFO][38981][6r1w65x8] Process: cpu=1.00%,120MB, threads=2 [2023-03-27 18:02:37.065][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:02:37.200][INFO][38981][6r1w65x8] Process: cpu=1.00%,120MB, threads=2 [2023-03-27 18:02:42.066][INFO][38981][3x563v6u] Hybrid cpu=1.00%,120MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:02:42.206][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:02:47.066][INFO][38981][3x563v6u] Hybrid cpu=1.00%,120MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:02:47.211][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:02:52.067][INFO][38981][3x563v6u] Hybrid cpu=2.00%,120MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:02:52.216][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:02:57.068][INFO][38981][3x563v6u] Hybrid cpu=1.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:02:57.221][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:03:02.068][INFO][38981][3x563v6u] Hybrid cpu=1.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:03:02.226][INFO][38981][6r1w65x8] Process: cpu=1.00%,120MB, threads=2 [2023-03-27 18:03:07.068][INFO][38981][3x563v6u] Hybrid cpu=1.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:03:07.232][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:03:12.069][INFO][38981][3x563v6u] Hybrid cpu=1.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:03:12.237][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:03:17.070][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:03:17.242][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:03:22.071][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:03:22.247][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:03:27.071][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:03:27.253][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:03:32.072][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:03:32.258][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:03:37.072][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:03:37.263][INFO][38981][6r1w65x8] Process: cpu=1.00%,120MB, threads=2 [2023-03-27 18:03:42.073][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:03:42.268][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:03:47.074][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:03:47.274][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:03:52.075][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:03:52.279][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:03:57.076][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:03:57.284][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:04:02.076][INFO][38981][3x563v6u] Hybrid cpu=1.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:04:02.289][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:04:07.076][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:04:07.294][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:04:12.077][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:04:12.300][INFO][38981][6r1w65x8] Process: cpu=1.00%,120MB, threads=2 [2023-03-27 18:04:17.078][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:04:17.305][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:04:22.079][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:04:22.310][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:04:27.079][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:04:27.315][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:04:32.080][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:04:32.320][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:04:37.081][INFO][38981][3x563v6u] Hybrid cpu=1.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:04:37.326][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:04:42.081][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:04:42.331][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:04:47.082][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:04:47.336][INFO][38981][6r1w65x8] Process: cpu=1.00%,120MB, threads=2 [2023-03-27 18:04:52.083][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:04:52.341][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:04:57.083][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:04:57.347][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:05:02.083][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:05:02.352][INFO][38981][6r1w65x8] Process: cpu=0.00%,120MB, threads=2 [2023-03-27 18:05:07.085][INFO][38981][2o143032] Finish query id=vid-810227x, session=vid-43126s5, eip=10.10.5.2, match=4.0.206, stable=4.0.206, cost=39ms, url=http://api.ossrs.net/service/v1/releases?version=v5.0.150&id=vid-810227x&session=vid-43126s5&role=srs&eip=10.10.5.2&ts=1679911507046382&alive=300&os=linux&x86=1&rtc=1&api=1&vhosts=1&gb28181=1&hls=1&flv=1 [2023-03-27 18:05:07.086][INFO][38981][3x563v6u] Hybrid cpu=0.00%,120MB, cid=1,0, timer=62,0,0, clock=0,49,1,0,1,0,0,0,0 [2023-03-27 18:05:07.357][INFO][38981][6r1w65x8] Process: cpu=1.00%,128MB, threads=2 [2023-03-27 18:05:12.087][INFO][38981][3x563v6u] Hybrid cpu=0.00%,128MB, cid=1,0, timer=62,0,0, clock=0,49,1,0,1,0,0,0,0 [2023-03-27 18:05:12.362][INFO][38981][6r1w65x8] Process: cpu=0.00%,128MB, threads=2 [2023-03-27 18:05:17.088][INFO][38981][3x563v6u] Hybrid cpu=0.00%,128MB, cid=1,0, timer=62,0,0, clock=0,49,1,0,1,0,0,0,0 [2023-03-27 18:05:17.368][INFO][38981][6r1w65x8] Process: cpu=0.00%,128MB, threads=2 [2023-03-27 18:05:22.088][INFO][38981][3x563v6u] Hybrid cpu=1.00%,128MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:05:22.373][INFO][38981][6r1w65x8] Process: cpu=0.00%,128MB, threads=2 [2023-03-27 18:05:27.088][INFO][38981][3x563v6u] Hybrid cpu=0.00%,128MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:05:27.378][INFO][38981][6r1w65x8] Process: cpu=0.00%,128MB, threads=2 [2023-03-27 18:05:32.088][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:05:32.384][INFO][38981][6r1w65x8] Process: cpu=1.00%,129MB, threads=2 [2023-03-27 18:05:37.089][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:05:37.389][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:05:42.089][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:05:42.394][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:05:47.090][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:05:47.399][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:05:52.090][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:05:52.405][INFO][38981][6r1w65x8] Process: cpu=1.00%,129MB, threads=2 [2023-03-27 18:05:57.091][INFO][38981][3x563v6u] Hybrid cpu=1.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:05:57.410][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:06:02.092][INFO][38981][3x563v6u] Hybrid cpu=1.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:06:02.415][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:06:07.092][INFO][38981][3x563v6u] Hybrid cpu=1.00%,129MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:06:07.420][INFO][38981][6r1w65x8] Process: cpu=1.00%,129MB, threads=2 [2023-03-27 18:06:12.092][INFO][38981][3x563v6u] Hybrid cpu=1.00%,129MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:06:12.425][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:06:17.093][INFO][38981][3x563v6u] Hybrid cpu=1.00%,129MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:06:17.430][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:06:22.093][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:06:22.436][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:06:27.093][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:06:27.441][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:06:32.094][INFO][38981][3x563v6u] Hybrid cpu=1.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:06:32.446][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:06:37.095][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:06:37.451][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:06:42.096][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:06:42.456][INFO][38981][6r1w65x8] Process: cpu=1.00%,129MB, threads=2 [2023-03-27 18:06:47.096][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:06:47.462][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:06:52.097][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:06:52.467][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:06:57.098][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:06:57.472][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:07:02.099][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:07:02.477][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:07:07.100][INFO][38981][3x563v6u] Hybrid cpu=1.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:07:07.482][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:07:12.100][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:07:12.487][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:07:17.100][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:07:17.493][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:07:22.101][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:07:22.498][INFO][38981][6r1w65x8] Process: cpu=1.00%,129MB, threads=2 [2023-03-27 18:07:27.102][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:07:27.503][INFO][38981][6r1w65x8] Process: cpu=1.00%,129MB, threads=2 [2023-03-27 18:07:32.102][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:07:32.508][INFO][38981][6r1w65x8] Process: cpu=1.00%,129MB, threads=2 [2023-03-27 18:07:37.103][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=62,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:07:37.513][INFO][38981][6r1w65x8] Process: cpu=1.00%,129MB, threads=2 [2023-03-27 18:07:42.104][INFO][38981][3x563v6u] Hybrid cpu=2.00%,129MB, cid=1,0, timer=62,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:07:42.519][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:07:47.104][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:07:47.524][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:07:52.105][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:07:52.529][INFO][38981][6r1w65x8] Process: cpu=1.00%,129MB, threads=2 [2023-03-27 18:07:57.105][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=62,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:07:57.534][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:08:02.106][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=62,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:08:02.539][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:08:07.106][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:08:07.545][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:08:12.107][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:08:12.550][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:08:17.108][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:08:17.555][INFO][38981][6r1w65x8] Process: cpu=1.00%,129MB, threads=2 [2023-03-27 18:08:22.108][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:08:22.560][INFO][38981][6r1w65x8] Process: cpu=1.00%,129MB, threads=2 [2023-03-27 18:08:27.108][INFO][38981][3x563v6u] Hybrid cpu=1.00%,129MB, cid=1,0, timer=62,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:08:27.565][INFO][38981][6r1w65x8] Process: cpu=1.00%,129MB, threads=2 [2023-03-27 18:08:32.109][INFO][38981][3x563v6u] Hybrid cpu=1.00%,129MB, cid=1,0, timer=62,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:08:32.570][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:08:37.109][INFO][38981][3x563v6u] Hybrid cpu=1.00%,129MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:08:37.576][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:08:42.110][INFO][38981][3x563v6u] Hybrid cpu=1.00%,129MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:08:42.581][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:08:47.111][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:08:47.586][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:08:52.112][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:08:52.591][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:08:57.112][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:08:57.597][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:09:02.113][INFO][38981][3x563v6u] Hybrid cpu=1.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:09:02.602][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:09:07.113][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:09:07.607][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:09:12.114][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:09:12.612][INFO][38981][6r1w65x8] Process: cpu=1.00%,129MB, threads=2 [2023-03-27 18:09:17.115][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=62,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:09:17.617][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:09:22.116][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:09:22.622][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:09:27.116][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2023-03-27 18:09:27.628][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:09:32.117][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:09:32.633][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:09:37.118][INFO][38981][3x563v6u] Hybrid cpu=0.00%,129MB, cid=1,0, timer=63,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:09:37.638][INFO][38981][6r1w65x8] Process: cpu=0.00%,129MB, threads=2 [2023-03-27 18:09:41.759][INFO][38981][302x957z] Session: Start timeout=60000ms, reinvite=5000ms, candidate=*, pip=10.10.5.2, output=rtmp://127.0.0.1/live/[stream] [2023-03-27 18:09:41.759][INFO][38981][302x957z] SIP: Change device=6380648A2B813ABBC00, state=Init->Registered [2023-03-27 18:09:42.057][INFO][38981][302x957z] Session: Change device=6380648A2B813ABBC00, state=Init->Connecting [2023-03-27 18:09:42.059][INFO][38981][302x957z] SIP: Change device=6380648A2B813ABBC00, state=Registered->Inviting [2023-03-27 18:09:42.059][INFO][38981][302x957z] SIP: INVITE device=sip:6380648A2B813ABBC00@5100000099, branch=07430h, tag=a18d9dxz, call=244k5co8640945q9, ssrc=0000009995, sdp is v=0\r\no=6380648A2B813ABBC00 0 0 IN IP4 10.10.5.2\r\ns=Play\r\nc=IN IP4 10.10.5.2\r\nt=0 0\r\nm=video 9000 TCP/RTP/AVP 96\r\na=recvonly\r\na=rtpmap:96 PS/90000\r\ny=0000009995\r\n [2023-03-27 18:09:42.063][INFO][38981][302x957z] SIP: Change device=6380648A2B813ABBC00, state=Inviting->Trying [2023-03-27 18:09:42.103][INFO][38981][302x957z] SIP: Change device=6380648A2B813ABBC00, state=Trying->Stable [2023-03-27 18:09:42.119][INFO][38981][3x563v6u] Hybrid cpu=0.00%,131MB, cid=1,1, timer=62,0,0, clock=0,49,1,0,0,0,0,0,0 [2023-03-27 18:09:42.643][INFO][38981][6r1w65x8] Process: cpu=1.00%,134MB, threads=2 [2023-03-27 18:09:43.186][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0 [2023-03-27 18:09:43.186][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0 [2023-03-27 18:09:43.204][INFO][38981][302x957z] PS: Media connected [2023-03-27 18:09:43.204][INFO][38981][302x957z] Muxer: Convert GB to RTMP rtmp://127.0.0.1/live/6380648A2B813ABBC00 [2023-03-27 18:09:43.209][INFO][38981][64v7tn17] RTMP client ip=127.0.0.1:40721, fd=18 [2023-03-27 18:09:43.216][INFO][38981][302x957z] complex handshake success. [2023-03-27 18:09:43.216][INFO][38981][302x957z] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128 [2023-03-27 18:09:43.217][INFO][38981][64v7tn17] complex handshake success [2023-03-27 18:09:43.253][INFO][38981][64v7tn17] connect app, tcUrl=rtmp://127.0.0.1/live, pageUrl=, swfUrl=, schema=rtmp, vhost=127.0.0.1, port=1935, app=live, args=(obj) [2023-03-27 18:09:43.253][INFO][38981][64v7tn17] edge-srs ip=10.10.5.2, version=5.0.150, pid=38981, id=0 [2023-03-27 18:09:43.253][INFO][38981][64v7tn17] protocol in.buffer=0, in.ack=0, out.ack=0, in.chunk=128, out.chunk=128 [2023-03-27 18:09:43.259][INFO][38981][302x957z] Session: Change device=6380648A2B813ABBC00, state=Connecting->Established [2023-03-27 18:09:43.293][INFO][38981][302x957z] connected, version=5.0.150.0, ip=127.0.0.1, pid=38981, id=0, dsu=1 [2023-03-27 18:09:43.295][WARN][38981][302x957z][11] Muxer: Ignore video err code=3043(DropBeforeSequence)(Drop frames before get sps and pps) : ts: consume video : write frame : drop for no sps/pps thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1589][errno=11] thread [38981][302x957z]: on_ts_video() [./src/app/srs_app_gb28181.cpp:1682][errno=11] thread [38981][302x957z]: write_h264_ipb_frame() [./src/app/srs_app_gb28181.cpp:1736][errno=11] [2023-03-27 18:09:43.295][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0 [2023-03-27 18:09:43.295][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0 [2023-03-27 18:09:43.295][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:09:43.297][WARN][38981][302x957z][11] Muxer: Ignore video err code=3043(DropBeforeSequence)(Drop frames before get sps and pps) : ts: consume video : write frame : drop for no sps/pps thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1589][errno=11] thread [38981][302x957z]: on_ts_video() [./src/app/srs_app_gb28181.cpp:1682][errno=11] thread [38981][302x957z]: write_h264_ipb_frame() [./src/app/srs_app_gb28181.cpp:1736][errno=11] [2023-03-27 18:09:43.297][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:09:43.298][WARN][38981][302x957z][11] Muxer: Ignore video err code=3043(DropBeforeSequence)(Drop frames before get sps and pps) : ts: consume video : write frame : drop for no sps/pps thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1589][errno=11] thread [38981][302x957z]: on_ts_video() [./src/app/srs_app_gb28181.cpp:1682][errno=11] thread [38981][302x957z]: write_h264_ipb_frame() [./src/app/srs_app_gb28181.cpp:1736][errno=11] [2023-03-27 18:09:43.298][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0 [2023-03-27 18:09:43.298][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0 [2023-03-27 18:09:43.298][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:09:43.299][WARN][38981][302x957z][11] Muxer: Ignore video err code=3043(DropBeforeSequence)(Drop frames before get sps and pps) : ts: consume video : write frame : drop for no sps/pps thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1589][errno=11] thread [38981][302x957z]: on_ts_video() [./src/app/srs_app_gb28181.cpp:1682][errno=11] thread [38981][302x957z]: write_h264_ipb_frame() [./src/app/srs_app_gb28181.cpp:1736][errno=11] [2023-03-27 18:09:43.299][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0 [2023-03-27 18:09:43.299][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0 [2023-03-27 18:09:43.299][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:09:43.299][WARN][38981][302x957z][11] Muxer: Ignore video err code=3043(DropBeforeSequence)(Drop frames before get sps and pps) : ts: consume video : write frame : drop for no sps/pps thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1589][errno=11] thread [38981][302x957z]: on_ts_video() [./src/app/srs_app_gb28181.cpp:1682][errno=11] thread [38981][302x957z]: write_h264_ipb_frame() [./src/app/srs_app_gb28181.cpp:1736][errno=11] [2023-03-27 18:09:43.299][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0 [2023-03-27 18:09:43.299][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0 [2023-03-27 18:09:43.300][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:09:43.301][WARN][38981][302x957z][11] Muxer: Ignore video err code=3043(DropBeforeSequence)(Drop frames before get sps and pps) : ts: consume video : write frame : drop for no sps/pps thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1589][errno=11] thread [38981][302x957z]: on_ts_video() [./src/app/srs_app_gb28181.cpp:1682][errno=11] thread [38981][302x957z]: write_h264_ipb_frame() [./src/app/srs_app_gb28181.cpp:1736][errno=11] [2023-03-27 18:09:43.302][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:09:43.302][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:09:43.302][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:09:43.302][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:09:43.302][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:09:43.302][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:09:43.303][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:09:43.303][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:09:43.303][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0 [2023-03-27 18:09:43.303][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0 [2023-03-27 18:09:43.303][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:09:43.304][WARN][38981][302x957z][11] Muxer: Ignore video err code=3043(DropBeforeSequence)(Drop frames before get sps and pps) : ts: consume video : write frame : drop for no sps/pps thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1589][errno=11] thread [38981][302x957z]: on_ts_video() [./src/app/srs_app_gb28181.cpp:1682][errno=11] thread [38981][302x957z]: write_h264_ipb_frame() [./src/app/srs_app_gb28181.cpp:1736][errno=11] [2023-03-27 18:09:43.304][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0 [2023-03-27 18:09:43.305][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0 [2023-03-27 18:09:43.305][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:09:43.305][WARN][38981][302x957z][11] Muxer: Ignore video err code=3043(DropBeforeSequence)(Drop frames before get sps and pps) : ts: consume video : write frame : drop for no sps/pps thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1589][errno=11] thread [38981][302x957z]: on_ts_video() [./src/app/srs_app_gb28181.cpp:1682][errno=11] thread [38981][302x957z]: write_h264_ipb_frame() [./src/app/srs_app_gb28181.cpp:1736][errno=11] [2023-03-27 18:09:43.305][INFO][38981][64v7tn17] client identified, type=flash-publish, vhost=127.0.0.1, app=live, stream=6380648A2B813ABBC00, param=?vhost=127.0.0.1, duration=0ms [2023-03-27 18:09:43.305][INFO][38981][64v7tn17] connected stream, tcUrl=rtmp://127.0.0.1/live, pageUrl=, swfUrl=, schema=rtmp, vhost=defaultVhost, port=1935, app=live, stream=6380648A2B813ABBC00, param=?vhost=127.0.0.1, args=(obj) [2023-03-27 18:09:43.305][INFO][38981][64v7tn17] new live source, stream_url=/live/6380648A2B813ABBC00 [2023-03-27 18:09:43.306][INFO][38981][64v7tn17] source url=/live/6380648A2B813ABBC00, ip=127.0.0.1, cache=1/2500, is_edge=0, source_id=/ [2023-03-27 18:09:43.306][INFO][38981][64v7tn17] new rtc source, stream_url=/live/6380648A2B813ABBC00 [2023-03-27 18:09:43.307][INFO][38981][64v7tn17] RTC bridge from RTMP, rtmp2rtc=1, keep_bframe=0, merge_nalus=0 [2023-03-27 18:09:43.308][INFO][38981][64v7tn17] 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 [2023-03-27 18:09:43.308][INFO][38981][64v7tn17] ignore disabled exec for vhost=defaultVhost [2023-03-27 18:09:43.308][INFO][38981][64v7tn17] http: mount flv stream for sid=/live/6380648A2B813ABBC00, mount=/live/6380648A2B813ABBC00.flv [2023-03-27 18:09:43.308][INFO][38981][64v7tn17] start publish mr=0/350, p1stpt=20000, pnt=5000, tcp_nodelay=0 [2023-03-27 18:09:43.317][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0 [2023-03-27 18:09:43.317][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0 [2023-03-27 18:09:43.317][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:09:43.341][WARN][38981][302x957z][11] Muxer: Ignore video err code=3043(DropBeforeSequence)(Drop frames before get sps and pps) : ts: consume video : write frame : drop for no sps/pps thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1589][errno=11] thread [38981][302x957z]: on_ts_video() [./src/app/srs_app_gb28181.cpp:1682][errno=11] thread [38981][302x957z]: write_h264_ipb_frame() [./src/app/srs_app_gb28181.cpp:1736][errno=11] [2023-03-27 18:09:43.379][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0 [2023-03-27 18:09:43.379][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0 [2023-03-27 18:09:43.379][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:09:43.397][WARN][38981][302x957z][11] Muxer: Ignore video err code=3043(DropBeforeSequence)(Drop frames before get sps and pps) : ts: consume video : write frame : drop for no sps/pps thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1589][errno=11] thread [38981][302x957z]: on_ts_video() [./src/app/srs_app_gb28181.cpp:1682][errno=11] thread [38981][302x957z]: write_h264_ipb_frame() [./src/app/srs_app_gb28181.cpp:1736][errno=11] [2023-03-27 18:09:43.435][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0 [2023-03-27 18:09:43.435][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0 [2023-03-27 18:09:43.436][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:09:43.462][WARN][38981][302x957z][11] Muxer: Ignore video err code=3043(DropBeforeSequence)(Drop frames before get sps and pps) : ts: consume video : write frame : drop for no sps/pps thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1589][errno=11] thread [38981][302x957z]: on_ts_video() [./src/app/srs_app_gb28181.cpp:1682][errno=11] thread [38981][302x957z]: write_h264_ipb_frame() [./src/app/srs_app_gb28181.cpp:1736][errno=11] [2023-03-27 18:09:43.477][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0 [2023-03-27 18:09:43.477][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0 [2023-03-27 18:09:43.481][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! The repeated logs in the middle are all about audio decoding issues. This is because the camera cannot set the audio format, so they have been omitted in the middle. [2023-03-27 18:11:12.239][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0 [2023-03-27 18:11:12.239][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0 [2023-03-27 18:11:12.299][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:11:12.334][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0 [2023-03-27 18:11:12.334][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0 [2023-03-27 18:11:12.373][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:11:12.397][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0 [2023-03-27 18:11:12.397][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0 [2023-03-27 18:11:12.403][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:11:12.420][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0 [2023-03-27 18:11:12.420][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0 [2023-03-27 18:11:12.493][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:11:12.494][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0 [2023-03-27 18:11:12.494][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0 [2023-03-27 18:11:12.546][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0 [2023-03-27 18:11:12.546][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0 [2023-03-27 18:11:12.568][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:11:12.596][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0 [2023-03-27 18:11:12.596][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0 [2023-03-27 18:11:12.603][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:11:12.675][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0 [2023-03-27 18:11:12.675][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0 [2023-03-27 18:11:12.683][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11] thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11] thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11] [2023-03-27 18:11:12.722][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0 [2023-03-27 18:11:12.723][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0 [2023-03-27 18:11:12.728][INFO][38981][302x957z] SIP: Change device=6380648A2B813ABBC00, state=Stable->Bye [2023-03-27 18:11:12.736][INFO][38981][6r1w65x8] Process: cpu=8.00%,463MB, threads=2 [2023-03-27 18:11:12.738][INFO][38981][302x957z] PS: Media disconnect, code=1008 [2023-03-27 18:11:12.738][INFO][38981][302x957z] GB: before dispose resource(GB-Media-TCP)(0x600400007ab0), conns=3, zombies=0, ign=0, inz=0, ind=0 [2023-03-27 18:11:12.738][WARN][38981][302x957z][104] client disconnect peer. ret=1008 [2023-03-27 18:11:12.738][INFO][38981][68r32ntl] GB: clear zombies=1 resources, conns=3, removing=0, unsubs=0 [2023-03-27 18:11:12.738][INFO][38981][68r32ntl] GB: disposing #0 resource(GB-Media-TCP)(0x600400007ab0), conns=3, disposing=1, zombies=0 [2023-03-27 18:11:12.851][INFO][38981][302x957z] GB: before dispose resource(GBS)(0x60040000a090), conns=2, zombies=0, ign=0, inz=0, ind=0 [2023-03-27 18:11:12.851][INFO][38981][302x957z] client finished. [2023-03-27 18:11:12.851][ERROR][38981][302x957z][4] SIP: Receive err code=1007(SocketRead)(Socket read data failed) : parse message : parse message : grow buffer : read bytes : read thread [38981][302x957z]: do_cycle() [./src/app/srs_app_gb28181.cpp:1076][errno=4] thread [38981][302x957z]: parse_message() [./src/protocol/srs_protocol_http_conn.cpp:103][errno=4] thread [38981][302x957z]: parse_message_imp() [./src/protocol/srs_protocol_http_conn.cpp:153][errno=4] thread [38981][302x957z]: grow() [./src/protocol/srs_protocol_stream.cpp:162][errno=4] thread [38981][302x957z]: read() [./src/protocol/srs_protocol_st.cpp:566][errno=4](Interrupted system call) [2023-03-27 18:11:12.852][ERROR][38981][302x957z][4] SIP: Send err code=1070(StThreadInterrupt)(ST thread is interrupted) : pull : interrupted thread [38981][302x957z]: do_cycle() [./src/app/srs_app_gb28181.cpp:1161][errno=4] thread [38981][302x957z]: interrupt() [./src/app/srs_app_st.cpp:257][errno=104](Interrupted system call) [2023-03-27 18:11:12.852][INFO][38981][302x957z] GB: before dispose resource(GB-SIP-TCP)(0x60040000a4d0), conns=2, zombies=1, ign=0, inz=0, ind=0 [2023-03-27 18:11:12.852][ERROR][38981][302x957z][4] serve error code=1070(StThreadInterrupt)(ST thread is interrupted) : pull : interrupted thread [38981][302x957z]: do_cycle() [./src/app/srs_app_gb28181.cpp:950][errno=4] thread [38981][302x957z]: interrupt() [./src/app/srs_app_st.cpp:257][errno=104](Interrupted system call) [2023-03-27 18:11:12.852][INFO][38981][68r32ntl] GB: clear zombies=2 resources, conns=2, removing=0, unsubs=0 [2023-03-27 18:11:12.852][INFO][38981][302x957z] GB: disposing #0 resource(GBS)(0x60040000a090), conns=2, disposing=2, zombies=0 [2023-03-27 18:11:12.852][INFO][38981][302x957z] GB: disposing #1 resource(GB-SIP-TCP)(0x60040000a4d0), conns=1, disposing=2, zombies=0 [2023-03-27 18:11:17.130][INFO][38981][3x563v6u] Hybrid cpu=1.00%,466MB, cid=73,2, timer=62,0,0, clock=0,46,2,1,1,0,0,0,0, free=1, objs=(pkt:218,raw:133,fua:83,msg:138,oth:1,buf:1) [2023-03-27 18:11:17.742][INFO][38981][6r1w65x8] Process: cpu=0.00%,466MB, threads=2 [2023-03-27 18:11:18.322][INFO][38981][64v7tn17] cleanup when unpublish [2023-03-27 18:11:18.322][INFO][38981][64v7tn17] cleanup when unpublish, created=1, deliver=1 [2023-03-27 18:11:18.322][INFO][38981][64v7tn17] TCP: before dispose resource(RtmpConn)(0x60240000f180), conns=2, zombies=0, ign=0, inz=0, ind=0 [2023-03-27 18:11:18.322][ERROR][38981][64v7tn17][4] serve error code=1011(SocketTimeout)(Socket io timeout) : service cycle : rtmp: stream service : rtmp: publish timeout 5000ms, nb_msgs=1581 thread [38981][64v7tn17]: do_cycle() [./src/app/srs_app_rtmp_conn.cpp:262][errno=4] thread [38981][64v7tn17]: service_cycle() [./src/app/srs_app_rtmp_conn.cpp:456][errno=4] thread [38981][64v7tn17]: do_publishing() [./src/app/srs_app_rtmp_conn.cpp:1036][errno=62](Interrupted system call) [2023-03-27 18:11:18.322][INFO][38981][8577547x] TCP: clear zombies=1 resources, conns=2, removing=0, unsubs=0 [2023-03-27 18:11:18.322][INFO][38981][64v7tn17] TCP: disposing #0 resource(RtmpConn)(0x60240000f180), conns=2, disposing=1, zombies=0 [2023-03-27 18:11:19.809][INFO][38981][0e42ph6w] HTTP #0 172.16.5.145:54027 GET http://10.10.5.2:8080/live/6380648A2B813ABBC00.m3u8?hls_ctx=1757t4ow, content-length=-1 [2023-03-27 18:11:19.809][INFO][38981][0e42ph6w] http match file=./objs/nginx/html/live/6380648A2B813ABBC00.m3u8, pattern=/, upath=/live/6380648A2B813ABBC00.m3u8 [2023-03-27 18:11:20.013][INFO][38981][0e42ph6w] TCP: before dispose resource(HttpConn)(0x600e001c7bf0), conns=2, zombies=0, ign=0, inz=0, ind=0 [2023-03-27 18:11:20.014][WARN][38981][0e42ph6w][104] client disconnect peer. ret=1007 [2023-03-27 18:11:20.014][INFO][38981][8577547x] TCP: clear zombies=1 resources, conns=2, removing=0, unsubs=0 [2023-03-27 18:11:20.014][INFO][38981][0e42ph6w] TCP: disposing #0 resource(HttpConn)(0x600e001c7bf0), conns=2, disposing=1, zombies=0 [2023-03-27 18:11:22.131][INFO][38981][3x563v6u] Hybrid cpu=0.00%,466MB, cid=73,2, timer=62,0,0, clock=0,46,2,1,1,0,0,0,0, free=1, objs=(pkt:218,raw:133,fua:83,msg:138,oth:1,buf:1) [2023-03-27 18:11:22.747][INFO][38981][6r1w65x8] Process: cpu=0.00%,466MB, threads=2 [2023-03-27 18:11:22.877][INFO][38981][38utv310] TCP: before dispose resource(HttpConn)(0x600e001b0c70), conns=1, zombies=0, ign=0, inz=0, ind=0 [2023-03-27 18:11:22.877][WARN][38981][38utv310][104] client disconnect peer. ret=1007 [2023-03-27 18:11:22.877][INFO][38981][8577547x] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0 [2023-03-27 18:11:22.877][INFO][38981][38utv310] TCP: disposing #0 resource(HttpConn)(0x600e001b0c70), conns=1, disposing=1, zombies=0 [2023-03-27 18:11:22.941][INFO][38981][nf931788] HTTP #0 172.16.5.145:54029 GET http://10.10.5.2:8080/live/6380648A2B813ABBC00-7.ts?hls_ctx=1757t4ow, content-length=-1 [2023-03-27 18:11:22.941][INFO][38981][nf931788] http match file=./objs/nginx/html/live/6380648A2B813ABBC00-7.ts, pattern=/, upath=/live/6380648A2B813ABBC00-7.ts [2023-03-27 18:11:27.131][INFO][38981][3x563v6u] Hybrid cpu=1.00%,466MB, cid=5,1, timer=62,0,0, clock=0,49,1,0,0,0,0,0,0, free=1, objs=(pkt:0,raw:0,fua:0,msg:1,oth:0,buf:0) [2023-03-27 18:11:27.752][INFO][38981][6r1w65x8] Process: cpu=0.00%,466MB, threads=2 [2023-03-27 18:11:32.132][INFO][38981][3x563v6u] Hybrid cpu=0.00%,466MB, cid=5,1, timer=62,0,0, clock=0,49,1,0,0,0,0,0,0, free=1, objs=(pkt:0,raw:0,fua:0,msg:1,oth:0,buf:0) [2023-03-27 18:11:32.757][INFO][38981][6r1w65x8] Process: cpu=0.00%,466MB, threads=2 [2023-03-27 18:11:35.222][INFO][38981][w40icobz] HTTP #0 172.16.5.145:54033 GET http://10.10.5.2:8080/live/6380648A2B813ABBC00.m3u8?hls_ctx=1757t4ow, content-length=-1 [2023-03-27 18:11:35.222][INFO][38981][w40icobz] http match file=./objs/nginx/html/live/6380648A2B813ABBC00.m3u8, pattern=/, upath=/live/6380648A2B813ABBC00.m3u8 [2023-03-27 18:11:35.421][INFO][38981][w40icobz] TCP: before dispose resource(HttpConn)(0x600e001c73a0), conns=2, zombies=0, ign=0, inz=0, ind=0 [2023-03-27 18:11:35.421][WARN][38981][w40icobz][104] client disconnect peer. ret=1007
TRANS_BY_GPT3
What specific version is it? Take this version: git clone -b 5.0release https://gitee.com/ossrs/srs.git Compilation options: ./configure --gb28181=on --srt=off
TRANS_BY_GPT3
Before, I had some doubts about the camera issue. Just now, I used LiveQing for a comparative test. With the same camera, theirs is fine and can play continuously.
TRANS_BY_GPT3
[2023-03-27 18:09:43.295][WARN][38981][302x957z][11] Muxer: Ignore video err code=3043(DropBeforeSequence)(Drop frames before get sps and pps) : ts: consume video : write frame : drop for no sps/pps
thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1589][errno=11]
thread [38981][302x957z]: on_ts_video() [./src/app/srs_app_gb28181.cpp:1682][errno=11]
thread [38981][302x957z]: write_h264_ipb_frame() [./src/app/srs_app_gb28181.cpp:1736][errno=11]
[2023-03-27 18:09:43.295][INFO][38981][302x957z] PS: Ignore stream_type=0x90, es_id=192, es_info=0
[2023-03-27 18:09:43.295][INFO][38981][302x957z] PS: Got PSM for video=0xe0, audio=0
[2023-03-27 18:09:43.295][WARN][38981][302x957z][11] Muxer: Ignore audio err code=3046(AacAdtsRequire)(ADTS header is required for AAC) : ts: consume audio : demux adts : not adts
thread [38981][302x957z]: on_ts_message() [./src/app/srs_app_gb28181.cpp:1593][errno=11]
thread [38981][302x957z]: on_ts_audio() [./src/app/srs_app_gb28181.cpp:1785][errno=11]
thread [38981][302x957z]: adts_demux() [./src/protocol/srs_protocol_raw_avc.cpp:305][errno=11]
Your content flow is abnormal. If you cannot solve the problem yourself, I suggest spending money to buy someone else's system. If you use open source, you should be able to solve the problem on your own.
TRANS_BY_GPT3
I guess some special camera content caused this problem, which requires debugging and research from developer. This is very difficult for open source community to fix it.