You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rtc_server {
enabled on;
# Listen at udp://8000
listen 8000;
#
# The $CANDIDATE means fetch from env, if not configed, use * as default.
#
# The * means retrieving server IP automatically, from all network interfaces,
# @seeossrs/srs#307 (comment)
candidate $CANDIDATE;
}
描述(Description)
xxxxxx
5.0.26
[2022-10-31 07:08:25.094][Trace][24][04xv12gg] Hybrid cpu=0.00%,17MB, cid=15,7, timer=62,0,0, clock=0,48,1,0,0,0,0,0,0, free=1
[2022-10-31 07:08:26.982][Trace][24][88m120dd] TCP: before dispose resource(RtmpConn)(0x1577160), conns=2, zombies=0, ign=0, inz=0, ind=0
[2022-10-31 07:08:26.982][Error][24][88m120dd][62] serve error code=1011 : rtmp handshake : complex handshake : read c0c1 : read c0c1 : timeout 30000 ms
thread [24][88m120dd]: do_cycle() [src/app/srs_app_rtmp_conn.cpp:167][errno=62]
thread [24][88m120dd]: handshake() [src/protocol/srs_rtmp_stack.cpp:2289][errno=62]
thread [24][88m120dd]: handshake_with_client() [src/protocol/srs_rtmp_handshake.cpp:1170][errno=62]
thread [24][88m120dd]: read_c0c1() [src/protocol/srs_rtmp_stack.cpp:1674][errno=62]
thread [24][88m120dd]: read_fully() [src/protocol/srs_service_st.cpp:557][errno=62](Timer expired)
[2022-10-31 07:08:26.982][Trace][24][eo695751] TCP: clear zombies=1 resources, conns=2, removing=0, unsubs=0
[2022-10-31 07:08:26.982][Trace][24][88m120dd] TCP: disposing #0 resource(RtmpConn)(0x1577160), conns=2, disposing=1, zombies=0
[2022-10-31 07:08:27.996][Trace][24][6y970d58] HTTP #7 172.17.0.1:55440 GET http://localhost:1985/api/v1/streams/?callback=angular.callbacks._b, content-length=-1
xxxxxxxxxxxx
listen 1935;
max_connections 1000;
daemon off;
srs_log_tank console;
http_api {
enabled on;
listen 1985;
}
http_server {
enabled on;
listen 8080;
}
stats {
network 0;
}
stream_caster {
enabled on;
caster gb28181;
}
rtc_server {
enabled on;
# Listen at udp://8000
listen 8000;
#
# The $CANDIDATE means fetch from env, if not configed, use * as default.
#
# The * means retrieving server IP automatically, from all network interfaces,
# @see ossrs/srs#307 (comment)
candidate $CANDIDATE;
}
vhost defaultVhost {
rtc {
enabled on;
bframe discard;
}
}
xxxxxxxxxxxx
The text was updated successfully, but these errors were encountered: