5858 lines
795 KiB
Plaintext
5858 lines
795 KiB
Plaintext
2025/05/08 11:07:48.937349 INFO initial log succ. - config.go:249
|
|
2025/05/08 11:07:48.937349 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/08 11:07:48.937349 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/08 11:07:48.937349 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/08 11:07:48.939350 INFO start: 2025-05-08 11:07:48.802 - base.go:35
|
|
2025/05/08 11:07:48.939350 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/08 11:07:48.939350 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:\Users\YC\AppData\Roaming\Electron - base.go:37
|
|
2025/05/08 11:07:48.939350 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/08 11:07:48.939350 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/08 11:07:48.939350 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/08 11:07:48.939350 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/08 11:07:48.940348 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/08 11:07:48.940348 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/08 11:08:33.786976 INFO initial log succ. - config.go:249
|
|
2025/05/08 11:08:33.786976 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/08 11:08:33.786976 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/08 11:08:33.786976 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/08 11:08:33.786976 INFO start: 2025-05-08 11:08:33.599 - base.go:35
|
|
2025/05/08 11:08:33.786976 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/08 11:08:33.786976 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/08 11:08:33.786976 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/08 11:08:33.786976 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/08 11:08:33.786976 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/08 11:08:33.786976 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/08 11:08:33.787975 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/08 11:08:33.787975 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/08 11:09:03.788453 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:09:33.788130 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:10:03.788113 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:10:33.788441 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:11:03.788164 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:11:33.788212 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:12:03.788408 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:12:33.788331 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:13:03.788544 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:13:33.788267 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:14:03.788215 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:14:33.788124 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:15:03.788548 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:15:33.788262 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:16:03.788042 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:16:33.788549 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:17:03.788424 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:17:33.788405 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:18:03.788116 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:18:33.788430 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:19:03.788504 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:19:33.788306 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:20:03.788427 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:20:33.788470 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:21:03.788663 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:21:33.789820 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:22:03.788230 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:22:33.788377 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:23:03.788411 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:23:33.788591 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:24:03.788119 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:24:33.788415 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:25:03.788400 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:25:33.788425 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:26:03.788226 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:26:33.788414 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:27:03.788543 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:27:33.788229 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:28:03.788242 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:28:33.788511 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:29:03.788506 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:29:33.788067 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:30:03.788488 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:30:33.788062 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:31:03.788466 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:31:33.788104 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:32:03.788359 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:32:33.788150 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:33:03.788310 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:33:33.788315 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:34:03.788068 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:34:33.788243 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:35:03.788476 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:35:33.788505 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:36:03.788197 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:36:33.788248 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:37:03.788170 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:37:33.788448 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:38:03.788505 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:38:33.788225 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:39:03.792563 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:39:33.788491 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:40:03.788568 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:40:33.788731 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:41:03.788313 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:41:33.788533 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:42:03.788508 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:42:33.788461 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:43:03.788378 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:43:33.788363 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:44:03.788351 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:44:33.788406 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:45:03.788305 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:45:33.788201 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:46:03.788391 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:46:33.788201 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:47:03.788224 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:47:33.788129 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:48:03.788297 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:48:33.788129 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:49:03.788401 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:49:33.788348 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:50:03.788358 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:50:33.788105 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:51:03.789554 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:51:33.788061 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:52:03.788119 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:52:33.788238 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:53:03.788525 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:53:33.788244 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:54:03.788280 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:54:33.788386 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:55:03.788432 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:55:33.788225 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:56:03.788127 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:56:33.788066 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:57:03.788375 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:57:33.788175 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:58:03.788313 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:58:33.788458 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:59:03.788277 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 11:59:33.788351 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:00:03.788509 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:00:33.788498 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:01:03.788364 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:01:33.788239 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:02:03.788271 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:02:33.788118 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:03:03.788393 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:03:33.788400 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:04:03.788194 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:04:33.788342 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:05:03.788343 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:05:33.788187 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:06:03.788040 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:06:33.788249 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:07:03.788057 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:07:33.788379 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:08:03.788454 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:08:33.788233 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:09:03.788485 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:09:33.788128 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:10:03.788329 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:10:33.788636 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:11:03.788551 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:11:33.788326 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:12:03.788617 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:12:33.788453 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:13:03.788335 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:13:33.788384 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:14:03.788212 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:14:33.788257 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:15:03.788498 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:15:33.788190 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:16:03.788135 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:16:33.788119 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:17:03.788458 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:17:33.788428 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:18:03.788537 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:18:33.788611 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:19:03.788278 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:19:33.788324 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:20:03.788437 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:20:33.788315 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:21:03.788216 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:21:33.788225 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:22:03.788108 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:22:33.788285 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:23:03.788439 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:23:33.788258 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:24:03.788188 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:24:33.788142 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:25:03.788245 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:25:33.788376 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:26:03.788310 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:26:33.788432 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:27:03.788268 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:27:33.788056 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:28:03.788675 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:28:33.788490 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:29:03.788480 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:29:33.788436 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:30:03.788458 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:30:33.788164 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:31:03.788510 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:31:33.788503 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:32:03.788118 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:32:33.788025 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:33:03.788554 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:33:33.788180 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:34:03.788253 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:34:33.788131 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:35:03.788076 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:35:33.788143 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:36:03.788303 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:36:33.788183 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:37:03.789799 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:37:33.788396 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:38:03.788178 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:38:33.788422 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:39:03.788408 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:39:33.788202 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:40:03.788381 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:40:33.788080 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:41:03.788238 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:41:33.788204 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:42:03.788414 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:42:33.788106 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:43:03.788046 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:43:33.788489 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:44:03.788292 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:44:33.788456 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:45:03.788153 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:45:33.788437 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:46:03.788147 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:46:33.788475 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:47:03.788068 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:47:33.788202 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:48:03.788419 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:48:33.788358 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:49:03.788121 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:49:33.788455 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:50:03.788197 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:50:33.788090 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:51:03.788468 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:51:33.788131 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:52:03.788517 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:52:33.788140 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:53:03.788267 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:53:33.788508 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:54:03.788132 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:54:33.788370 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:55:03.788409 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:55:33.788098 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:56:03.788194 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:56:33.788543 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:57:03.788325 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:57:33.788482 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:58:03.788321 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:58:33.788126 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:59:03.788196 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 12:59:33.788404 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:00:03.788092 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:00:33.788232 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:01:03.788045 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:01:33.788370 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:02:03.788254 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:02:33.788085 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:03:03.788035 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:03:33.788456 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:04:03.788623 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:04:33.788495 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:05:03.788588 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:05:33.788449 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:06:03.788076 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:06:33.788172 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:07:03.788328 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:07:33.788087 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:08:03.788420 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:08:33.788200 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:09:03.788104 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:09:33.788300 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:10:03.788237 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:10:33.788254 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:11:03.788247 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:11:33.788479 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:12:03.788558 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:12:33.788008 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:13:03.788446 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:13:33.788178 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:14:03.788232 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:14:33.788355 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:15:03.788391 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:15:33.788076 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:16:03.788284 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:16:33.788268 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:17:03.788106 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:17:33.788365 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:18:03.788313 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:18:33.788159 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:19:03.788491 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:19:33.788480 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:20:03.788495 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:20:33.788214 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:21:03.788129 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:21:33.788272 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:22:03.788444 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:22:33.788020 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:23:03.788343 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:23:33.788095 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:24:03.788097 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:24:33.788434 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:25:03.788242 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:25:33.788159 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:26:03.788319 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:26:33.788197 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:27:03.788136 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:27:33.788183 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:28:03.788297 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:28:33.788246 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:29:03.788337 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:29:33.788131 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:30:03.788232 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:30:33.788342 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:31:03.788493 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:31:33.788542 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:32:03.788453 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:32:33.788078 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:33:03.788605 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:33:33.788098 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:34:03.788081 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:34:33.788436 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:35:03.788266 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:35:33.788488 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:36:03.788324 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:36:33.788185 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:37:03.788548 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:37:33.788347 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:38:03.788055 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:38:33.788333 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:39:03.788376 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:39:33.788556 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:40:03.788617 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:40:33.788292 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:41:03.788192 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:41:33.788437 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:42:03.788293 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:42:33.788155 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:43:03.788147 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:43:33.788060 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:44:03.788373 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:44:33.788562 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:45:03.788150 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:45:33.788369 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:46:03.788284 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:46:33.788106 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:47:03.788506 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:47:33.788296 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:48:03.788190 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:48:33.788480 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:49:03.788406 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:49:33.788514 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:50:03.788263 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:50:33.788405 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:51:03.788301 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:51:33.788421 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:52:03.788491 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:52:33.788266 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:53:03.788320 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:53:33.788157 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:54:03.788405 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:54:33.788377 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:55:03.788327 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:55:33.788691 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:56:03.788336 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:56:33.788228 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:57:03.788130 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:57:33.788299 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:58:03.788118 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:58:33.788538 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:59:03.788776 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 13:59:33.788481 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:00:03.788592 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:00:33.788109 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:01:03.788476 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:01:33.788740 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:02:03.788386 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:02:33.788224 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:03:03.788489 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:03:33.788414 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:04:03.788333 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:04:33.788144 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:05:03.788269 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:05:33.788315 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:06:03.788237 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:06:33.788195 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:07:03.788035 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:07:33.788509 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:08:03.788302 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:08:33.788411 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:09:03.788207 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:09:33.788061 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:10:03.788073 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:10:33.788114 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:11:03.788117 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:11:07.347413 INFO initial log succ. - config.go:249
|
|
2025/05/08 14:11:07.347413 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/08 14:11:07.347413 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/08 14:11:07.347413 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/08 14:11:07.347413 INFO start: 2025-05-08 14:11:07.179 - base.go:35
|
|
2025/05/08 14:11:07.348421 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/08 14:11:07.348421 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/08 14:11:07.348421 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/08 14:11:07.348421 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/08 14:11:07.348421 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/08 14:11:07.348421 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/08 14:11:07.349419 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/08 14:11:07.349419 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/08 14:11:35.400560 INFO initial log succ. - config.go:249
|
|
2025/05/08 14:11:35.400560 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/08 14:11:35.400560 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/08 14:11:35.400560 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/08 14:11:35.400560 INFO start: 2025-05-08 14:11:35.196 - base.go:35
|
|
2025/05/08 14:11:35.400560 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/08 14:11:35.400560 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/08 14:11:35.400560 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/08 14:11:35.400560 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/08 14:11:35.400560 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/08 14:11:35.400560 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/08 14:11:35.402704 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/08 14:11:35.402704 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/08 14:12:05.402964 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:12:35.402911 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:13:05.402952 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:13:35.403204 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:14:05.403027 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:14:35.403238 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:15:05.403145 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:15:35.402949 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:16:05.402890 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:16:35.402914 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:17:05.402869 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:17:35.403307 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:18:05.402850 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:18:35.403027 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:19:05.402900 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:19:35.402962 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:20:05.403185 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:20:35.403230 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:21:05.403041 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:21:35.403473 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:22:05.403099 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:22:35.403137 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:23:05.402831 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:23:35.402991 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:24:05.403022 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:24:35.402939 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:25:05.403001 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:25:35.402757 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:26:05.402932 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:26:35.402944 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:27:05.402855 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:27:35.402813 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:28:05.403216 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:28:35.402749 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:29:05.403126 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:29:35.403156 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:30:05.403219 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:30:35.402813 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:31:05.402979 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:31:35.403211 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:32:05.402798 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:32:35.402973 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:33:05.403126 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:33:35.403110 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:34:05.403081 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:34:35.403142 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:35:05.403146 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:35:35.403322 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:36:05.403000 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:36:35.403119 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:37:05.402995 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:37:35.402883 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:38:05.402952 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:38:35.402873 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:39:05.403079 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:39:35.403037 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:40:05.402900 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:40:35.402749 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:41:05.403055 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:41:35.402917 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:42:05.403118 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:42:35.402847 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:43:05.402835 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:43:35.403197 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:44:05.402962 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:44:35.402906 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:45:05.403126 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:45:35.403044 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:46:05.402777 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:46:35.402966 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:47:05.402797 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:47:35.403230 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:48:05.403291 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:48:35.402950 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:49:05.402820 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:49:35.403021 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:50:05.403061 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:50:35.403029 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:51:05.402826 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:51:35.402923 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:52:05.408897 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:52:35.402866 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:53:05.402852 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:53:35.402853 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:54:05.403038 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:54:35.402868 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:55:05.403249 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:55:35.403126 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:56:05.403164 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:56:35.402944 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:57:05.402836 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:57:35.403046 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:58:05.402948 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:58:35.402899 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:59:05.402800 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 14:59:35.402957 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:00:05.402826 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:00:35.402858 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:01:05.403123 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:01:35.403108 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:02:05.403206 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:02:35.402812 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:03:05.403217 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:03:35.402996 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:04:05.403251 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:04:35.402924 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:05:05.403041 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:05:35.402832 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:06:05.403190 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:06:35.403022 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:07:05.402990 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:07:35.403206 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:08:05.402855 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:08:35.402850 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:09:05.402800 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:09:35.403161 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:10:05.402912 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:10:35.403016 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:11:05.402751 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:11:35.403108 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:12:05.402817 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:12:35.403012 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:13:05.402847 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:13:35.403207 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:14:05.403120 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:14:35.402954 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:15:05.402881 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:15:35.402985 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:16:05.403035 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:16:35.403185 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:17:05.403270 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:17:35.403062 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:18:05.403191 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:18:35.403075 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:19:05.403031 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:19:35.402746 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:20:05.403085 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:20:35.403209 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:21:05.403140 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:21:35.402806 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:22:05.403160 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:22:35.403233 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:23:05.403471 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:23:35.403146 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:24:05.402886 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:24:35.402929 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:25:05.403128 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:25:35.402938 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:26:05.402841 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:26:35.402774 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:27:05.402966 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:27:35.402817 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:28:05.402842 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:28:35.403191 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:29:05.402747 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:29:35.402871 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:30:05.402780 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:30:35.402879 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:31:05.403239 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:31:35.403139 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:32:05.402875 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:32:35.403021 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:33:05.402999 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:33:35.402966 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:34:05.402856 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:34:35.403720 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:35:05.403111 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:35:35.403275 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:36:05.403214 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:36:35.403195 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:37:05.403120 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:37:35.403230 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:38:05.402885 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:38:35.402805 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:39:05.402896 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:39:35.402909 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:40:05.403198 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:40:35.402979 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:41:05.403194 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:41:35.403241 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:42:05.403188 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:42:35.403515 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:43:05.402875 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:43:35.403180 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:44:05.403392 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:44:35.402762 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:45:05.402927 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:45:35.402911 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:46:05.402920 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:46:35.403140 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:47:05.402840 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:47:35.403179 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:48:05.402875 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:48:35.403000 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:49:05.402849 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:49:35.403111 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:50:05.402811 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:50:35.402968 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:51:05.403256 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:51:35.403196 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:52:05.403140 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:52:35.403029 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:53:05.402940 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:53:35.402867 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:54:05.403026 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:54:35.402984 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:55:05.402873 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:55:35.402782 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:56:05.403248 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:56:35.402998 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:57:05.403035 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:57:35.403108 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:58:05.402815 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:58:35.403133 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:59:05.402838 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 15:59:35.402797 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:00:05.403214 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:00:35.402816 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:01:05.402951 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:01:35.403080 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:02:05.403084 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:02:35.402924 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:03:05.403013 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:03:35.402902 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:04:05.402807 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:04:35.403209 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:05:05.403090 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:05:35.403263 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:06:05.402920 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:06:35.403002 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:07:05.402824 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:07:35.403106 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:08:05.402924 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:08:35.403165 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:09:05.403350 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:09:35.403138 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:10:05.402823 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:10:35.402983 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:11:05.402973 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:11:35.403249 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:12:05.402908 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:12:35.402757 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:13:05.403165 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:13:35.403056 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:14:05.403165 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:14:35.402990 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:15:05.403137 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:15:35.402842 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:16:05.403107 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:16:35.402890 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:17:05.403027 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:17:35.403226 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:18:05.403104 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:18:35.402833 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:19:05.403102 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:19:35.402946 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:20:05.402757 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:20:35.403005 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:21:05.402991 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:21:35.402988 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:22:05.403263 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:22:35.402790 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:23:05.402954 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:23:35.402910 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:24:05.403167 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:24:35.402959 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:25:05.403048 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:25:35.403187 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:26:05.402950 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:26:35.403039 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:27:05.402856 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:27:35.403076 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:28:05.402830 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:28:35.402817 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:29:05.403067 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:29:35.403182 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:30:05.402981 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:30:35.402931 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:31:05.402930 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:31:35.403214 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:32:05.403058 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:32:35.403026 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:33:05.403030 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:33:35.402864 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:34:05.403159 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:34:35.403145 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:35:05.402939 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:35:35.402984 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:36:05.402989 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:36:35.403038 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:37:05.402945 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:37:35.403120 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:38:05.402846 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:38:35.403269 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:39:05.403424 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:39:35.402958 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:40:05.403131 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:40:35.402823 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:41:05.403012 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:41:35.403216 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:42:05.403089 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:42:35.402992 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:43:05.403093 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:43:35.403247 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:44:05.402802 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:44:35.402903 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:45:05.402782 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:45:35.403174 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:46:05.403080 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:46:35.403183 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:47:05.402850 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:47:35.402998 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:48:05.403100 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:48:35.403176 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:49:05.402985 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:49:35.403112 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:50:05.403261 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:50:35.402888 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:51:05.402917 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:51:35.403255 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:52:05.403070 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:52:35.403924 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:53:05.402853 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:53:35.403005 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:54:05.403195 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:54:35.403165 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:55:05.402868 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:55:35.402899 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:56:05.403132 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:56:35.402903 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:57:05.403145 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:57:35.402921 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:58:05.403173 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 16:58:30.017064 INFO initial log succ. - config.go:249
|
|
2025/05/08 16:58:30.017064 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/08 16:58:30.017633 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/08 16:58:30.017633 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/08 16:58:30.017633 INFO start: 2025-05-08 16:58:29.859 - base.go:35
|
|
2025/05/08 16:58:30.017633 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/08 16:58:30.017633 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/08 16:58:30.017633 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/08 16:58:30.017633 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/08 16:58:30.017633 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/08 16:58:30.017633 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/08 16:58:30.018682 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/08 16:58:30.018682 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/08 16:59:38.229298 INFO initial log succ. - config.go:249
|
|
2025/05/08 16:59:38.229298 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/08 16:59:38.229298 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/08 16:59:38.229298 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/08 16:59:38.229298 INFO start: 2025-05-08 16:59:38.022 - base.go:35
|
|
2025/05/08 16:59:38.229819 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/08 16:59:38.229819 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/08 16:59:38.229819 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/08 16:59:38.229819 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/08 16:59:38.229819 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/08 16:59:38.229819 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/08 16:59:38.230862 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/08 16:59:38.230862 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/08 17:00:08.230914 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:00:38.231461 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:01:08.231088 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:01:38.231068 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:02:08.231602 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:02:38.231096 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:03:08.231383 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:03:38.231192 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:04:08.231100 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:04:38.231181 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:05:08.230941 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:05:38.231287 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:06:08.231029 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:06:38.231454 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:07:08.231392 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:07:38.231022 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:08:08.231313 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:08:38.231183 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:09:08.231234 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:09:38.230986 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:10:08.231305 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:10:38.231133 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:11:08.231181 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:11:38.230949 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:12:08.231394 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:12:38.231077 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:13:08.231247 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:13:38.231027 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:14:08.231183 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:14:38.230945 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:15:08.231133 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:15:38.231334 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:16:08.231371 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:16:38.231137 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:17:08.231342 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:17:38.231259 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:18:08.231017 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:18:38.231215 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:19:08.230917 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:19:38.231138 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:20:08.231530 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:20:38.230984 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:21:08.231139 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:21:38.231143 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:22:08.230978 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:22:38.240978 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:23:08.231214 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:23:38.231327 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:24:08.230988 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:24:38.231285 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:25:08.231326 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:25:38.231057 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:26:08.231336 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:26:38.231366 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:27:08.231103 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:27:38.231387 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:28:08.231114 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:28:38.230906 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:29:08.231401 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:29:38.231008 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:30:08.230920 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:30:38.231159 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:31:08.231291 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:31:38.231026 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:32:08.231195 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:32:38.231070 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:33:08.231307 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:33:38.231322 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:34:08.230995 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:34:38.231087 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:35:08.231104 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:35:38.231124 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:36:08.231309 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:36:38.231115 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:37:08.230967 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:37:38.230957 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:38:08.231297 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:38:38.231178 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:39:08.230971 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:39:38.231241 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:40:08.231494 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:40:38.230986 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:41:08.231309 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:41:38.231149 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:42:08.231333 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:42:38.231350 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:43:08.231286 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:43:38.231183 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:44:08.231110 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:44:38.231393 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:45:08.230993 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:45:38.231017 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:46:08.230915 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:46:38.231284 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:47:08.231388 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:47:38.231298 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:48:08.231407 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:48:38.231458 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:49:08.230984 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:49:38.231222 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:50:08.231336 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:50:38.231239 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:51:08.231417 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:51:38.231254 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:52:08.231409 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:52:38.231038 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:53:08.231000 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:53:38.230989 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:54:08.231151 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:54:38.231084 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:55:08.230994 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:55:38.231332 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:56:08.231107 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:56:38.231338 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:57:08.230912 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:57:38.231145 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:58:08.231416 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:58:38.231080 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:59:08.230930 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 17:59:38.231057 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 18:00:08.231221 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 18:00:38.231165 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 18:01:08.231345 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 18:01:38.231363 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 18:02:08.231392 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 18:02:38.231100 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 18:03:08.230993 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 18:03:38.231134 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 18:04:08.231000 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 18:04:38.230949 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/08 18:35:13.257005 INFO initial log succ. - config.go:249
|
|
2025/05/08 18:35:13.257005 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/08 18:35:13.257005 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/08 18:35:13.257005 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/08 18:35:13.257529 INFO start: 2025-05-08 18:35:13.041 - base.go:35
|
|
2025/05/08 18:35:13.257529 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/08 18:35:13.257529 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/08 18:35:13.257529 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/08 18:35:13.257529 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/08 18:35:13.257529 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/08 18:35:13.257529 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/08 18:35:13.258609 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/08 18:35:13.259137 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/08 18:35:43.259383 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:09:24.500593 INFO initial log succ. - config.go:249
|
|
2025/05/09 09:09:24.566053 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/09 09:09:24.566053 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/09 09:09:24.752968 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/09 09:09:24.752968 INFO start: 2025-05-09 09:09:24.303 - base.go:35
|
|
2025/05/09 09:09:24.752968 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/09 09:09:24.752968 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/09 09:09:24.752968 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/09 09:09:24.752968 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/09 09:09:24.752968 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/09 09:09:24.752968 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/09 09:09:24.752968 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/09 09:09:24.752968 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/09 09:09:54.753497 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:10:24.753273 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:10:54.753495 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:11:24.753347 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:11:54.753311 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:12:24.753477 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:12:54.753114 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:13:24.753191 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:13:54.753246 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:14:24.753392 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:14:54.753363 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:15:24.753458 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:15:54.753533 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:16:24.753251 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:16:54.753230 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:17:24.753500 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:17:54.753306 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:18:24.753145 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:18:54.753062 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:19:24.753208 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:19:54.753301 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:20:24.753483 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:20:54.753423 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:21:24.753202 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:21:54.753289 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:22:24.753630 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:22:54.753175 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:23:24.753261 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:23:54.753422 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:24:24.753425 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:24:54.753132 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:25:24.753462 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:25:54.753011 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:26:24.753458 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:26:54.753273 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:27:24.753156 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:27:54.753352 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:28:24.753527 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:28:54.753344 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:29:24.753137 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:29:54.753446 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:30:24.753482 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:30:54.753015 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:31:24.753473 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:31:54.753344 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:32:24.753453 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:32:54.753115 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:33:24.753240 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:33:54.753085 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:34:24.753202 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:34:54.753353 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:35:24.753503 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:35:54.753315 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:36:24.753256 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:36:54.753283 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:37:24.753135 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:37:54.753204 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:38:24.753205 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:38:54.753010 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:39:24.753417 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:39:54.753159 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:40:24.753463 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:40:54.753493 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:41:24.753057 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:41:54.753333 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:42:24.753008 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:42:54.753400 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:43:24.753337 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:43:54.753310 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:44:24.753079 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:44:54.753540 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:45:24.753365 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:45:54.753409 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:46:24.753480 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:46:54.753491 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:47:24.753264 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:47:54.753428 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:48:24.753188 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:48:54.753397 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 09:49:24.753017 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:06:50.778788 INFO initial log succ. - config.go:249
|
|
2025/05/09 10:06:50.778788 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/09 10:06:50.779320 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/09 10:06:50.779320 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/09 10:06:50.779320 INFO start: 2025-05-09 10:06:50.547 - base.go:35
|
|
2025/05/09 10:06:50.779320 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/09 10:06:50.779320 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/09 10:06:50.779320 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/09 10:06:50.779320 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/09 10:06:50.779320 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/09 10:06:50.779320 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/09 10:06:50.780893 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/09 10:06:50.782000 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/09 10:07:20.782703 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:07:50.782657 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:08:20.782603 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:08:50.782845 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:09:20.782962 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:09:50.783061 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:10:20.782682 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:10:50.782680 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:11:20.782609 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:11:50.783007 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:12:20.782554 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:12:50.782834 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:13:20.782976 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:13:50.782935 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:14:20.782609 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:14:50.783032 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:15:20.782922 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:15:50.782996 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:16:20.783021 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:16:50.782742 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:17:20.782848 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:17:50.782720 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:18:20.782738 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:18:50.782561 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:19:20.782640 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:19:50.782967 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:20:20.782907 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:20:50.782824 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:21:20.783010 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:21:50.783107 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:22:20.782840 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:22:50.782871 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:23:20.782620 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:23:50.782978 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:24:20.782814 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:24:50.782609 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:25:20.782689 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:25:50.782820 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:26:20.782600 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:26:50.782597 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:27:20.782690 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:27:50.782599 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:28:20.782967 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:28:50.782645 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:29:20.782907 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:29:50.782775 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:30:20.782895 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:30:50.782794 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:31:20.782944 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:31:50.782744 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:32:20.783009 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:32:50.782959 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:33:20.782631 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:33:50.783020 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:34:20.783019 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:34:50.782957 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:35:20.782787 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:35:50.782694 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:36:20.782577 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:36:50.782720 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:37:20.782811 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:37:50.782773 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:38:20.782834 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:38:50.782912 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:39:20.782664 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:39:50.782639 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:40:20.782709 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:40:50.782809 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:41:20.782799 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:41:50.782607 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:42:20.783235 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:58:22.421506 INFO initial log succ. - config.go:249
|
|
2025/05/09 10:58:22.421506 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/09 10:58:22.421506 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/09 10:58:22.421506 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/09 10:58:22.422279 INFO start: 2025-05-09 10:58:22.2 - base.go:35
|
|
2025/05/09 10:58:22.422279 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/09 10:58:22.422279 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/09 10:58:22.422279 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/09 10:58:22.422279 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/09 10:58:22.422279 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/09 10:58:22.422279 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/09 10:58:22.423893 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/09 10:58:22.423893 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/09 10:58:52.424020 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:59:22.423949 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 10:59:52.424198 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:00:22.424096 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:00:52.424019 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:01:22.424372 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:01:52.424522 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:02:22.424096 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:02:52.424091 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:03:22.424310 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:03:52.424514 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:04:22.424021 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:04:52.423990 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:05:22.424246 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:05:52.424405 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:06:22.424284 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:06:52.424096 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:07:22.424175 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:07:52.424178 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:08:22.424164 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:08:52.424091 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:09:22.424147 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:09:52.424346 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:10:22.424180 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:10:52.424334 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:11:22.424317 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:11:52.424176 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:12:22.424176 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:12:52.424393 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:13:22.424281 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:13:52.423967 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:14:22.424478 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:14:52.424278 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:15:22.424360 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:15:52.423966 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:16:22.424098 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:16:52.423970 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:17:22.424206 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:17:52.424442 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:18:22.424301 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:18:52.424148 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:19:22.424094 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:19:52.424326 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:20:22.424412 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:20:52.424087 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:21:22.424371 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:21:52.424266 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:22:22.424057 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:22:52.424050 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:23:22.424450 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:23:52.424240 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:24:22.424453 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:24:52.424254 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:25:22.424020 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:25:52.424123 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:26:22.424545 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:26:52.424108 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:27:22.424207 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:27:52.424320 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:28:22.424028 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:28:52.424084 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:29:22.424651 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:29:52.424338 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:30:22.424370 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:30:52.424227 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:31:22.424483 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:31:52.424109 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:32:22.424063 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:32:52.424099 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:33:22.423967 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:33:52.424228 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:34:22.424285 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:34:52.423964 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:35:22.424007 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:35:52.424448 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:36:22.424461 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:36:52.423988 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:37:22.423954 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:37:52.424157 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:38:22.424465 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:38:52.424102 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:39:22.424153 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:39:52.424049 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:40:22.424262 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:40:52.424411 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:41:22.424026 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:41:52.425400 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:42:22.424208 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:42:52.423947 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:43:22.424437 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:43:52.424142 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:44:22.424090 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:44:52.423988 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:45:22.424389 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:45:52.424444 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:46:22.423968 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:46:52.424414 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:47:22.424300 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:47:52.424164 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:48:22.424362 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:48:52.424131 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:49:22.423992 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:49:52.424446 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:50:22.424674 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:50:52.424223 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:51:22.424041 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:51:52.424409 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:52:22.424010 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:52:52.424407 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:53:22.424149 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:53:52.424241 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:54:22.423962 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:54:52.424329 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:55:22.424134 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:55:52.424134 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:56:22.424092 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:56:52.423992 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:57:22.424304 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:57:52.424361 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:58:22.424141 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:58:52.424156 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:59:22.424085 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 11:59:52.424132 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:00:22.424376 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:00:52.424093 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:01:22.424404 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:01:52.424447 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:02:22.424172 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:02:52.423967 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:03:22.424012 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:03:52.424401 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:04:22.424041 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:04:52.424224 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:05:22.424090 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:05:52.424030 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:06:22.424436 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:06:52.424351 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:07:22.424223 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:07:52.423986 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:08:22.424488 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:08:52.424112 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:09:22.424315 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:09:52.424543 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:10:22.424429 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:10:52.424416 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:11:22.424175 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:11:52.424630 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:12:22.424577 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:12:52.424261 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:13:22.423978 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:13:52.424470 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:14:22.424133 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:14:52.424069 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:15:22.424308 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:15:52.424011 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:16:22.424092 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:16:52.425122 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:17:22.424536 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:17:52.424252 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:18:22.424467 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:18:52.424313 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:19:22.424322 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:19:52.424025 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:20:22.424329 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:20:52.424273 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:21:22.423964 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:21:52.424479 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:22:22.424196 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:22:52.424283 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:23:22.424291 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:23:52.424039 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:24:22.424244 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:24:52.424336 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:25:22.424493 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:25:52.424476 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:26:22.424412 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:26:52.424536 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:27:22.424038 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:27:52.424037 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:28:22.424074 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:28:52.424112 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:29:22.424164 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:29:52.424180 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:30:22.423979 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:30:52.424395 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:31:22.424149 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:31:52.424311 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:32:22.424346 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:32:52.424097 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:33:22.423951 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:33:52.424146 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:34:22.424405 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:34:52.424425 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:35:22.424088 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:35:52.424183 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:36:22.424141 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:36:52.424154 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:37:22.424066 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:37:52.424446 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:38:22.424357 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:38:52.424125 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:39:22.424337 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:39:52.424255 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:40:22.424105 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:40:52.424516 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:41:22.424352 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:41:52.424092 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:42:22.424147 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:42:52.424134 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:43:22.424201 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:43:52.424108 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:44:22.424444 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:44:52.424219 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:45:22.424413 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:45:52.424384 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:46:22.424044 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:46:52.424448 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:47:22.424245 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:47:52.424470 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:48:22.424044 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:48:52.424049 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:49:22.424063 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:49:52.424178 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:50:22.424317 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:50:52.424098 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:51:22.424284 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:51:52.424088 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:52:22.424134 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:52:52.424357 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:53:22.424342 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:53:52.424336 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:54:22.424140 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:54:52.424033 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:55:22.424189 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:55:52.424277 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:56:22.424069 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:56:52.424548 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:57:22.424144 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:57:52.424188 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:58:22.424281 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:58:52.424350 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:59:22.424138 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 12:59:52.424475 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:00:22.424168 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:00:52.424077 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:01:22.424021 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:01:52.424499 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:02:22.424092 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:02:52.424299 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:03:22.424105 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:03:52.424670 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:04:22.424065 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:04:52.424497 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:05:22.424171 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:05:52.424353 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:06:22.424356 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:06:52.424517 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:07:22.424260 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:07:52.424166 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:08:22.423980 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:08:52.424414 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:09:22.424258 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:09:52.424006 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:10:22.423943 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:10:52.424149 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:11:22.424411 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:11:52.424517 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:12:22.424341 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:12:52.424189 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:13:22.424076 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:13:52.424256 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:14:22.424206 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:14:52.424298 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:15:22.424399 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:15:52.424518 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:16:22.423993 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:16:52.424279 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:17:22.424296 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:17:52.424134 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:18:22.424152 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:18:52.424243 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:19:22.424163 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:19:52.424199 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:20:22.424151 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:20:52.424026 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:21:22.424073 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:21:52.424459 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:22:22.424363 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:22:52.424087 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:23:22.424439 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:23:52.424427 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:24:22.424022 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:24:52.424407 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:25:22.423994 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:25:52.423995 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:26:22.424109 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:26:52.424467 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:27:22.424076 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:27:52.424017 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:28:22.424342 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:28:52.424451 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:29:22.423945 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:29:52.424375 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:30:22.424108 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:30:52.424220 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:31:22.424366 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:31:52.424386 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:32:22.424176 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:32:52.423989 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:33:22.424350 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:33:52.424456 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:34:22.424348 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:34:52.424393 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:35:22.424020 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:35:52.424355 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:36:22.424399 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:36:52.424437 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:37:22.424053 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:37:52.424413 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:38:22.424544 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:38:52.424103 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:39:22.424302 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:39:52.424252 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:40:22.424401 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:40:52.424420 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:41:22.424227 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:41:52.424184 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:42:22.424385 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:42:52.423983 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:43:22.424357 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:43:52.424516 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:44:22.424093 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:44:52.424389 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:45:22.424394 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:45:52.424307 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:46:22.423999 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:46:52.424263 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:47:22.424184 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:47:52.424338 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:48:22.424418 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:48:52.423989 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:49:22.424398 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:49:52.424400 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:50:22.424435 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:50:52.424387 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:51:22.424037 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:51:52.424360 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:52:22.424262 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:52:52.424084 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:53:22.424466 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:53:52.424140 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:54:22.424122 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:54:52.424096 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:55:22.424395 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:55:52.424253 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:56:22.424158 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:56:52.424088 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:57:22.424152 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:57:52.424061 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:58:22.424436 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:58:52.424003 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:59:22.424295 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 13:59:52.424200 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:00:22.424088 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:00:52.424158 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:01:22.424049 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:01:52.424030 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:02:22.424244 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:02:52.424214 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:03:22.424192 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:03:52.424303 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:04:22.424296 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:04:52.424386 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:05:22.424218 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:05:52.424079 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:06:22.423972 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:06:52.424468 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:07:22.423931 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:07:52.424271 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:08:22.424365 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:08:52.424422 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:09:22.424331 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:09:52.424297 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:10:22.424002 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:10:52.424286 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:11:22.424130 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:11:52.428748 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:12:22.424183 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:12:52.424223 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:13:22.424063 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:13:52.424399 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:14:22.424092 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:14:52.424232 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:15:22.424189 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:15:52.424141 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:16:22.424365 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:16:52.424330 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:17:22.424043 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:17:52.424186 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:18:22.424327 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:18:52.424769 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:19:22.424261 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:19:52.424191 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:20:22.424257 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:20:52.424391 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:21:22.424134 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:21:52.424290 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:22:22.424442 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:22:52.424010 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:23:22.424006 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:23:52.424552 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:24:22.424232 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:24:52.424154 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:25:22.424075 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:25:52.424225 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:26:22.424070 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:26:52.424331 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:27:22.424275 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:27:52.424271 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:28:22.436168 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:28:52.424348 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:29:22.424496 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:29:52.424425 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:30:22.424019 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:30:52.424165 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:31:22.424384 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:31:52.424462 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:32:22.424039 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:32:52.424054 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:33:22.424067 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:33:52.424178 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:34:22.424244 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:34:52.424434 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:35:22.424353 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:35:52.424410 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:36:22.424113 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:36:52.424233 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:37:22.424206 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:37:52.424279 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:38:22.424104 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:38:52.424006 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:39:22.423996 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:39:52.424338 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:40:22.423996 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:40:52.424037 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:41:22.423996 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:41:52.424397 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:42:22.424079 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:42:52.424318 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:43:22.424220 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:43:52.424130 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:44:22.424225 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:44:52.424452 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:45:22.424218 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:45:52.424215 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:46:22.424187 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:46:52.424017 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:47:22.424088 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:47:52.424268 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:48:22.424069 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:48:52.424056 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:49:22.424276 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:49:52.424195 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:50:22.424042 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:50:52.424495 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:51:22.424215 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:51:52.424376 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:52:22.424185 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:52:52.424177 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:53:22.424214 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:53:52.424329 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:54:22.424071 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:54:52.424498 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:55:22.424195 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:55:52.424476 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:56:22.424347 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:56:52.424077 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:57:22.424082 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:57:52.424020 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:58:22.424148 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:58:52.424408 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:59:22.424422 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 14:59:52.424354 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:00:22.424079 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:00:52.424080 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:01:22.426312 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:01:52.424211 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:02:22.424144 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:02:52.424282 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:03:22.424134 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:03:52.424017 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:04:22.424316 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:04:52.424122 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:05:22.423959 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:05:52.424480 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:06:22.424424 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:06:52.424391 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:07:22.424077 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:07:52.423981 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:08:22.424202 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:08:52.424080 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:09:22.424256 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:09:52.424287 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:10:22.424289 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:10:52.424567 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:11:22.424013 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:11:52.424310 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:12:22.424339 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:12:52.424421 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:13:22.424168 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:13:52.424130 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:14:22.424306 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:14:52.424196 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:15:22.424060 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:15:52.424283 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:16:22.424146 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:16:52.424221 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:17:22.424009 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:17:52.424932 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:18:22.424171 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:18:52.424343 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:19:22.424410 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:19:52.424428 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:20:22.424398 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:20:52.424075 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:21:22.424110 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:21:52.423952 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:22:22.424257 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:22:52.424399 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:23:22.424395 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:23:52.424068 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:24:22.424323 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:24:52.424404 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:25:22.424121 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:25:52.424367 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:26:22.424095 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:26:52.424130 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:27:22.424141 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:27:52.424794 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:28:22.424399 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:28:52.424422 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:29:22.424244 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:29:52.424380 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:30:22.424328 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:30:52.424396 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:31:22.424367 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:31:52.424405 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:32:22.424075 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:32:52.424385 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:33:22.424236 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:33:52.424081 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:34:22.424321 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:34:52.424271 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:35:22.424151 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:35:52.424044 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:36:22.424126 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:36:52.424361 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:37:22.424203 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:37:52.424223 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:38:22.424082 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:38:52.424085 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:39:22.424269 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:39:52.424249 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:40:22.424026 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:40:52.427794 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:41:22.424444 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:41:52.424317 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:42:22.424184 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:42:52.424233 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:43:22.424183 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:43:52.424359 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:44:22.424432 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:44:52.424224 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:45:22.424065 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:45:52.424144 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:46:22.432702 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:46:52.424449 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:47:22.424295 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:47:52.424166 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:48:22.424158 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:48:52.424800 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:49:22.424276 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:49:52.424221 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:50:22.424377 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:50:52.424295 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:51:22.424291 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:51:52.423976 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:52:22.424407 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:52:52.423951 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:53:22.424420 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:53:52.424229 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:54:22.424425 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:54:52.424412 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:55:22.426917 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:55:52.424426 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:56:22.424359 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:56:52.424077 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:57:22.424316 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:57:52.424344 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:58:22.424010 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:58:52.424349 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:59:22.424340 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 15:59:52.424309 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:00:22.424207 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:00:52.424236 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:01:22.424385 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:01:52.424397 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:02:22.424086 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:02:52.424190 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:03:22.424463 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:03:52.424451 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:04:22.424241 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:04:52.424265 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:05:22.423978 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:05:52.424363 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:06:22.424335 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:06:52.424342 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:07:22.424027 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:07:52.424424 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:08:22.424495 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:08:52.424155 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:09:22.424287 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:09:52.424255 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:10:22.424321 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:10:52.424145 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:11:22.424126 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:11:52.424091 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:12:22.423996 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:12:52.425127 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:13:22.424363 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:13:52.424417 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:14:22.424177 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:14:52.424463 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:15:22.424553 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:15:52.424335 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:16:22.424261 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:16:52.424371 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:17:22.424167 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:17:52.424018 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:18:22.424138 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:18:52.424056 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:19:22.424240 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:19:52.424264 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:20:22.424074 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:20:52.424378 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:21:22.424055 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:21:52.424110 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:22:22.424023 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:22:52.424079 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:23:22.424165 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:23:52.424301 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:24:22.424154 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:24:52.424043 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:25:22.424209 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:25:52.424445 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:26:22.424004 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:26:52.424206 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:27:22.424006 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:27:52.424412 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:28:22.424040 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:28:52.424269 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:29:22.424140 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:29:52.423997 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:30:22.424258 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:30:52.424100 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:31:22.424063 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:31:52.424048 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:32:22.424335 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:32:52.424048 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:33:22.424033 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:33:52.424371 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:34:22.424252 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:34:52.424111 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:35:22.424209 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:35:52.424444 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:36:22.424026 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:36:52.424344 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:37:22.424309 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:37:52.424344 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:38:22.424187 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:38:52.424228 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:39:22.424529 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:39:52.424077 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:40:22.424319 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:40:52.424131 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:41:22.424171 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:41:52.424219 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:42:22.424289 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:42:52.424312 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:43:22.424212 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:43:52.423973 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:44:22.424454 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:44:52.424343 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:45:22.424363 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:45:52.424114 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:46:22.424233 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:46:52.424466 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:47:22.424399 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:47:52.424376 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:48:22.424399 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:48:52.424441 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:49:22.424318 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:49:52.424167 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:50:22.424418 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:50:52.424422 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:51:22.424059 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:51:52.424334 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:52:22.424096 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:52:52.424165 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:54:51.079194 INFO initial log succ. - config.go:249
|
|
2025/05/09 16:54:51.079643 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/09 16:54:51.079643 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/09 16:54:51.079643 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/09 16:54:51.080149 INFO start: 2025-05-09 16:54:50.865 - base.go:35
|
|
2025/05/09 16:54:51.080149 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/09 16:54:51.080149 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/09 16:54:51.080149 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/09 16:54:51.080149 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/09 16:54:51.080149 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/09 16:54:51.080149 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/09 16:54:51.083173 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/09 16:54:51.083677 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/09 16:55:21.083951 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:55:51.083826 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:56:21.083807 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:56:51.084162 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:57:21.084175 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:57:51.083866 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:58:21.084098 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:58:51.083911 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:59:21.084202 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 16:59:51.083902 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:00:21.083981 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:00:51.083897 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:01:21.084148 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:01:51.083890 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:02:21.083832 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:02:51.084216 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:03:21.083982 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:03:51.084021 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:04:21.083815 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:04:51.083895 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:05:21.084220 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:05:51.083844 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:06:21.084166 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:06:51.083833 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:07:21.083869 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:07:51.083774 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:08:21.083925 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:08:51.083952 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:09:21.083936 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:09:51.083923 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:10:21.083805 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:10:51.084047 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:11:21.084177 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:11:51.084076 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:12:21.083801 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:12:51.084156 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:13:21.084075 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:13:51.083722 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:14:21.084026 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:14:51.084469 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:15:21.083729 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:15:51.083988 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:16:21.084020 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:16:51.084084 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:17:21.083813 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:17:51.084155 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:18:21.084021 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:18:51.083992 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:19:21.083942 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:19:51.083774 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:20:21.084156 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:20:51.084081 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:21:21.083974 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:21:51.086437 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:22:21.084162 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:22:51.084181 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:23:21.084068 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:23:51.083801 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:24:21.084131 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:24:51.084029 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:25:21.084185 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:25:51.083939 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:26:21.083928 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:26:51.084168 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:27:21.084216 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:27:51.084062 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:28:21.083906 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:28:51.083952 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:29:21.083822 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:29:51.084352 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:30:21.083748 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:30:51.084094 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:31:21.084301 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:31:51.083767 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:32:21.083815 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:32:51.083933 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:33:21.084123 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:33:51.084041 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:34:21.083749 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:34:51.083777 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:35:21.083756 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:35:51.083888 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:36:21.083775 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:36:51.083865 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:37:21.083791 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:37:51.083999 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:38:21.084174 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:38:51.083829 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:39:21.083758 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:39:51.083941 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:40:21.084152 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:40:51.084209 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:41:21.084058 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:41:51.084207 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:42:21.084554 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:42:51.084173 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:43:21.084115 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:43:51.083927 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:44:21.083806 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:44:51.084126 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:45:21.084035 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:45:51.084054 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:46:21.084332 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:46:51.084046 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:47:21.083909 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:47:51.084055 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:48:21.083732 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:48:51.084198 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:49:21.084036 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:49:51.084056 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:50:21.083851 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:50:51.083814 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:51:21.083767 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:51:51.083910 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:52:21.083904 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:52:51.083860 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:53:21.084178 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:53:51.084657 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:54:21.084130 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:54:51.083843 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:55:21.083943 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:55:51.084618 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:56:21.083821 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:56:51.084333 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:57:21.083924 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:57:51.084116 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:58:21.083861 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:58:51.084043 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 17:59:18.656221 INFO initial log succ. - config.go:249
|
|
2025/05/09 17:59:18.657501 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/09 17:59:18.657501 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/09 17:59:18.657501 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/09 17:59:18.658501 INFO start: 2025-05-09 17:59:18.38 - base.go:35
|
|
2025/05/09 17:59:18.658501 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/09 17:59:18.658501 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/09 17:59:18.658501 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/09 17:59:18.658501 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/09 17:59:18.658501 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/09 17:59:18.658501 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/09 17:59:18.660008 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/09 17:59:18.660008 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/09 18:17:46.888532 INFO initial log succ. - config.go:249
|
|
2025/05/09 18:17:46.889049 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/09 18:17:46.889049 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/09 18:17:46.889049 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/09 18:17:46.889049 INFO start: 2025-05-09 18:17:46.59 - base.go:35
|
|
2025/05/09 18:17:46.889049 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/09 18:17:46.889049 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/09 18:17:46.889049 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/09 18:17:46.889049 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/09 18:17:46.889049 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/09 18:17:46.889049 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/09 18:17:46.890918 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/09 18:17:46.890918 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/09 18:18:16.891215 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:18:46.891203 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:19:16.891307 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:19:46.891317 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:20:16.891103 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:20:46.891215 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:21:16.891403 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:21:46.891016 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:22:16.891485 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:22:46.891068 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:23:16.891301 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:23:46.891482 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:24:16.891248 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:24:46.891264 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:25:16.891221 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:25:46.891288 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:26:16.891293 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:26:46.891284 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:27:16.891349 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:27:46.891405 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:28:16.891147 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:28:46.891366 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:29:16.891105 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:29:46.890984 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:30:16.895014 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:30:46.891422 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:31:16.891083 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:31:46.891367 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:32:16.891269 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:32:46.891318 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:33:16.891184 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:33:46.891561 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:34:16.894029 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:34:46.891095 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:35:16.891229 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:35:46.891429 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:36:16.891526 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:36:46.891346 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:37:16.891570 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:37:46.890980 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:38:16.891433 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:38:46.891426 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:39:16.891045 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:39:46.891212 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/09 18:40:16.891395 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:29:18.110469 INFO initial log succ. - config.go:249
|
|
2025/05/11 15:29:18.156372 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/11 15:29:18.156372 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/11 15:29:18.156372 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/11 15:29:18.156372 INFO start: 2025-05-11 15:29:17.935 - base.go:35
|
|
2025/05/11 15:29:18.156372 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/11 15:29:18.156900 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/11 15:29:18.156900 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/11 15:29:18.156900 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/11 15:29:18.156900 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/11 15:29:18.156900 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/11 15:29:18.156900 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/11 15:29:18.156900 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/11 15:29:48.157211 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:30:18.157397 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:30:48.157291 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:31:18.157153 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:31:48.157038 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:32:18.157518 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:32:48.157193 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:33:18.157447 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:33:48.157313 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:34:18.157230 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:34:48.157253 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:35:18.157403 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:35:48.157098 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:36:18.157220 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:36:48.157431 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:37:18.157414 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:37:48.157451 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:38:18.157423 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:38:48.157465 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:39:18.157244 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:39:48.157403 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:40:18.157155 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:40:48.157192 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:41:18.157471 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:41:48.157276 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:42:18.157305 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:42:48.157128 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/11 15:43:18.157132 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:12:50.998878 INFO initial log succ. - config.go:249
|
|
2025/05/12 09:12:50.998878 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/12 09:12:50.998878 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/12 09:12:50.998878 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/12 09:12:50.998878 INFO start: 2025-05-12 09:12:50.58 - base.go:35
|
|
2025/05/12 09:12:50.998878 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/12 09:12:50.998878 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/12 09:12:50.998878 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/12 09:12:50.998878 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/12 09:12:50.998878 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/12 09:12:50.998878 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/12 09:12:50.999985 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/12 09:12:51.000514 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/12 09:13:21.000928 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:13:51.000841 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:14:21.000868 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:14:51.000957 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:15:21.000865 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:15:51.000720 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:16:21.000597 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:16:51.000884 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:17:21.000713 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:17:51.001034 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:18:21.000686 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:18:51.000675 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:19:21.000905 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:19:51.000717 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:20:21.000906 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:20:51.000766 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:21:21.000609 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:21:51.000557 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:22:21.000752 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:22:51.000889 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:23:21.000697 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:23:51.000602 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:24:21.000719 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:24:51.001082 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:25:21.000824 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:25:51.000620 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:26:21.001052 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:26:51.000576 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:27:21.000926 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:27:51.000964 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:28:21.000916 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:28:51.000754 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:29:21.001041 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:29:51.000852 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:30:21.001129 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:30:51.000928 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:31:21.006695 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:31:51.000723 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:32:21.000987 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:32:51.000599 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:33:21.001187 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:33:51.000715 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:34:21.000829 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:34:51.000790 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:35:21.000891 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:35:51.001004 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:36:21.000879 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:36:51.000852 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:37:21.001044 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:37:51.000960 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:38:21.001072 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:38:51.001086 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:39:21.000672 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:39:51.005543 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:40:21.000747 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:40:51.000745 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:41:21.000600 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:41:51.000814 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:42:21.000776 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:42:51.000966 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:43:21.001018 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:43:51.001034 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:44:21.000879 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:44:51.000862 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:45:21.001055 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:45:51.000892 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:46:21.000768 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:46:51.001457 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:47:21.000706 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:47:51.000896 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:48:21.000808 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:48:51.000947 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:49:21.000619 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:49:51.000706 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:50:21.000931 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:50:51.000892 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:51:21.000577 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:51:51.000726 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:52:21.000685 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:52:51.001128 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:53:21.000624 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:53:51.000972 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:54:21.000818 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:54:51.004548 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:55:21.000934 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:55:51.000684 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:56:21.000599 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:56:51.000956 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:57:21.000638 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:57:51.000615 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:58:21.000859 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:58:51.000944 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:59:21.000733 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 09:59:51.001020 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:00:21.000894 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:00:51.000739 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:01:21.001040 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:01:51.000882 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:02:21.000639 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:02:51.000775 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:03:21.001004 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:03:51.000928 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:04:21.000810 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:04:51.000943 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:05:21.001253 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:05:51.000607 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:06:21.000728 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:06:51.001065 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:07:21.000863 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:07:51.000819 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:08:21.000733 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:08:51.001091 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:09:21.000987 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:09:51.000867 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:10:21.000813 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:10:51.000781 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:11:21.001018 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:11:51.000910 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:12:21.001014 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:12:51.000950 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:13:21.000650 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:13:51.001761 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:14:21.000742 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:14:51.001028 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:15:21.001164 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:15:51.001104 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:16:21.001042 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:16:51.000979 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:17:21.000686 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:17:51.001124 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:18:21.000660 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:18:51.000763 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:19:21.001678 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:19:51.000824 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:20:21.000698 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:20:51.000830 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:21:21.000867 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:21:51.000593 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:22:21.001103 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:22:51.000761 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:23:21.000636 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:23:51.001056 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:24:21.001063 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:24:51.000934 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:25:21.000583 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:25:51.000810 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:26:21.000662 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:26:51.000797 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:27:21.000806 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:27:51.000985 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:28:21.000739 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:28:51.001078 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:29:21.000634 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:29:51.000609 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:30:21.000715 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:30:51.000817 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:31:21.000748 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:31:51.000823 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:32:21.000755 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:32:51.000710 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:33:21.000979 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:33:51.001036 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:34:21.000601 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:34:51.000614 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:35:21.000816 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:35:51.000954 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:36:21.000793 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:36:51.000767 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:37:21.000782 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:37:51.001587 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:38:21.000919 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:38:51.000846 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:39:21.000836 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:39:51.001040 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:40:21.000756 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:40:51.000990 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:41:21.000897 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:41:51.000896 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:42:21.000921 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:42:51.000988 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:43:21.000657 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:43:51.000922 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:44:21.000955 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:44:51.001155 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:45:21.000895 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:45:51.001043 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:46:21.000993 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:46:51.001014 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:47:21.000925 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:47:51.000979 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:48:21.001105 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:48:51.000616 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:49:21.000600 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:49:51.000770 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:50:21.000743 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:50:51.000755 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:51:21.000773 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:51:51.000915 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:52:21.000575 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:52:51.000864 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:53:21.000945 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:53:51.000842 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:54:21.000658 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:54:51.000928 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:55:21.000685 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:55:51.000949 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:56:21.000907 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:56:51.000598 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:57:21.000972 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:57:51.022991 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:58:21.001064 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:58:51.000603 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:59:21.001023 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 10:59:51.001114 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:00:21.001016 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:00:51.000681 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:01:21.000985 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:01:51.000745 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:02:21.000560 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:02:51.000733 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:03:21.000562 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:03:51.000892 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:04:21.001068 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:04:51.000823 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:05:21.001048 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:05:51.000869 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:06:21.000881 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:06:51.000763 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:07:21.000960 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:07:51.000926 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:08:21.001348 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:08:51.000966 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:09:21.000714 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:09:51.000599 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:10:21.000946 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:10:51.000874 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:11:21.000985 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:11:51.000629 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:12:21.000714 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:12:51.000787 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:13:21.000860 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:13:51.000690 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:14:21.000966 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:14:51.000572 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:15:21.000827 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:15:51.001008 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:16:21.000989 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:16:51.000635 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:17:21.000650 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:17:51.001002 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:18:21.000696 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:18:51.000804 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:19:21.000718 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:19:51.000642 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:20:21.000776 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:20:51.000710 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:21:21.000708 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:21:51.000739 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:22:21.000830 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:22:51.000760 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:23:21.000713 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:23:51.000704 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:24:21.000744 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:24:51.000650 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:25:21.000789 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:25:51.001040 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:26:21.000842 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:26:51.000674 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:40:27.001594 INFO initial log succ. - config.go:249
|
|
2025/05/12 11:40:27.001594 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/12 11:40:27.002132 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/12 11:40:27.002132 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/12 11:40:27.002132 INFO start: 2025-05-12 11:40:26.798 - base.go:35
|
|
2025/05/12 11:40:27.002132 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/12 11:40:27.002132 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/12 11:40:27.002132 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/12 11:40:27.002132 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/12 11:40:27.002132 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/12 11:40:27.002132 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/12 11:40:27.004309 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/12 11:40:27.004985 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/12 11:40:57.005087 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:41:27.005309 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:41:57.005487 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:42:27.005112 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:42:57.005070 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:43:27.005108 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:43:57.005414 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:44:27.005061 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:44:57.005163 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:45:27.005204 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:45:57.005143 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:46:27.005475 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:46:57.005095 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:47:27.005449 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:47:57.005213 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:48:27.005525 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:48:57.005297 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:49:27.005054 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:49:57.005269 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:50:27.005132 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:50:57.005193 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:51:27.005023 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:51:57.005228 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:52:27.005347 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:52:57.005235 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:53:27.005427 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:53:57.005236 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:54:27.005183 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:54:57.005342 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:55:27.005394 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:55:57.005303 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:56:27.005450 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:56:57.005235 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:57:27.005181 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:57:57.005393 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:58:27.005241 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:58:57.005488 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:59:27.005110 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 11:59:57.005353 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:00:27.005179 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:00:57.005047 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:01:27.005205 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:01:57.005352 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:02:27.005551 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:02:57.005532 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:03:27.005370 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:03:57.005179 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:04:27.005298 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:04:57.005494 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:05:27.005339 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:05:57.005247 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:06:27.005233 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:06:57.005372 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:07:27.005357 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:07:57.005212 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:08:27.005132 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:08:57.005483 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:09:27.005436 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:09:57.005106 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:10:27.005571 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:10:57.005230 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:11:27.005337 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:11:57.005354 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:12:27.005542 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:12:57.005268 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:13:27.005478 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:13:57.005370 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:14:27.005497 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:14:57.005170 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:15:27.005307 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:15:57.005259 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:16:27.005528 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:16:57.005078 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:17:27.005236 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:17:57.005520 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:18:27.005497 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:18:57.005141 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:19:27.005519 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:19:57.005494 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:20:27.005211 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:20:57.005046 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:21:27.005203 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:21:57.005346 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:22:27.005166 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:22:57.005338 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:23:27.005610 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:23:57.005549 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:24:27.005358 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:24:57.005377 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:25:27.005429 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:25:57.005469 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:26:27.005168 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:26:57.005386 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:27:27.005298 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:27:57.005220 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:28:27.005310 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:28:57.005554 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:29:27.005065 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:29:57.005507 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:30:27.005341 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:30:57.005490 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:31:27.005046 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:31:57.005097 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:32:27.005447 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:32:57.005450 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:33:27.005520 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:33:57.005208 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:34:27.005202 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:34:57.005212 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:35:27.005454 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:35:57.005315 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:36:27.005189 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:36:57.005053 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:37:27.005021 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:37:57.005498 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:38:27.005159 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:38:57.005356 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:39:27.005072 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:39:57.005109 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:40:27.005446 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:40:57.005581 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:41:27.005353 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:41:57.005773 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:42:27.005513 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:42:57.005457 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:43:27.005125 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:43:57.005359 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:44:27.005357 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:44:57.005292 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:45:27.005390 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:45:57.005268 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:46:27.005379 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:46:57.005461 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:47:27.005055 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:47:57.005083 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:48:27.005173 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:48:57.005230 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:49:27.005265 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:49:57.005396 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:50:27.005072 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:50:57.005582 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:51:27.005179 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:51:57.005619 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:52:27.005279 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:52:57.005098 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:53:27.005228 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:53:57.005620 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:54:27.005448 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:54:57.005423 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:55:27.005313 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:55:57.005452 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:56:27.005541 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:56:57.005434 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:57:27.005277 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:57:57.005104 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:58:27.005612 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:58:57.005590 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:59:27.005468 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 12:59:57.005296 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:00:27.005403 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:00:57.005413 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:01:27.005433 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:01:57.005368 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:02:27.005061 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:02:57.005207 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:03:27.005022 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:03:57.005131 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:04:27.005399 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:04:57.005546 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:05:27.005060 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:05:57.005129 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:06:27.005469 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:06:57.005551 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:07:27.005461 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:07:57.005275 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:08:27.005268 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:08:57.005442 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:09:27.005298 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:09:57.005529 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:10:27.005207 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:10:57.005080 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:11:27.005134 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:11:57.005376 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:12:27.005507 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:12:57.005457 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:13:27.005407 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:13:57.005184 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:14:27.005472 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:14:57.005726 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:15:27.005241 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:15:57.005226 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:16:27.005434 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:16:57.005282 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:17:27.005330 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:17:57.005101 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:18:27.005261 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:18:57.005444 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:19:27.005154 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:19:57.005468 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:20:27.005202 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:20:57.005329 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:21:27.005232 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:21:57.005221 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:22:27.005298 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:22:57.005079 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:23:27.005288 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:23:57.005366 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:24:27.005232 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:24:57.005103 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:25:27.005039 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:25:57.005495 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:26:27.005318 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:26:57.005560 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:27:27.005359 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:27:57.005239 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:28:27.005229 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:28:57.005334 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:29:27.005381 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:29:57.005541 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:30:27.005257 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:30:57.005051 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:31:27.005221 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:31:57.005181 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:32:27.005072 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:32:57.005459 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:33:27.005490 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:33:57.005445 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:34:27.005361 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:34:57.005428 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:35:27.005371 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:35:57.005061 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:36:27.005120 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:36:57.005127 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:37:27.005105 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:37:57.005375 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:38:27.005491 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:38:57.005140 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:39:27.005306 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:39:57.005221 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:40:27.005215 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:40:57.005159 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:41:27.005248 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:41:57.005501 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:42:27.005234 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:42:57.005366 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:43:27.005341 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:43:57.005255 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:44:27.005083 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:44:57.005588 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:45:27.009607 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:45:57.005152 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:46:27.005425 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:46:57.005540 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:47:27.005382 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:47:57.005393 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:48:27.005148 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:48:57.005211 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:49:27.005278 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:49:57.005219 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:50:27.005167 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:50:57.005361 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:51:27.005346 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:51:57.005214 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:52:27.005366 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:52:57.005311 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:53:27.005230 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:53:57.005314 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:54:27.005299 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:54:57.005088 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:55:27.005024 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:55:57.006185 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:56:27.005510 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:56:57.005499 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:57:27.005514 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:57:57.005484 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:58:27.005489 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:58:57.005341 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:59:27.005129 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 13:59:57.005204 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:00:27.005684 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:00:57.005117 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:01:27.005041 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:01:57.005398 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:02:27.005141 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:02:57.005239 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:03:27.005418 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:03:57.005035 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:04:27.005201 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:04:57.005036 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:05:27.007348 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:05:57.005853 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:06:27.005090 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:06:57.005060 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:07:27.005020 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:07:57.005192 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:08:27.005335 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:08:57.005196 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:09:27.005234 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:09:57.005116 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:10:27.005309 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:10:57.005531 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:11:27.005475 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:11:57.005256 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:12:27.005370 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:12:57.005169 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:13:27.005425 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:13:57.005250 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:14:27.005394 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:14:57.005288 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:15:27.005507 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:15:57.005275 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:16:27.005248 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:16:57.005370 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:17:27.005519 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:17:57.005246 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:18:27.005454 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:18:57.005909 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:19:27.005525 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:19:57.005373 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:20:27.005289 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:20:57.005457 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:21:27.005508 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:21:57.005396 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:22:27.005410 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:22:57.005513 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:23:27.005204 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:23:57.005473 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:24:27.005431 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:24:57.005063 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:25:27.005358 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:25:57.005211 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:26:27.005447 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:26:57.005107 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:27:27.005039 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:27:57.005239 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:28:27.005440 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:28:57.005531 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:29:27.005439 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:29:57.005159 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:30:27.005140 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:30:57.005366 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:31:27.005321 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:31:57.005502 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:32:27.005389 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:32:57.005403 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:33:27.005254 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:33:57.005093 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:34:27.005130 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:34:57.005148 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:35:27.005174 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:35:57.005361 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:36:27.005350 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:36:57.005365 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:37:27.005263 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:37:57.005412 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:38:27.005084 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:38:57.005226 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:39:27.005305 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:39:57.005107 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:40:27.005498 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:40:57.005187 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:41:27.005200 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:41:57.006224 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:42:27.005098 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:42:57.005519 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:43:27.005236 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:43:57.005256 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:44:27.005509 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:44:57.005286 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:45:27.005490 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:45:57.005202 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:46:27.005220 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:46:57.005303 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:47:27.005258 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:47:57.007511 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:48:27.005427 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:48:57.005312 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:49:27.005272 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:49:57.005047 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:50:27.005269 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:50:57.005453 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:51:27.005142 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:51:57.005459 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:52:27.005325 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:52:57.005180 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:53:27.005055 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:53:57.005264 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:54:27.005366 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:54:57.005428 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:55:27.005351 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:55:57.005213 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:56:27.005255 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:56:57.005546 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:57:27.005067 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:57:57.005064 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:58:27.015211 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:58:57.005377 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:59:27.005369 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 14:59:57.005351 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:00:27.005127 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:00:57.005437 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:01:27.005399 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:01:57.005065 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:02:27.005383 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:02:57.005452 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:03:27.005562 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:03:57.005224 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:04:27.005354 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:04:57.005495 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:05:27.005064 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:05:57.005418 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:06:27.005300 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:06:57.005143 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:07:27.005308 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:07:57.005072 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:08:27.005506 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:08:57.005844 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:09:27.005159 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:09:57.005322 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:10:27.005202 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:10:57.006897 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:11:27.005785 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:11:57.005035 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:12:27.005452 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:12:57.005531 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:13:27.005353 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:13:57.005114 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:14:27.005258 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:14:57.005163 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:15:27.005086 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:15:57.005529 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:16:27.005262 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:16:57.005228 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:17:27.005240 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:17:57.005246 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:18:27.005374 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:19:59.396933 INFO initial log succ. - config.go:249
|
|
2025/05/12 15:19:59.396933 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/12 15:19:59.397935 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/12 15:19:59.397935 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/12 15:19:59.397935 INFO start: 2025-05-12 15:19:59.016 - base.go:35
|
|
2025/05/12 15:19:59.398442 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/12 15:19:59.398442 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/12 15:19:59.398442 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/12 15:19:59.398442 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/12 15:19:59.398442 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/12 15:19:59.398442 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/12 15:19:59.400676 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/12 15:19:59.401301 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/12 15:20:29.401621 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:20:59.401442 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:21:29.401675 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:21:59.401495 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:22:29.401916 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:22:59.401961 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:23:29.401672 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:23:59.401551 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:24:29.401789 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:24:59.401422 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:25:29.401679 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:25:59.401487 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:26:29.401658 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:26:59.401382 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:27:29.401525 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:27:59.401650 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:28:29.401579 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:28:59.401806 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:29:29.401445 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:29:59.401732 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:30:29.401516 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:30:59.401383 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:31:29.401455 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:31:59.401467 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:32:29.401792 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:32:59.401560 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:33:29.401458 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:33:59.401896 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:34:29.401797 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:34:59.401719 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:35:29.401603 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:35:59.401710 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:36:29.401593 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:36:59.401921 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:37:29.402787 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:37:59.401601 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:38:29.401377 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:38:59.401590 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:39:29.401421 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:39:59.401443 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:40:29.401590 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:40:59.401696 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:41:29.413121 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:41:59.401689 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:42:29.401625 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:42:59.401390 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:43:29.401715 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:43:59.401776 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:44:29.401686 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:44:59.401499 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:45:29.401837 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:45:59.401554 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:46:29.401935 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:46:59.401584 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:47:29.401617 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:47:59.401815 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:48:29.401571 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:48:59.402286 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:49:29.401404 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:49:59.401850 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:50:29.401667 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:50:59.401594 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:51:29.401555 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:51:59.401431 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:52:29.401921 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:52:59.401405 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:53:29.401611 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:53:59.401663 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:54:29.401755 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:54:59.401785 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:55:29.401461 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:55:59.401528 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:56:29.401465 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:56:59.402309 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:57:29.401698 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:57:59.401693 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:58:29.401526 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:58:59.401660 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:59:29.401859 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 15:59:59.401496 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:00:29.401514 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:00:59.401770 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:01:29.401963 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:01:59.401557 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:02:29.401744 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:02:59.401547 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:03:29.401527 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:03:59.401630 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:04:29.401709 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:04:59.401778 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:05:29.401909 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:05:59.401632 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:06:29.401593 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:06:59.401761 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:07:29.401556 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:07:59.401924 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:08:29.401634 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:08:59.401582 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:09:29.401515 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:09:59.401815 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:10:29.401820 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:10:59.401638 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:11:29.401763 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:11:59.401666 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:12:29.401650 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:12:59.401692 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:13:29.401418 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:13:59.429748 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:14:29.401599 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:14:59.401536 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:15:29.401682 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:15:59.401741 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:16:29.401779 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:16:59.402291 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:17:29.401501 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:17:59.401391 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:18:29.401568 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:18:59.401438 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:19:29.401920 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:19:59.401835 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:20:29.401709 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:20:59.401394 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:21:29.401693 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:21:59.401428 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:22:29.401801 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:22:59.401686 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:23:29.401647 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:23:59.401420 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:24:29.401852 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:24:59.401658 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:25:29.401577 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:25:59.401638 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:26:29.401548 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:26:39.314948 INFO initial log succ. - config.go:249
|
|
2025/05/12 16:26:39.314948 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/12 16:26:39.314948 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/12 16:26:39.314948 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/12 16:26:39.315956 INFO start: 2025-05-12 16:26:38.483 - base.go:35
|
|
2025/05/12 16:26:39.315956 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/12 16:26:39.315956 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/12 16:26:39.316954 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/12 16:26:39.316954 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/12 16:26:39.316954 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/12 16:26:39.316954 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/12 16:26:39.316954 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/12 16:26:39.318885 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/12 16:28:31.516286 INFO initial log succ. - config.go:249
|
|
2025/05/12 16:28:31.516286 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/12 16:28:31.516791 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/12 16:28:31.516791 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/12 16:28:31.516791 INFO start: 2025-05-12 16:28:31.255 - base.go:35
|
|
2025/05/12 16:28:31.516791 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/12 16:28:31.516791 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/12 16:28:31.516791 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/12 16:28:31.516791 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/12 16:28:31.516791 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/12 16:28:31.516791 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/12 16:28:31.520076 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/12 16:28:31.520076 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/12 16:29:01.521270 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:29:31.520280 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:30:01.520364 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:30:31.520503 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:31:01.520208 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:31:31.520292 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:32:01.520256 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:32:31.520362 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:33:01.520427 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:33:31.520163 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:34:01.520501 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:34:31.520479 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:35:01.520224 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:35:31.520409 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:36:01.520180 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:36:31.520401 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:37:01.520264 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:37:31.520232 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:38:01.520578 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:38:31.520342 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:39:01.520700 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:39:31.520651 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:40:01.520412 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:40:31.520379 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:41:01.520246 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:41:31.520471 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:42:01.520698 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:42:31.520607 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:43:01.520209 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:43:31.520170 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:44:01.520521 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:44:31.520200 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:45:01.520291 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:45:31.520504 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:46:01.520396 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:46:31.520440 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:47:01.520582 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:47:31.520652 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:48:01.520307 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:48:31.520279 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:49:01.520457 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:49:31.520664 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:50:01.520596 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:50:31.520366 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 16:51:01.520286 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:05:31.047938 INFO initial log succ. - config.go:249
|
|
2025/05/12 18:05:31.048463 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/12 18:05:31.048463 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/12 18:05:31.048463 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/12 18:05:31.048463 INFO start: 2025-05-12 18:05:30.811 - base.go:35
|
|
2025/05/12 18:05:31.048463 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/12 18:05:31.048463 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/12 18:05:31.048463 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/12 18:05:31.048463 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/12 18:05:31.048463 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/12 18:05:31.048463 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/12 18:05:31.050175 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/12 18:05:31.050175 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/12 18:06:01.050693 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:06:31.050657 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:07:01.050504 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:07:31.050908 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:30:50.897959 INFO initial log succ. - config.go:249
|
|
2025/05/12 18:30:50.897959 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/12 18:30:50.898614 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/12 18:30:50.898614 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/12 18:30:50.898614 INFO start: 2025-05-12 18:30:50.656 - base.go:35
|
|
2025/05/12 18:30:50.898614 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/12 18:30:50.898614 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/12 18:30:50.898614 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/12 18:30:50.898614 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/12 18:30:50.898614 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/12 18:30:50.898614 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/12 18:30:50.901917 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/12 18:30:50.901917 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/12 18:31:20.902260 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:31:50.902355 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:32:20.902068 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:32:50.901998 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:33:20.902239 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:33:50.902405 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:34:20.902348 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:34:50.902433 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:35:20.902284 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:35:50.902460 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:36:20.902527 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:36:50.902007 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:37:20.902566 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:37:50.902330 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:38:20.902008 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:38:50.902105 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:39:20.902079 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:39:50.902098 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:40:20.902245 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/12 18:40:50.902448 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:14:10.010384 INFO initial log succ. - config.go:249
|
|
2025/05/13 09:14:10.034607 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 09:14:10.034607 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 09:14:10.035205 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 09:14:10.103466 INFO start: 2025-05-13 09:14:09.752 - base.go:35
|
|
2025/05/13 09:14:10.103466 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 09:14:10.103466 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 09:14:10.103466 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 09:14:10.103466 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 09:14:10.103466 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 09:14:10.103466 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 09:14:10.104009 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 09:14:10.104009 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 09:14:40.104378 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:15:10.104488 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:15:40.104495 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:16:10.104228 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:16:40.104438 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:17:10.104245 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:17:40.104279 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:18:10.104401 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:18:40.104358 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:19:10.104370 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:19:40.104550 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:20:10.104203 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:20:40.104055 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:21:10.104165 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:21:40.104096 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:22:10.104117 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:22:40.104505 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:23:10.104164 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:23:40.104211 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:24:10.104325 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:24:40.104355 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:25:10.104497 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:25:40.104306 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:26:10.104285 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:26:40.104317 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:27:10.104297 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:27:40.104504 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:28:10.104167 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:28:40.104175 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:29:10.104055 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:29:40.104505 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:30:10.104565 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:30:40.104271 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:31:10.104549 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:31:40.104303 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:32:10.104102 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:32:40.104408 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:33:10.104163 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:33:40.104452 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:34:10.104463 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:34:40.104198 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:35:10.104344 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:35:40.104134 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:36:10.104101 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:36:40.104356 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:37:10.104427 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:37:40.104476 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:38:10.104420 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:38:40.104172 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:39:10.104158 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:39:40.104147 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:40:10.106945 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:40:40.104551 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:41:10.104224 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:41:40.104543 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:42:10.104372 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:42:40.104365 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:43:10.104267 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:43:40.104332 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:44:10.104461 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:44:40.104457 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:45:10.104254 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:45:40.104086 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:46:10.104334 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:46:40.104484 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:47:10.104274 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:47:40.104465 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:48:10.104252 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:48:40.104204 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:49:10.104192 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:49:40.104058 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:50:10.104090 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:50:40.104331 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:51:10.104320 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:51:40.104554 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:52:10.104368 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:52:40.104148 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:53:10.104267 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:53:40.104071 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:54:10.104093 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:54:40.104152 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:55:10.104186 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:55:40.104205 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:56:10.104211 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:56:40.104512 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:57:10.104504 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:57:40.104524 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:58:10.104450 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:58:40.104545 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:59:10.104299 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 09:59:40.104139 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:00:10.104333 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:00:40.104481 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:01:10.104514 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:01:40.104072 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:02:10.104566 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:02:40.104569 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:03:10.104075 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:03:40.105327 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:04:10.104232 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:04:40.104314 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:05:10.104301 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:05:40.104505 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:06:10.104312 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:06:40.104212 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:07:10.104532 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:07:40.104282 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:08:10.104332 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:08:40.104526 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:09:10.104257 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:09:40.104512 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:10:10.104412 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:10:40.104474 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:11:10.104365 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:11:40.104488 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:12:10.104343 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:12:40.104270 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:13:10.104430 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:13:40.104213 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:14:10.104118 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:14:40.104575 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:15:10.104133 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:15:40.104547 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:16:10.104701 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:16:40.104151 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:17:10.104314 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:17:40.104433 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:18:10.104424 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:18:40.104432 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:19:10.104560 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:19:40.104132 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:20:10.104487 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:20:40.104311 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:21:10.104415 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:21:45.190020 INFO initial log succ. - config.go:249
|
|
2025/05/13 10:21:45.190020 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 10:21:45.190547 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 10:21:45.190547 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 10:21:45.190547 INFO start: 2025-05-13 10:21:44.97 - base.go:35
|
|
2025/05/13 10:21:45.190547 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 10:21:45.190547 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 10:21:45.190547 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 10:21:45.190547 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 10:21:45.190547 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 10:21:45.190547 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 10:21:45.191885 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 10:21:45.192421 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 10:22:17.052393 INFO initial log succ. - config.go:249
|
|
2025/05/13 10:22:17.052393 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 10:22:17.052393 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 10:22:17.052393 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 10:22:17.052393 INFO start: 2025-05-13 10:22:16.767 - base.go:35
|
|
2025/05/13 10:22:17.052393 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 10:22:17.052393 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 10:22:17.052393 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 10:22:17.052393 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 10:22:17.052393 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 10:22:17.052929 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 10:22:17.053979 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 10:22:17.054498 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 10:22:47.055018 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:23:17.054909 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:23:47.055045 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:31:28.283630 INFO initial log succ. - config.go:249
|
|
2025/05/13 10:31:28.283630 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 10:31:28.284162 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 10:31:28.284162 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 10:31:28.284162 INFO start: 2025-05-13 10:31:28.043 - base.go:35
|
|
2025/05/13 10:31:28.284162 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 10:31:28.284162 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 10:31:28.284162 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 10:31:28.284162 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 10:31:28.284162 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 10:31:28.284162 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 10:31:28.286306 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 10:31:28.286306 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 10:31:58.286432 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:32:27.283282 INFO initial log succ. - config.go:249
|
|
2025/05/13 10:32:27.283282 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 10:32:27.283827 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 10:32:27.283827 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 10:32:27.283827 INFO start: 2025-05-13 10:32:27.066 - base.go:35
|
|
2025/05/13 10:32:27.283827 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 10:32:27.283827 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 10:32:27.283827 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 10:32:27.283827 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 10:32:27.283827 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 10:32:27.283827 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 10:32:27.285662 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 10:32:27.286257 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 10:32:57.286778 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:33:27.286611 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:33:57.286645 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:34:27.286509 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:53:14.250308 INFO initial log succ. - config.go:249
|
|
2025/05/13 10:53:14.251308 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 10:53:14.251308 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 10:53:14.251308 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 10:53:14.251308 INFO start: 2025-05-13 10:53:14.073 - base.go:35
|
|
2025/05/13 10:53:14.251308 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 10:53:14.251308 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 10:53:14.251308 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 10:53:14.251308 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 10:53:14.251308 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 10:53:14.251308 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 10:53:14.253309 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 10:53:14.253309 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 10:53:44.253841 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:54:14.253835 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:54:44.253600 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:55:14.253800 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:55:44.253762 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:56:14.253700 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:56:44.253603 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:57:14.253430 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:57:44.253811 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:58:14.253568 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:58:44.253376 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:59:14.253781 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 10:59:44.253498 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:00:14.253627 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:00:44.253843 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:01:14.253514 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:01:53.520465 INFO initial log succ. - config.go:249
|
|
2025/05/13 11:01:53.521044 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 11:01:53.521044 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 11:01:53.521044 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 11:01:53.521044 INFO start: 2025-05-13 11:01:53.242 - base.go:35
|
|
2025/05/13 11:01:53.521044 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 11:01:53.521044 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 11:01:53.521044 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 11:01:53.521044 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 11:01:53.521044 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 11:01:53.521044 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 11:01:53.522620 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 11:01:53.522620 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 11:03:58.021089 INFO initial log succ. - config.go:249
|
|
2025/05/13 11:03:58.021089 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 11:03:58.021089 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 11:03:58.021089 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 11:03:58.021089 INFO start: 2025-05-13 11:03:57.808 - base.go:35
|
|
2025/05/13 11:03:58.021089 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 11:03:58.021089 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 11:03:58.021089 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 11:03:58.021089 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 11:03:58.021089 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 11:03:58.021089 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 11:03:58.023273 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 11:03:58.023969 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 11:04:43.746553 INFO initial log succ. - config.go:249
|
|
2025/05/13 11:04:43.746553 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 11:04:43.747083 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 11:04:43.747083 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 11:04:43.747083 INFO start: 2025-05-13 11:04:43.496 - base.go:35
|
|
2025/05/13 11:04:43.747083 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 11:04:43.747083 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 11:04:43.747083 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 11:04:43.747083 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 11:04:43.747083 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 11:04:43.747083 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 11:04:43.748693 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 11:04:43.748693 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 11:05:35.033517 INFO initial log succ. - config.go:249
|
|
2025/05/13 11:05:35.034031 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 11:05:35.034031 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 11:05:35.034031 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 11:05:35.034031 INFO start: 2025-05-13 11:05:34.826 - base.go:35
|
|
2025/05/13 11:05:35.034031 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 11:05:35.034031 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 11:05:35.034031 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 11:05:35.034031 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 11:05:35.034031 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 11:05:35.034031 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 11:05:35.037050 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 11:05:35.037050 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 11:06:05.037161 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:06:35.037557 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:07:05.037161 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:21:27.441118 INFO initial log succ. - config.go:249
|
|
2025/05/13 11:21:27.506361 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 11:21:27.507632 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 11:21:27.507632 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 11:21:27.507632 INFO start: 2025-05-13 11:21:26.462 - base.go:35
|
|
2025/05/13 11:21:27.507632 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 11:21:27.507632 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 11:21:27.507632 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 11:21:27.507632 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 11:21:27.507632 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 11:21:27.507632 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 11:21:27.507632 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 11:21:27.508640 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 11:21:57.509019 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:22:27.508894 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:22:57.509178 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:23:37.921454 INFO initial log succ. - config.go:249
|
|
2025/05/13 11:23:37.921454 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 11:23:37.922705 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 11:23:37.922705 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 11:23:37.922705 INFO start: 2025-05-13 11:23:37.745 - base.go:35
|
|
2025/05/13 11:23:37.922705 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 11:23:37.922705 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 11:23:37.922705 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 11:23:37.922705 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 11:23:37.922705 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 11:23:37.922705 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 11:23:37.923705 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 11:23:37.923705 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 11:24:07.923797 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:24:37.923931 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:25:07.924093 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:25:37.924188 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:26:07.924251 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:26:37.923934 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:27:07.924249 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:27:37.924302 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:28:07.924142 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:28:37.924274 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:29:07.923961 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:29:37.924257 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:30:07.923843 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:30:37.924185 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:31:07.923920 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:31:37.923842 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:32:07.923967 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:32:37.924302 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:33:07.923788 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:33:37.924114 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:34:07.924077 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:34:37.924090 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:35:07.923829 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:35:37.924249 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:36:07.923810 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:36:37.924243 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:37:07.924329 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:37:37.924076 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:38:07.924046 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:38:37.924231 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:39:07.923957 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:39:37.923795 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:40:07.923739 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:40:37.924380 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:41:07.924025 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:41:37.924087 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:42:07.924230 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:42:37.924085 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:43:07.924219 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:43:37.924080 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:44:07.924069 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:44:37.923963 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:45:07.924009 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:45:37.924056 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:46:07.923887 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:46:37.924077 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:47:07.923924 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:47:37.923723 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:48:07.923845 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:48:37.923987 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:49:07.924140 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:49:37.923964 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:50:07.923823 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:50:37.924235 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:51:07.924364 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:51:37.924270 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:52:07.923854 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:52:37.923849 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:53:07.924063 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:53:37.923918 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:54:07.924108 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:54:37.923997 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:55:07.924147 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:55:37.923942 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:56:07.924062 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:56:37.924211 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:57:07.923988 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:57:37.924149 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:58:07.924166 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:58:37.924018 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:59:07.923841 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 11:59:37.924209 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:00:07.924177 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:00:37.923938 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:01:07.923860 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:01:37.924068 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:02:07.924187 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:02:37.923787 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:03:07.923984 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:03:37.924136 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:04:07.923771 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:04:37.924196 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:05:07.923887 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:05:37.923969 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:06:07.923994 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:06:37.924095 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:07:07.923921 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:07:37.924115 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:08:07.924124 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:08:37.924076 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:09:07.923988 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:09:37.923922 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:10:07.924084 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:10:37.924257 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:11:07.923894 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:11:37.924209 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:12:07.924519 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:12:37.923999 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:13:07.924084 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:13:37.923927 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:14:07.923905 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:14:37.923992 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:15:07.923816 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:15:37.923926 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:16:07.924010 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:16:37.924039 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:17:07.924029 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:17:37.924244 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:18:07.924166 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:18:37.924252 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:19:07.924007 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:19:37.923982 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:20:07.923890 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:20:37.923913 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:21:07.924259 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:21:37.923826 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:22:07.924253 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:22:37.924261 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:23:07.924273 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:23:37.923889 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:24:07.924075 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:24:37.923882 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:25:07.923889 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:25:37.923915 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:26:07.924007 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:26:37.924263 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:27:07.924081 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:27:37.924046 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:28:07.923874 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:28:37.924075 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:29:07.924065 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:29:37.924174 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:30:07.924238 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:30:37.924432 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:31:07.924098 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:31:37.923991 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:32:07.923934 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:32:37.923932 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:33:07.924091 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:33:37.931633 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:34:07.924056 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:34:37.923958 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:35:07.923752 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:35:37.923870 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:36:07.924035 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:36:37.923955 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:37:07.923995 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:37:37.924018 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:38:07.923844 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:38:37.923989 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:39:07.924288 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:39:37.924082 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:40:07.924013 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:40:37.924270 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:41:07.924250 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:41:37.923848 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:42:07.923990 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:42:37.924085 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:43:07.923779 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:43:37.924127 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:44:07.924089 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:44:37.924031 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:45:07.924036 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:45:37.924029 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:46:07.924273 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:46:37.924054 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:47:07.924164 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:47:37.923941 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:48:07.924301 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:48:37.923821 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:49:07.923822 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:49:37.924121 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:50:07.924225 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:50:37.923978 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:51:07.924095 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:51:37.924292 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:52:07.924077 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:52:37.924293 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:53:07.923952 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:53:37.924257 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:54:07.923920 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:54:37.924090 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:55:07.924038 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:55:37.923996 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:56:07.923896 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:56:37.923875 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:57:07.923803 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:57:37.924128 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:58:07.923991 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:58:37.924285 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:59:07.924041 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 12:59:37.924028 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:00:07.923916 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:00:37.924123 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:01:07.924192 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:01:37.923860 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:02:07.923881 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:02:37.924124 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:03:07.924332 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:03:37.924047 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:04:07.924007 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:04:37.924145 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:05:07.923980 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:05:37.924169 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:06:07.924270 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:06:37.924049 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:07:07.924011 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:07:37.924023 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:08:07.924260 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:08:37.923929 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:09:07.924158 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:09:37.924142 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:10:07.924062 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:10:37.923807 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:11:07.924386 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:11:37.924110 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:12:07.923796 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:12:37.924115 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:13:07.924073 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:13:37.924287 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:14:07.924098 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:14:37.923995 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:15:07.923832 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:15:37.924015 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:16:07.923905 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:16:37.923870 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:17:07.923978 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:17:37.924171 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:18:07.924138 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:18:37.923808 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:19:07.923959 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:19:37.924264 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:20:07.924267 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:20:37.924210 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:21:07.924110 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:21:37.924228 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:22:07.923888 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:22:37.924126 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:23:07.923918 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:23:37.924017 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:24:07.924045 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:24:37.923962 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:25:07.924081 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:25:37.923948 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:26:07.923942 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:26:37.923790 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:27:07.924256 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:27:37.923981 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:28:07.923995 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:28:37.924221 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:29:07.923962 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:29:37.924289 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:30:07.923948 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:30:37.924070 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:31:07.923954 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:31:37.924001 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:32:07.923894 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:32:37.924012 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:33:07.923948 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:33:37.924222 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:34:07.924287 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:34:37.924680 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:35:07.923772 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:35:37.923963 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:36:07.923892 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:36:37.924076 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:37:07.924194 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:37:37.923796 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:38:07.924296 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:38:37.923865 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:39:07.924031 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:39:37.924357 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:40:07.923823 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:40:37.924153 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:41:07.924218 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:41:37.924024 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:42:07.924006 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:42:37.923794 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:43:07.924110 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:43:37.923971 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:44:07.924023 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:44:37.923807 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:45:07.924114 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:45:37.923855 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:46:07.924207 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:46:37.924610 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:47:07.923844 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:47:37.924093 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:48:07.924165 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:48:37.924269 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:49:07.924071 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:49:37.924028 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:50:07.923780 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:50:37.924122 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:51:07.924173 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:51:37.924250 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:52:07.923956 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:52:37.924250 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:53:07.924394 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:53:37.923909 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:54:07.923853 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:54:37.924062 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:55:07.923947 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:55:37.923789 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:56:07.924128 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:56:37.924092 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:57:07.923794 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:57:37.924164 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:58:07.923852 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:58:37.924514 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:59:07.923755 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 13:59:37.923796 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:00:07.924289 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:00:37.924010 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:01:07.923776 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:01:37.923871 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:02:07.923792 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:02:37.924081 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:03:07.923809 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:03:37.924226 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:04:07.924214 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:04:37.923961 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:05:07.924073 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:05:37.923942 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:06:07.924034 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:06:37.924041 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:07:07.923911 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:07:37.924114 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:08:07.924141 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:08:37.924247 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:09:07.923985 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:09:37.924042 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:10:07.923752 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:10:37.924126 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:11:07.923946 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:11:37.923837 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:12:07.924229 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:12:37.924080 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:13:07.923855 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:13:37.923949 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:14:07.924080 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:14:37.924636 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:15:07.923973 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:15:37.923804 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:16:07.923823 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:16:37.923871 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:17:07.924266 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:17:37.924010 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:21:10.497826 INFO initial log succ. - config.go:249
|
|
2025/05/13 14:21:10.497826 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 14:21:10.497826 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 14:21:10.497826 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 14:21:10.497826 INFO start: 2025-05-13 14:21:10.273 - base.go:35
|
|
2025/05/13 14:21:10.497826 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 14:21:10.497826 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 14:21:10.498351 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 14:21:10.498351 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 14:21:10.498351 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 14:21:10.498351 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 14:21:10.499388 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 14:21:10.499908 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 14:21:40.517924 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:22:10.500282 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:22:40.500228 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:23:10.500311 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:23:40.500442 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:24:10.500589 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:24:41.563253 INFO initial log succ. - config.go:249
|
|
2025/05/13 14:24:41.563253 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 14:24:41.563794 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 14:24:41.563794 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 14:24:41.563794 INFO start: 2025-05-13 14:24:41.21 - base.go:35
|
|
2025/05/13 14:24:41.563794 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 14:24:41.563794 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 14:24:41.563794 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 14:24:41.563794 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 14:24:41.563794 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 14:24:41.563794 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 14:24:41.567454 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 14:24:41.567454 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 14:25:11.567982 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:25:41.567869 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:26:11.567980 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:26:41.567860 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:27:11.567904 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:27:41.567742 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:28:11.567774 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:28:41.568209 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:29:11.567994 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:29:41.567775 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:30:11.567601 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:30:41.567756 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:31:11.567842 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:31:41.567979 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:32:11.568192 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:32:41.567944 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:33:11.567674 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:34:06.084689 INFO initial log succ. - config.go:249
|
|
2025/05/13 14:34:06.084689 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 14:34:06.084689 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 14:34:06.084689 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 14:34:06.085215 INFO start: 2025-05-13 14:34:05.851 - base.go:35
|
|
2025/05/13 14:34:06.085215 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 14:34:06.085215 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 14:34:06.085215 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 14:34:06.085215 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 14:34:06.085215 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 14:34:06.085215 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 14:34:06.087773 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 14:34:06.087773 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 14:34:36.088196 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:35:06.087819 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:35:36.087873 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:36:06.087938 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:36:36.087990 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:37:06.087836 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:37:36.088180 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:38:06.087849 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:38:36.088084 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:39:06.087948 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:39:57.517806 INFO initial log succ. - config.go:249
|
|
2025/05/13 14:39:57.517806 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 14:39:57.518180 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 14:39:57.518180 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 14:39:57.518180 INFO start: 2025-05-13 14:39:57.273 - base.go:35
|
|
2025/05/13 14:39:57.518180 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 14:39:57.518180 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 14:39:57.518180 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 14:39:57.518180 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 14:39:57.518180 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 14:39:57.518180 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 14:39:57.521875 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 14:39:57.521875 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 14:40:27.522183 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:40:57.522083 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:41:27.521948 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:41:57.522306 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:42:27.522295 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:43:18.939114 INFO initial log succ. - config.go:249
|
|
2025/05/13 14:43:18.939114 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 14:43:18.939114 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 14:43:18.939635 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 14:43:18.939635 INFO start: 2025-05-13 14:43:18.663 - base.go:35
|
|
2025/05/13 14:43:18.939635 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 14:43:18.939635 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 14:43:18.939635 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 14:43:18.939635 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 14:43:18.939635 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 14:43:18.939635 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 14:43:18.941606 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 14:43:18.941606 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 14:43:48.942019 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:44:18.942573 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:44:51.810734 INFO initial log succ. - config.go:249
|
|
2025/05/13 14:44:51.810734 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 14:44:51.811242 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 14:44:51.811242 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 14:44:51.811242 INFO start: 2025-05-13 14:44:51.544 - base.go:35
|
|
2025/05/13 14:44:51.811242 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 14:44:51.811242 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 14:44:51.811242 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 14:44:51.811242 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 14:44:51.811242 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 14:44:51.811242 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 14:44:51.812899 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 14:44:51.813453 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 14:45:21.813825 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:45:51.813856 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:46:21.814108 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:46:51.813646 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:47:21.814454 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:47:51.813801 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:48:21.814665 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:48:51.814373 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:49:21.814005 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:49:51.813591 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:50:21.816033 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 14:50:51.813713 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:05:27.842309 INFO initial log succ. - config.go:249
|
|
2025/05/13 15:05:27.842309 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 15:05:27.842309 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 15:05:27.842309 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 15:05:27.842309 INFO start: 2025-05-13 15:05:27.296 - base.go:35
|
|
2025/05/13 15:05:27.842309 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 15:05:27.842309 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 15:05:27.842309 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 15:05:27.842309 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 15:05:27.842309 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 15:05:27.842309 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 15:05:27.844210 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 15:05:27.844744 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 15:05:57.845140 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:06:53.057343 INFO initial log succ. - config.go:249
|
|
2025/05/13 15:06:53.058852 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 15:06:53.061237 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 15:06:53.061237 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 15:06:53.062237 INFO start: 2025-05-13 15:06:52.706 - base.go:35
|
|
2025/05/13 15:06:53.062237 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 15:06:53.062237 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 15:06:53.062237 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 15:06:53.062237 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 15:06:53.062237 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 15:06:53.062237 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 15:06:53.064236 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 15:06:53.064236 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 15:07:23.064718 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:07:53.068175 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:08:23.064320 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:08:53.064537 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:09:23.064370 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:09:53.064756 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:10:23.064831 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:10:53.064379 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:11:23.064436 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:11:53.064534 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:12:23.064320 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:12:53.064448 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:13:23.064441 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:13:53.064604 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:14:23.064441 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:14:53.064351 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:15:23.064912 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:15:53.064508 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:16:23.064464 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:16:53.064408 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:17:23.064569 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:17:53.064467 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:18:23.064682 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:18:53.064325 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:19:23.064352 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:19:53.064363 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:20:23.064320 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:20:53.064586 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:21:23.064517 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:21:53.064529 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:22:23.064323 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:22:53.064652 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:23:23.064634 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:24:02.427370 INFO initial log succ. - config.go:249
|
|
2025/05/13 15:24:02.427370 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 15:24:02.427370 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 15:24:02.427370 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 15:24:02.427370 INFO start: 2025-05-13 15:24:02.23 - base.go:35
|
|
2025/05/13 15:24:02.427370 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 15:24:02.427370 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 15:24:02.427896 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 15:24:02.427896 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 15:24:02.427896 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 15:24:02.427896 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 15:24:02.429427 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 15:24:02.429427 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 15:24:32.429725 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:25:02.429565 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:25:32.429761 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:26:02.429517 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:26:32.429626 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:27:02.429889 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:27:32.430844 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:28:02.429478 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:28:32.429876 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:29:02.430084 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:29:32.429695 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:30:02.429994 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:30:32.429962 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:31:02.430020 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:31:32.430675 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:32:02.429860 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:32:32.429847 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:33:02.429632 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:33:32.429961 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:34:02.430537 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:34:32.429669 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:35:02.429598 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:35:32.434506 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:36:02.429506 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:36:32.433646 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:37:02.429761 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:37:32.430548 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:38:02.430014 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:38:32.429577 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:39:02.429645 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:39:32.429794 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:40:23.015388 INFO initial log succ. - config.go:249
|
|
2025/05/13 15:40:23.015388 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 15:40:23.015913 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 15:40:23.015913 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 15:40:23.015913 INFO start: 2025-05-13 15:40:22.547 - base.go:35
|
|
2025/05/13 15:40:23.015913 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 15:40:23.015913 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 15:40:23.015913 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 15:40:23.015913 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 15:40:23.015913 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 15:40:23.015913 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 15:40:23.017175 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 15:40:23.017175 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 15:40:53.017719 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:41:23.017603 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:41:53.017241 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:42:23.017662 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:42:53.017862 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:43:23.017262 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:43:53.017677 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:44:23.017392 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:44:53.018343 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:45:23.026203 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:45:53.017352 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:46:23.017742 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:46:53.017371 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:47:23.017503 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:47:53.017568 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:48:23.017372 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:48:53.017630 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:49:23.017619 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:49:53.017654 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:50:23.017449 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:50:53.017549 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:51:23.017680 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:51:53.017342 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:52:23.017362 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:52:53.017732 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:53:23.017532 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:53:53.017567 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:54:23.017525 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:54:53.017679 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:55:48.584120 INFO initial log succ. - config.go:249
|
|
2025/05/13 15:55:48.584120 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 15:55:48.584120 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 15:55:48.584120 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 15:55:48.585119 INFO start: 2025-05-13 15:55:48.322 - base.go:35
|
|
2025/05/13 15:55:48.585119 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 15:55:48.585119 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 15:55:48.585119 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 15:55:48.585119 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 15:55:48.585119 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 15:55:48.585119 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 15:55:48.586626 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 15:55:48.586626 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 15:56:18.587282 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:56:48.586792 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:57:18.587055 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:57:48.586746 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:58:18.587275 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:58:48.586718 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:59:18.587903 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 15:59:48.587196 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:00:18.587000 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:00:48.590298 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:01:18.586747 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:01:48.587617 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:02:18.587255 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:02:48.587040 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:03:18.587027 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:03:48.587170 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:04:18.587148 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:04:48.586825 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:05:18.586882 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:05:48.587062 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:06:18.587117 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:06:48.587241 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:07:18.586868 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:07:48.586815 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:08:18.586838 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:08:48.586846 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:09:18.586841 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:09:48.587096 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:10:18.586966 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:10:48.587027 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:11:18.586769 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:11:48.587007 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:12:18.586802 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:12:48.586693 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:13:18.587049 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:13:48.587140 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:14:18.587180 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:14:48.586771 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:15:18.587195 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:15:48.587006 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:16:18.586753 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:16:48.586729 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:17:18.586928 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:17:48.586800 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:18:18.586916 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:18:48.586839 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:19:18.587047 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:19:48.586998 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:20:18.586751 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:20:48.587020 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:21:18.586923 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:21:48.586890 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:22:18.586751 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:22:48.586804 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:23:18.586761 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:23:48.586718 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:24:18.586829 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:24:48.586835 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:25:18.587091 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:25:48.586831 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:26:18.587183 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:26:48.586709 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:27:18.586852 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:27:48.586977 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:28:18.587133 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:28:48.586933 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:29:18.587145 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:29:48.587241 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:30:18.587062 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:30:48.586908 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:31:18.586779 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:31:48.587093 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:32:18.587168 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:32:48.587171 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:33:18.587157 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:33:48.586986 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:34:18.586891 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:34:48.587277 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:35:18.586893 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:35:48.587099 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:36:18.587216 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:36:48.587097 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:37:18.587051 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:37:48.586874 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:38:18.586727 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:38:48.587181 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:39:18.586841 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:39:48.586801 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:40:18.586863 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:40:48.587092 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:41:18.586710 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:41:48.586995 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:42:18.586945 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:42:48.587029 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:43:18.587054 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:43:48.587097 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:44:18.586741 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:44:48.587249 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:45:18.587105 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:45:48.587108 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:46:18.587394 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:46:48.587009 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:47:18.586759 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:47:48.587121 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:48:18.587081 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:48:48.586854 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:49:18.587092 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:49:48.586898 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:50:18.587032 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:50:48.586992 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:51:18.587178 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:51:48.586833 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:52:18.586783 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:52:48.586836 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:53:18.586859 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:53:48.586718 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:54:18.586792 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:54:48.586977 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:55:18.587150 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:55:48.587017 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:56:18.586999 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:56:48.587090 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:57:18.587247 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:57:48.587013 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:58:18.586832 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:58:48.587115 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:59:18.586869 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 16:59:48.587058 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:00:18.587105 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:00:48.587044 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:01:18.586948 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:01:48.587220 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:02:18.586900 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:02:48.586960 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:03:18.586804 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:03:48.587107 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:04:18.587121 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:04:48.587539 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:05:18.586941 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:05:48.586716 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:06:18.586849 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:06:48.586767 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:07:18.586771 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:07:48.586724 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:08:18.587094 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:08:48.587119 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:09:18.586781 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:09:48.586941 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:10:18.586900 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:10:48.586912 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:11:18.587141 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:11:48.586952 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:12:18.587098 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:12:48.587126 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:13:18.586887 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:13:48.586699 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:14:18.586817 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:14:48.587128 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:15:18.586732 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:15:48.586859 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:16:18.587050 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:16:48.587057 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:17:18.586938 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:17:48.587082 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:18:18.587147 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:18:48.587031 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:19:18.587119 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:19:48.586890 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:20:18.586817 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:20:48.587060 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:21:18.586865 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:21:48.586734 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:22:18.587118 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:22:48.587151 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:23:18.586822 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:23:48.586878 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:24:18.586981 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:24:48.587433 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:25:18.586800 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:25:48.587014 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:26:18.586970 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:26:48.586873 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:27:18.586959 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:27:48.586895 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:28:18.586844 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:28:48.586914 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:29:18.586724 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:29:48.587048 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:30:18.587106 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:30:48.587084 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:31:18.587355 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:31:48.588381 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:32:18.586958 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:32:48.587106 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:33:18.592193 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:33:48.586824 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:34:18.586875 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:34:48.587059 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:35:18.587151 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:35:48.586855 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:36:18.586719 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:36:48.586879 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:37:18.586996 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:37:48.587066 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:38:18.587076 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:38:48.587192 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:39:18.586830 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:39:48.586756 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:40:18.586820 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:40:48.586780 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:41:18.586741 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:41:48.586739 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:42:18.586710 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:42:48.586954 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:43:18.586740 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:43:48.587137 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:44:18.586938 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:44:48.586761 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:45:18.586926 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:45:48.586780 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:46:18.586851 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:46:48.587127 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:47:18.586992 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:47:48.587050 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:48:18.586870 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:48:48.587258 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:49:18.586973 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:49:48.586888 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:50:18.587108 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:50:48.587206 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:51:18.586907 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:51:48.586906 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:52:18.587403 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:52:48.586980 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:53:18.586875 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:53:48.587455 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:54:18.587092 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:54:48.587036 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:55:18.586947 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:55:48.587107 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:56:18.586920 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:56:48.586964 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:57:18.586942 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:57:48.586919 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:58:18.586878 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:58:48.587609 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:59:18.586728 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 17:59:48.586708 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:01:10.475357 INFO initial log succ. - config.go:249
|
|
2025/05/13 18:01:10.475357 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/13 18:01:10.475357 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/13 18:01:10.475357 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/13 18:01:10.475357 INFO start: 2025-05-13 18:01:10.3 - base.go:35
|
|
2025/05/13 18:01:10.475357 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/13 18:01:10.475357 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/13 18:01:10.475357 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/13 18:01:10.475357 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/13 18:01:10.475357 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/13 18:01:10.475357 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/13 18:01:10.477368 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/13 18:01:10.477368 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/13 18:01:40.477614 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:02:10.477728 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:02:40.477492 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:03:10.477504 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:03:40.477800 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:04:10.477932 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:04:40.477670 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:05:10.477847 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:05:40.477776 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:06:10.477739 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:06:40.477860 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:07:10.477869 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:07:40.477706 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:08:10.477617 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:08:40.477785 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:09:10.477701 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:09:40.477650 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:10:10.477516 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:10:40.478940 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:11:10.477649 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:11:40.477851 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:12:10.477722 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:12:40.477634 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:13:10.477813 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:13:40.477732 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:14:10.477823 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:14:40.477529 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:15:10.477543 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:15:40.477569 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:16:10.479443 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:16:40.478352 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:17:10.477423 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:17:40.477532 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:18:10.477593 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:18:40.478382 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:19:10.477627 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:19:40.477832 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:20:10.477684 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:20:40.477539 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:21:10.478945 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:21:40.477614 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:22:10.477572 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:22:40.477888 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:23:10.477758 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:23:40.477491 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:24:10.477678 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:24:40.477910 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:25:10.477696 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:25:40.477653 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:26:10.477741 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:26:40.477859 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:27:10.477929 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:27:40.477743 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:28:10.477794 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:28:40.477621 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:29:10.477670 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:29:40.477831 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:30:10.477562 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:30:40.477673 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:31:10.477505 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:31:40.477487 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:32:10.477572 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:32:40.477570 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:33:10.477457 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:33:40.477785 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:34:10.477880 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:34:40.477706 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:35:10.477886 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/13 18:35:40.477944 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:14:32.506838 INFO initial log succ. - config.go:249
|
|
2025/05/14 09:14:32.530472 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/14 09:14:32.531478 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/14 09:14:32.531478 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/14 09:14:32.531478 INFO start: 2025-05-14 09:14:32.352 - base.go:35
|
|
2025/05/14 09:14:32.531478 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/14 09:14:32.531478 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/14 09:14:32.531478 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/14 09:14:32.531478 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/14 09:14:32.531478 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/14 09:14:32.531478 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/14 09:14:32.531478 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/14 09:14:32.531478 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/14 09:15:02.532985 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:15:32.531646 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:16:02.532746 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:16:32.531701 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:17:02.531600 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:17:32.531886 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:18:02.539208 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:18:32.532019 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:19:02.577986 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:19:32.533622 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:20:02.534368 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:20:32.534703 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:21:02.535152 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:21:32.532069 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:22:02.535771 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:22:32.531868 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:23:02.531794 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:23:32.536110 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:24:02.574120 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:24:32.531803 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:25:02.531815 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:25:32.532509 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:26:02.531994 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:26:32.535902 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:27:02.531785 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:27:32.531750 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:28:02.531643 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:28:32.532512 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:29:02.531917 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:29:32.531973 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:30:02.531649 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:30:32.560678 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:31:02.532658 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:31:32.531797 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:32:02.531990 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:32:32.532872 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:33:02.531768 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:33:32.531889 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:34:02.531817 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:34:32.532125 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:35:02.534116 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:35:32.531738 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:36:02.531989 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:36:32.534621 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:37:02.531989 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:37:32.531599 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:38:02.531932 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:38:32.531807 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:39:02.538635 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:39:32.532108 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:40:02.531738 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:40:32.531837 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:41:02.531958 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:41:32.531623 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:42:02.531831 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:42:32.531616 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:43:02.532308 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:43:32.531736 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:44:02.532007 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:44:32.531621 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:45:02.531977 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:45:32.531707 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:46:02.531578 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:46:32.532236 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:47:02.531996 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:47:32.543522 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:48:02.532022 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:48:32.531941 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:49:02.532003 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:49:32.532028 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:50:02.531621 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:50:32.531970 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:51:02.531834 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:51:32.531871 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:52:02.532059 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:52:32.532120 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:53:02.532009 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:53:32.531738 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:54:02.531819 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:54:32.531611 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:55:02.531858 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:55:32.532631 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:56:02.532170 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:56:32.531690 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:57:02.531603 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:57:32.531671 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:58:02.531572 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:58:32.532097 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:59:02.531792 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 09:59:32.531934 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:00:02.531662 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:00:32.531691 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:01:02.544432 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:01:32.531698 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:02:02.531907 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:02:32.532002 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:03:02.531959 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:03:32.531790 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:04:02.531526 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:04:32.532067 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:05:02.535402 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:05:32.531762 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:06:02.531712 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:06:32.531604 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:07:02.531751 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:07:32.531745 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:08:02.531629 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:08:32.531564 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:09:02.531981 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:09:32.534066 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:10:02.531760 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:10:32.531623 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:11:02.531629 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:11:32.531784 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:12:02.531897 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:12:32.531609 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:13:02.532051 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:13:32.532026 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:14:02.532150 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:14:32.531664 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:15:02.532256 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:15:32.531732 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:16:02.535903 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:16:32.531967 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:17:02.531912 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:17:32.531774 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:18:02.532050 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:18:32.532224 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:19:02.532078 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:19:32.533220 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:20:02.531629 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:20:32.531855 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:21:02.531822 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:21:32.531984 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:22:02.531591 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:22:32.534521 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:23:02.532160 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:23:32.531595 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:24:02.531846 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:24:32.531850 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:25:02.531989 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:25:32.531716 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:26:02.531587 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:26:32.531674 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:27:02.531649 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:27:32.531946 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:28:02.531970 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:28:32.532592 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:29:02.531628 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:29:32.531925 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:30:02.532077 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:30:32.531957 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:31:02.531743 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:31:32.531777 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:32:02.531962 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:32:32.532030 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:33:02.531747 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:33:32.531783 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:34:02.531578 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:34:32.532324 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:35:02.531619 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:35:32.531716 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:36:02.531724 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:36:32.531821 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:37:02.531707 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:37:32.531891 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:38:02.531783 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:38:32.531913 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:39:02.531988 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:39:32.531955 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:40:02.531576 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:40:32.531666 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:41:02.531945 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:41:32.532142 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:42:02.531725 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:42:32.531995 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:43:02.532070 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:43:32.531782 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:44:02.531982 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:44:32.531718 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:45:02.531902 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:45:32.531659 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:46:02.531666 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:46:32.531782 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:47:02.531808 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:47:32.531997 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:48:02.531863 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:48:32.531614 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:49:02.531775 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:49:32.531757 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 10:50:02.607500 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 14:37:54.027292 INFO initial log succ. - config.go:249
|
|
2025/05/14 14:37:54.059586 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/14 14:37:54.060586 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/14 14:37:54.060586 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/14 14:37:54.095043 INFO start: 2025-05-14 14:37:53.575 - base.go:35
|
|
2025/05/14 14:37:54.095043 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/14 14:37:54.095043 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/14 14:37:54.096043 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/14 14:37:54.096043 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/14 14:37:54.096043 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/14 14:37:54.096043 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/14 14:37:54.096043 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/14 14:37:54.096043 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/14 14:38:24.097064 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 14:38:54.100899 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 14:39:24.255733 INFO initial log succ. - config.go:249
|
|
2025/05/14 14:39:24.255733 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/14 14:39:24.255733 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/14 14:39:24.255733 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/14 14:39:24.255733 INFO start: 2025-05-14 14:39:23.973 - base.go:35
|
|
2025/05/14 14:39:24.256733 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/14 14:39:24.256733 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/14 14:39:24.256733 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/14 14:39:24.256733 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/14 14:39:24.256733 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/14 14:39:24.256733 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/14 14:39:24.257732 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/14 14:39:24.257732 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/14 14:40:01.397652 INFO initial log succ. - config.go:249
|
|
2025/05/14 14:40:01.398159 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/14 14:40:01.398159 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/14 14:40:01.398159 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/14 14:40:01.398159 INFO start: 2025-05-14 14:40:00.949 - base.go:35
|
|
2025/05/14 14:40:01.398159 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/14 14:40:01.398159 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/14 14:40:01.398159 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/14 14:40:01.398159 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/14 14:40:01.398159 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/14 14:40:01.398159 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/14 14:40:01.400528 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/14 14:40:01.400528 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/14 14:40:31.400929 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 14:41:01.400614 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 14:41:31.400815 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:09:40.344680 INFO initial log succ. - config.go:249
|
|
2025/05/14 16:09:40.344680 INFO
|
|
__ ___ __
|
|
/ / / | / /
|
|
/ / / /| | / /
|
|
/ /___/ ___ |/ /___
|
|
/_____/_/ |_/_____/
|
|
- config.go:252
|
|
2025/05/14 16:09:40.345680 WARN config some fields do not exist which have been set to the zero value. fields=[rtsp.ws_rtsp_enable rtsp.ws_rtsp_addr] - config.go:278
|
|
2025/05/14 16:09:40.345680 INFO load conf succ. raw content={ "# doc of config": "https://pengrl.com/lal/#/ConfigBrief", "conf_version": "v0.4.1", "rtmp": { "enable": true, "addr": ":19135", "rtmps_enable": false, "rtmps_addr": ":4935", "rtmps_cert_file": "./conf/cert.pem", "rtmps_key_file": "./conf/key.pem", "gop_num": 0, "single_gop_max_frame_num": 0, "merge_write_size": 0 }, "in_session": { "add_dummy_audio_enable": false, "add_dummy_audio_wait_audio_ms": 150 }, "default_http": { "http_listen_addr": ":8080", "https_listen_addr": ":4433", "https_cert_file": "./conf/cert.pem", "https_key_file": "./conf/key.pem" }, "httpflv": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "hls": { "enable": false, "enable_https": false, "url_pattern": "/hls/", "out_path": "./lal_record/hls/", "fragment_duration_ms": 3000, "fragment_num": 6, "delete_threshold": 6, "cleanup_mode": 1, "use_memory_as_disk_flag": false, "sub_session_timeout_ms": 30000, "sub_session_hash_key": "" }, "httpts": { "enable": false, "enable_https": false, "url_pattern": "/", "gop_num": 0, "single_gop_max_frame_num": 0 }, "rtsp": { "enable": false, "addr": ":5544", "rtsps_enable": false, "rtsps_addr": ":5322", "rtsps_cert_file": "./conf/cert.pem", "rtsps_key_file": "./conf/key.pem", "out_wait_key_frame_flag": true, "auth_enable": false, "auth_method": 1, "username": "q191201771", "password": "pengrl" }, "record": { "enable_flv": false, "flv_out_path": "./lal_record/flv/", "enable_mpegts": false, "mpegts_out_path": "./lal_record/mpegts" }, "relay_push": { "enable": false, "addr_list":[ ] }, "static_relay_pull": { "enable": false, "addr": "" }, "http_api": { "enable": true, "addr": ":18083" }, "server_id": "1", "http_notify": { "enable": false, "update_interval_sec": 5, "on_update": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update", "on_pub_start": "http://127.0.0.1:10101/on_pub_start", "on_pub_stop": "http://127.0.0.1:10101/on_pub_stop", "on_sub_start": "http://127.0.0.1:10101/on_sub_start", "on_sub_stop": "http://127.0.0.1:10101/on_sub_stop", "on_relay_pull_start": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start", "on_relay_pull_stop": "http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop", "on_rtmp_connect": "http://127.0.0.1:10101/on_rtmp_connect", "on_server_start": "http://127.0.0.1:10101/on_server_start", "on_hls_make_ts": "http://127.0.0.1:10101/on_hls_make_ts" }, "simple_auth": { "key": "q191201771", "dangerous_lal_secret": "pengrl", "pub_rtmp_enable": false, "sub_rtmp_enable": false, "sub_httpflv_enable": false, "sub_httpts_enable": false, "pub_rtsp_enable": false, "sub_rtsp_enable": false, "hls_m3u8_enable": false }, "pprof": { "enable": false, "addr": ":8084" }, "log": { "level": 1, "filename": "./static/log/lalserver.log", "is_to_stdout": true, "is_rotate_daily": true, "short_file_flag": true, "timestamp_flag": true, "timestamp_with_ms_flag": true, "level_flag": true, "assert_behavior": 1 }, "debug": { "log_group_interval_sec": 30, "log_group_max_group_num": 10, "log_group_max_sub_num_per_group": 10 } } parsed=&{ConfVersion:v0.4.1 RtmpConfig:{Enable:true Addr::19135 RtmpsEnable:false RtmpsAddr::4935 RtmpsCertFile:./conf/cert.pem RtmpsKeyFile:./conf/key.pem GopNum:0 SingleGopMaxFrameNum:0 MergeWriteSize:0} InSessionConfig:{AddDummyAudioEnable:false AddDummyAudioWaitAudioMs:150} DefaultHttpConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem}} HttpflvConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} HlsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/hls/} UseMemoryAsDiskFlag:false MuxerConfig:{OutPath:./lal_record/hls/ FragmentDurationMs:3000 FragmentNum:6 DeleteThreshold:6 CleanupMode:1} SubSessionTimeoutMs:30000 SubSessionHashKey:} HttptsConfig:{CommonHttpServerConfig:{CommonHttpAddrConfig:{HttpListenAddr::8080 HttpsListenAddr::4433 HttpsCertFile:./conf/cert.pem HttpsKeyFile:./conf/key.pem} Enable:false EnableHttps:false UrlPattern:/} GopNum:0 SingleGopMaxFrameNum:0} RtspConfig:{Enable:false Addr::5544 RtspsEnable:false RtspsAddr::5322 RtspsCertFile:./conf/cert.pem RtspsKeyFile:./conf/key.pem OutWaitKeyFrameFlag:true WsRtspEnable:false WsRtspAddr: ServerAuthConfig:{AuthEnable:false AuthMethod:1 UserName:q191201771 PassWord:pengrl}} RecordConfig:{EnableFlv:false FlvOutPath:./lal_record/flv/ EnableMpegts:false MpegtsOutPath:./lal_record/mpegts} RelayPushConfig:{Enable:false AddrList:[]} StaticRelayPullConfig:{Enable:false Addr:} HttpApiConfig:{Enable:true Addr::18083} ServerId:1 HttpNotifyConfig:{Enable:false UpdateIntervalSec:5 OnServerStart:http://127.0.0.1:10101/on_server_start OnUpdate:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_update OnPubStart:http://127.0.0.1:10101/on_pub_start OnPubStop:http://127.0.0.1:10101/on_pub_stop OnSubStart:http://127.0.0.1:10101/on_sub_start OnSubStop:http://127.0.0.1:10101/on_sub_stop OnRelayPullStart:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_start OnRelayPullStop:http://127.0.0.1:8895/yjearth4.0/api/v1/device/camera/onvif/on_relay_pull_stop OnRtmpConnect:http://127.0.0.1:10101/on_rtmp_connect OnHlsMakeTs:http://127.0.0.1:10101/on_hls_make_ts} SimpleAuthConfig:{Key:q191201771 DangerousLalSecret:pengrl PubRtmpEnable:false SubRtmpEnable:false SubHttpflvEnable:false SubHttptsEnable:false PubRtspEnable:false SubRtspEnable:false HlsM3u8Enable:false} PprofConfig:{Enable:false Addr::8084} LogConfig:{Level:1 Filename:./static/log/lalserver.log IsToStdout:true IsRotateDaily:true IsRotateHourly:false MaxRotateDays:0 ShortFileFlag:true TimestampFlag:true TimestampWithMsFlag:true LevelFlag:true AssertBehavior:1 HookBackendOutFn:<nil>} DebugConfig:{LogGroupIntervalSec:30 LogGroupMaxGroupNum:10 LogGroupMaxSubNumPerGroup:10}} - config.go:346
|
|
2025/05/14 16:09:40.345680 INFO start: 2025-05-14 16:09:40.086 - base.go:35
|
|
2025/05/14 16:09:40.345680 INFO wd: G:\fs2\yj\4.0\yjearth4_0 - base.go:36
|
|
2025/05/14 16:09:40.345680 INFO args: G:\fs2\yj\4.0\yjearth4_0\yjearth4.exe C:/Users/YC/AppData/Roaming/Electron/ - base.go:37
|
|
2025/05/14 16:09:40.345680 INFO bininfo: GitTag=unknown. GitCommitLog=unknown. GitStatus=unknown. BuildTime=unknown. GoVersion=unknown. runtime=windows/amd64. - base.go:38
|
|
2025/05/14 16:09:40.345680 INFO version: lal v0.37.4 (github.com/q191201771/lal) - base.go:39
|
|
2025/05/14 16:09:40.345680 INFO github: https://github.com/q191201771/lal - base.go:40
|
|
2025/05/14 16:09:40.345680 INFO doc: https://pengrl.com/lal - base.go:41
|
|
2025/05/14 16:09:40.348185 INFO start rtmp server listen. addr=:19135 - server.go:56
|
|
2025/05/14 16:09:40.350191 INFO start http-api server listen. addr=:18083 - http_api.go:48
|
|
2025/05/14 16:10:10.350580 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:10:40.350868 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:11:10.350690 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:11:40.352582 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:12:10.350670 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:12:40.350308 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:13:10.350515 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:13:40.350660 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:14:10.350592 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:14:40.350597 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:15:10.350471 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:15:40.358407 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:16:10.350526 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:16:40.350608 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:17:10.350714 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:17:40.350670 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:18:10.350722 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:18:40.350467 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:19:10.350653 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:19:40.350634 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:20:10.351006 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:20:40.350857 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:21:10.350716 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:21:40.350485 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:22:10.350699 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:22:40.350421 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:23:10.350679 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:23:40.350633 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:24:10.350865 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:24:40.350764 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:25:10.350572 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:25:40.350472 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:26:10.350727 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:26:40.350303 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:27:10.350258 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:27:40.350295 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:28:10.350983 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:28:40.350923 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:29:10.350732 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:29:40.350486 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:30:10.350510 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:30:40.350362 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:31:10.350321 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:31:40.350743 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:32:10.350656 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:32:40.350636 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:33:10.368326 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:33:40.350810 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:34:10.350716 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:34:40.350330 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:35:10.368773 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:35:40.354456 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:36:10.351769 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:36:40.350889 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:37:10.350671 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:37:40.350573 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:38:10.350402 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:38:40.350447 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:39:10.350626 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:39:40.350463 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:40:10.351781 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:40:40.350750 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:41:10.350370 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:41:40.350505 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:42:10.350596 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:42:40.350597 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:43:10.350432 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:43:40.350688 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:44:10.350698 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:44:40.350430 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:45:10.356566 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:45:40.350381 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:46:10.350369 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:46:40.350723 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:47:10.350742 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:47:40.350743 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:48:10.350451 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:48:40.350612 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:49:10.351187 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:49:40.350547 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:50:10.350341 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:50:40.350682 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:51:10.350395 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:51:40.350480 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:52:10.350250 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:52:40.350592 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:53:10.350496 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:53:40.350444 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:54:10.350345 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:54:40.350650 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:55:10.350592 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:55:40.352486 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:56:10.350305 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:56:40.350698 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:57:10.350651 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:57:40.350734 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:58:10.350307 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:58:40.356908 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:59:10.351521 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 16:59:40.352217 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:00:10.350634 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:00:40.359883 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:01:10.350461 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:01:40.357953 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:02:10.350538 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:02:40.350456 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:03:10.351170 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:03:40.350590 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:04:10.350412 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:04:40.350387 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:05:10.350376 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:05:40.351190 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:06:10.350420 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:06:40.350409 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:07:10.350547 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:07:40.350348 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:08:10.351080 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:08:40.350634 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:09:10.350536 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:09:40.350342 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:10:10.350774 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:10:40.351460 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:11:10.350284 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:11:40.350558 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:12:10.350361 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:12:40.350377 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:13:10.350438 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:13:40.351522 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:14:10.350597 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:14:40.350382 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:15:10.350362 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:15:40.350594 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:16:10.350576 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:16:40.350738 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:17:10.351312 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:17:40.350617 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:18:10.350538 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:18:40.351356 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:19:10.350689 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:19:40.350642 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:20:10.350812 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:20:40.356968 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:21:10.352457 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:21:40.351194 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:22:10.350716 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:22:40.350449 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:23:10.350416 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:23:40.351204 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:24:10.350588 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:24:40.350814 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:25:10.350669 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:25:40.352418 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:26:10.350797 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:26:40.350540 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:27:10.355345 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:27:40.350665 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:28:10.360594 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:28:40.350299 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:29:10.351369 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:29:40.350666 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:30:10.360443 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:30:40.350591 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:31:10.350299 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:31:40.350505 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:32:10.350907 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:32:40.350522 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:33:10.350611 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:33:40.350359 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:34:10.350490 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:34:40.353512 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:35:10.359898 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:35:40.350303 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:36:10.350577 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:36:40.350687 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:37:10.350728 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:37:40.350906 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:38:10.350356 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:38:40.350392 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:39:10.350571 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:39:40.350672 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:40:10.350593 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:40:40.350943 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:41:10.350549 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:41:40.350325 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:42:10.350732 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:42:40.350660 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:43:10.350658 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:43:40.350538 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:44:10.350492 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:44:40.350486 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:45:10.350630 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:45:40.354989 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:46:10.350435 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:46:40.350767 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:47:10.350547 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:47:40.350696 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:48:10.350414 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:48:40.350607 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:49:10.350404 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:49:40.350739 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:50:10.413574 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:50:40.350633 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:51:10.356711 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:51:40.350399 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:52:10.350707 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:52:40.350511 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:53:10.350442 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:53:40.350826 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:54:10.355216 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:54:40.352497 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:55:10.350448 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:55:40.350325 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:56:10.350445 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:56:40.350513 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:57:10.350355 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:57:40.357273 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:58:10.350938 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:58:40.350591 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:59:10.350378 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 17:59:40.361630 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:00:10.350946 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:00:40.362465 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:01:10.350552 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:01:40.350783 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:02:10.350272 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:02:40.350644 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:03:10.355337 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:03:40.350343 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:04:10.350366 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:04:40.350368 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:05:10.350741 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:05:40.359575 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:06:10.350762 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:06:40.350797 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:07:10.350840 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:07:40.350411 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:08:10.353483 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:08:40.350411 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:09:10.350900 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:09:40.350688 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:10:10.350519 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:10:40.350811 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:11:10.350629 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:11:40.350476 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:12:10.350351 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:12:40.350265 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:13:10.362842 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:13:40.353098 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:14:10.350393 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:14:40.350649 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:15:10.350643 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:15:40.350684 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:16:10.350659 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:16:40.350527 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:17:10.350492 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:17:40.350281 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:18:10.350721 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:18:40.350258 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:19:10.350382 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:19:40.356165 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:20:10.350253 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:20:40.350433 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:21:10.350778 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:21:40.350334 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:22:10.350904 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:22:40.350744 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:23:10.350515 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:23:40.356439 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:24:10.350524 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:24:40.350466 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:25:10.350552 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:25:40.350542 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:26:10.350527 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:26:40.350436 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:27:10.350551 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:27:40.351143 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:28:10.350529 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:28:40.350339 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:29:10.350529 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:29:40.350443 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:30:10.350293 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:30:40.350456 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:31:10.350330 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:31:40.350307 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:32:10.350765 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:32:40.350394 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:33:10.350636 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:33:40.350504 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:34:10.350696 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:34:40.350490 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:35:10.350496 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:35:40.350691 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:36:10.350494 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:36:40.350760 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:37:10.350400 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:37:40.350528 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:38:10.350681 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:38:40.350579 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:39:10.350622 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:39:40.350772 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:40:10.350407 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:40:40.350394 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:41:10.350653 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:41:40.350739 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:42:10.350594 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:42:40.350448 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:43:10.350304 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:43:40.350433 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:44:10.350580 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:44:40.350600 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:45:10.350731 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:45:40.368002 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:46:10.350572 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:46:40.351445 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:47:10.355817 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:47:40.351130 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:48:10.350596 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:48:40.350667 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:49:10.350379 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:49:40.350627 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:50:10.351162 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:50:40.350518 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:51:10.350726 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:51:40.350898 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:52:10.350395 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:52:40.350527 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:53:10.350323 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:53:40.350986 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:54:10.362410 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:54:40.350501 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:55:10.350762 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:55:40.353250 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:56:10.351813 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:56:40.350544 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:57:10.350509 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:57:40.350505 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:58:10.350564 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:58:40.350524 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:59:10.350658 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 18:59:40.350573 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:00:10.350345 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:00:40.350683 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:01:10.351239 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:01:40.352085 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:02:10.350593 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:02:40.370257 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:03:10.351128 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:03:40.350693 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:04:10.353464 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:04:40.350551 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:05:10.350313 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:05:40.350282 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:06:10.350784 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:06:40.350305 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:07:10.350350 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:07:40.350538 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:08:10.350612 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:08:40.350647 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:09:10.350482 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:09:40.361079 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:10:10.350456 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:10:40.350555 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:11:10.350938 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:11:40.350495 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:12:10.350871 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:12:40.350534 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:13:10.351071 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:13:40.350672 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:14:10.350504 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:14:40.350364 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:15:10.350707 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:15:40.350728 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:16:10.350478 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:16:40.350367 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:17:10.351268 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:17:40.350421 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:18:10.351244 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:18:40.350755 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:19:10.350837 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:19:40.350762 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:20:10.350628 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:20:40.350338 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:21:10.350404 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:21:40.350580 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:22:10.351050 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:22:40.350919 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:23:10.365437 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:23:40.350460 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:24:10.350550 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:24:40.350666 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:25:10.350636 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:25:40.350820 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:26:10.350437 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:26:40.350655 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:27:10.350591 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:27:40.350662 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:28:10.350638 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:28:40.350496 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:29:10.350454 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:29:40.350524 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:30:10.350261 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:30:40.350417 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:31:10.350382 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:31:40.351135 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:32:10.370314 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:32:40.352527 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:33:10.350957 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:33:40.350477 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:34:10.351534 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:34:40.350855 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:35:10.350444 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:35:40.350536 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:36:10.350533 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:36:40.350318 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:37:10.350544 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:37:40.350504 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:38:10.350739 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:38:40.358458 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:39:10.350771 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:39:40.350737 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:40:10.350844 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:40:40.366846 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:41:10.350614 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:41:40.350542 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:42:10.350604 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:42:40.350695 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:43:10.350433 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:43:40.356508 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:44:10.350361 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:44:40.350458 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:45:10.350472 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:45:40.350703 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:46:10.350591 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:46:40.350353 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:47:10.356318 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:47:40.350459 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:48:10.350675 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:48:40.350771 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:49:10.350370 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:49:40.350814 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:50:10.350738 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:50:40.350367 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:51:10.350618 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:51:40.350604 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:52:10.350321 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:52:40.356630 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:53:10.350582 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:53:40.350403 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:54:10.350680 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:54:40.351068 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:55:10.350449 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:55:40.350849 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:56:10.350415 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:56:40.350678 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:57:10.350416 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:57:40.350518 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:58:10.350452 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:58:40.350469 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:59:10.350354 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 19:59:40.350687 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:00:10.350740 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:00:40.356483 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:01:10.350278 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:01:40.350461 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:02:10.350572 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:02:40.350619 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:03:10.350720 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:03:40.350350 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:04:10.350594 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:04:40.350478 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:05:10.350267 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:05:40.350545 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:06:10.350713 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:06:40.350438 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:07:10.350434 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:07:40.350477 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:08:10.350491 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:08:40.350675 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:09:10.377832 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:09:40.350502 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:10:10.350391 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:10:40.350531 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:11:10.359634 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:11:40.350247 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:12:10.350614 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:12:40.361821 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:13:10.350314 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:13:40.350564 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:14:10.350616 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:14:40.354701 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:15:10.350406 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:15:40.350350 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:16:10.350314 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:16:40.350308 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:17:10.350679 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:17:40.351296 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:18:10.350552 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:18:40.350469 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:19:10.350691 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:19:40.350691 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:20:10.350588 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:20:40.350735 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:21:10.350388 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:21:40.350713 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:22:10.350334 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:22:40.350715 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:23:10.350556 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:23:40.350329 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:24:10.350481 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:24:40.350590 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:25:10.350435 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:25:40.350537 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:26:10.350671 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:26:40.350553 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:27:10.350335 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:27:40.350558 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:28:10.350700 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:28:40.350569 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:29:10.351194 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:29:40.350721 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:30:10.350462 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:30:40.350660 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:31:10.350513 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:31:40.350293 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:32:10.350477 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:32:40.350708 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:33:10.350501 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:33:40.350657 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:34:10.350587 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:34:40.350636 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:35:10.350670 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:35:40.351458 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:36:10.350424 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:36:40.350332 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:37:10.350381 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:37:40.350744 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:38:10.350284 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:38:40.350390 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:39:10.350497 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:39:40.350428 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:40:10.351052 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:40:40.350255 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:41:10.350751 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:41:40.350975 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:42:10.350444 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:42:40.350273 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:43:10.350590 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:43:40.350498 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:44:10.350297 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:44:40.350672 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:45:10.350521 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:45:40.350500 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:46:10.350877 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:46:40.350628 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:47:10.350379 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:47:40.350441 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:48:10.350728 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:48:40.350723 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:49:10.350445 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:49:40.353759 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:50:10.350665 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:50:40.350227 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:51:10.350508 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:51:40.350737 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:52:10.350687 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:52:40.350327 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:53:10.350393 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:53:40.350418 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:54:10.350596 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:54:40.350656 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:55:10.350604 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:55:40.350698 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:56:10.350655 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:56:40.350350 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:57:10.351085 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:57:40.350332 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:58:10.350559 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:58:40.351062 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:59:10.351270 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 20:59:40.350767 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:00:10.350547 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:00:40.350324 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:01:10.350369 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:01:40.350745 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:02:10.355254 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:02:40.350775 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:03:10.350373 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:03:40.350663 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:04:10.350324 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:04:40.350296 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:05:10.350377 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:05:40.350550 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:06:10.350398 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:06:40.350516 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:07:10.350700 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:07:40.350515 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:08:10.350696 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:08:40.350797 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:09:10.350287 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:09:40.350713 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:10:10.350681 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:10:40.350632 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:11:10.350672 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:11:40.350484 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:12:10.350775 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:12:40.350567 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:13:10.350393 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:13:40.350620 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:14:10.350983 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:14:40.350394 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:15:10.350624 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:15:40.350617 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:16:10.350649 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:16:40.350287 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:17:10.350646 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:17:40.350866 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:18:10.350315 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:18:40.350642 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:19:10.350549 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:19:40.350485 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:20:10.350725 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:20:40.350385 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:21:10.350313 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:21:40.350714 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:22:10.350418 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:22:40.350354 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:23:10.350597 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:23:40.350554 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:24:10.350546 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:24:40.350375 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:25:10.350349 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:25:40.350591 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:26:10.350520 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:26:40.350346 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:27:10.350588 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:27:40.350320 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:28:10.350293 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:28:40.350864 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:29:10.351059 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:29:40.350397 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:30:10.350277 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:30:40.351006 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:31:10.350789 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:31:40.350573 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:32:10.354081 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:32:40.350665 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:33:10.350319 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:33:40.350691 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:34:10.350530 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:34:40.350308 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:35:10.350533 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:35:40.350630 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:36:10.350449 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:36:40.351355 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:37:10.350298 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:37:40.350358 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:38:10.359811 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:38:40.350726 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:39:10.350221 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:39:40.364254 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:40:10.350646 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:40:40.350440 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:41:10.352956 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:41:40.350361 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:42:10.350732 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:42:40.351096 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:43:10.350522 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:43:40.350354 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:44:10.350494 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:44:40.350402 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:45:10.350529 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:45:40.350324 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:46:10.350658 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:46:40.350565 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:47:10.350409 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:47:40.350377 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:48:10.350722 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:48:40.350361 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:49:10.350701 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:49:40.350734 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:50:10.350579 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:50:40.350736 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:51:10.350739 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:51:40.350740 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:52:10.350623 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:52:40.350780 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:53:10.350377 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:53:40.350465 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:54:10.350306 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:54:40.351752 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:55:10.350631 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:55:40.350566 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:56:10.350332 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:56:40.350451 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:57:10.350739 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:57:40.350659 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:58:10.350305 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:58:40.350774 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:59:10.350894 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 21:59:40.350581 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:00:10.350624 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:00:40.350685 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:01:10.350962 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:01:40.350598 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:02:10.351056 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:02:40.350556 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:03:10.350455 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:03:40.350606 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:04:10.350497 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:04:40.351128 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:05:10.350532 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:05:40.350342 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:06:10.350839 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:06:40.350409 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:07:10.352055 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:07:40.350591 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:08:10.350612 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:08:40.354861 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:09:10.350494 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:09:40.350760 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:10:10.350309 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:10:40.350840 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:11:10.350340 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:11:40.350684 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:12:10.350390 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:12:40.350377 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:13:10.350604 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:13:40.350249 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:14:10.350727 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:14:40.350396 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:15:10.350376 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:15:40.350426 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:16:10.350648 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:16:40.351246 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:17:10.350342 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:17:40.350297 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:18:10.350460 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:18:40.350480 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:19:10.350672 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:19:40.350634 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:20:10.350308 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:20:40.350522 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:21:10.350623 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:21:40.350710 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:22:10.350421 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:22:40.350543 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:23:10.350370 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:23:40.350545 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:24:10.350641 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:24:40.350346 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:25:10.350493 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:25:40.350554 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:26:10.350367 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:26:40.350575 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:27:10.350622 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:27:40.350452 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:28:10.350259 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:28:40.350703 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:29:10.350350 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:29:40.350335 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:30:10.350509 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:30:40.350594 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:31:10.350739 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:31:40.350665 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:32:10.350708 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:32:40.350397 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:33:10.350572 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:33:40.350551 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:34:10.351027 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:34:40.350293 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:35:10.350376 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:35:40.350446 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:36:10.350382 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:36:40.350676 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:37:10.350739 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:37:40.350336 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:38:10.350471 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:38:40.350439 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:39:10.351190 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:39:40.350353 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:40:10.350376 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:40:40.350510 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:41:10.350316 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:41:40.350388 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:42:10.352380 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:42:40.350384 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:43:10.350600 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:43:40.351099 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:44:10.350342 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:44:40.350469 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:45:10.355322 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:45:40.350650 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:46:10.350432 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:46:40.350846 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:47:10.350318 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:47:40.350622 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:48:10.350730 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:48:40.350552 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:49:10.350300 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:49:40.351078 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:50:10.350415 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:50:40.350589 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:51:10.350406 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:51:40.350306 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:52:10.350703 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:52:40.350299 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:53:10.351522 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:53:40.350528 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:54:10.350522 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:54:40.351054 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:55:10.350709 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:55:40.350609 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:56:10.350362 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:56:40.350726 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:57:10.350793 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:57:40.350588 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:58:10.350486 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:58:40.350402 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:59:10.350484 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 22:59:40.351159 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:00:10.350428 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:00:40.350396 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:01:10.350408 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:01:40.350611 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:02:10.350689 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:02:40.350892 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:03:10.350528 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:03:40.350408 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:04:10.350369 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:04:40.350453 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:05:10.350349 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:05:40.350840 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:06:10.350641 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:06:40.350759 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:07:10.350285 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:07:40.350481 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:08:10.351231 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:08:40.350537 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:09:10.350465 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:09:40.351331 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:10:10.350610 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:10:40.350349 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:11:10.350457 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:11:40.350521 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:12:10.350568 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:12:40.350584 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:13:10.350699 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:13:40.350488 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:14:10.355288 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:14:40.350246 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:15:10.350318 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:15:40.350849 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:16:10.350462 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:16:40.350667 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:17:10.350486 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:17:40.350590 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:18:10.350457 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:18:40.350507 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:19:10.350333 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:19:40.350655 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:20:10.352471 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:20:40.350750 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:21:10.350577 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:21:40.350444 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:22:10.350660 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:22:40.350636 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:23:10.350316 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:23:40.350463 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:24:10.350460 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:24:40.350308 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:25:10.350453 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:25:40.350577 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:26:10.350688 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:26:40.350734 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:27:10.350347 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:27:40.350550 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:28:10.350494 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:28:40.350434 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:29:10.351245 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:29:40.350482 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:30:10.350500 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:30:40.350405 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:31:10.350599 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:31:40.350420 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:32:10.350691 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:32:40.350422 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:33:10.350335 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:33:40.377204 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:34:10.350307 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:34:40.350725 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:35:10.350962 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:35:40.351204 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:36:10.350520 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:36:40.350513 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:37:10.350663 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:37:40.350307 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:38:10.350278 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:38:40.350644 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:39:10.350540 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:39:40.351113 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:40:10.350647 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:40:40.350665 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:41:10.350292 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:41:40.350993 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:42:10.350379 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:42:40.355134 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:43:10.350454 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:43:40.350440 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:44:10.350439 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:44:40.350323 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:45:10.350682 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:45:40.350617 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:46:10.350662 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:46:40.350374 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:47:10.350734 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:47:40.350304 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:48:10.350387 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:48:40.350631 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:49:10.350572 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:49:40.350738 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:50:10.350695 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:50:40.363430 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:51:10.350537 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:51:40.350851 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:52:10.350473 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:52:40.350938 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:53:10.350595 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:53:40.350461 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:54:10.350621 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:54:40.350451 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:55:10.357700 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:55:40.350375 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:56:10.350608 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:56:40.356145 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:57:10.350632 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:57:40.350445 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:58:10.351239 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:58:40.350558 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:59:10.350541 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|
|
2025/05/14 23:59:40.350322 DEBUG DEBUG_GROUP_LOG: group size=0 - server_manager__.go:329
|