Closed CNWenwuGong closed 3 years ago
Try using the latest version of dev, this commit should have already resolved it. https://github.com/ossrs/srs/commit/86c67f7d9522ab592c6f99c3f5f88e934a649cd1
TRANS_BY_GPT3
Try using the latest version of dev, this commit should have already resolved it. 86c67f7
Hello! I have used the version you mentioned, and the client count is working fine now, but there are still some issues:
TRANS_BY_GPT3
2.3. The http_hook has not been done yet, let's discuss it next week.
TRANS_BY_GPT3
- Have you confirmed that it has stopped? Use the Chrome browser, enter [chrome://webrtc-internals], and see if the status is already closed? Or try refreshing the browser?
2.3. The http_hook has not been done yet, let's discuss it next week.
I confirm that it has been closed, below are the screenshots: This is a screenshot after stopping the stream:
TRANS_BY_GPT3
Check if there is a close in the Event.
TRANS_BY_GPT3
If there is no reply for a long time, let's assume it has been resolved. If not, you can reopen it.
TRANS_BY_GPT3
Description'
Please ensure that the markdown structure is maintained.
4.0
http_server { enabled on; listen 8080; dir ./objs/nginx/html; }
http_api { enabled on; listen 1985; } stats { network 0; disk sda sdb xvda xvdb; } rtc_server { enabled on;
Listen at udp://8000
}
vhost defaultVhost { rtc { enabled on; }
http_remux {
Minimum delay open, which is enabled by default. When this option is enabled, MR is disabled by default.
Merged-Read, for the RTMP protocol, in order to improve performance, SRS uses merged-read for upstream reads, which means SRS reads N milliseconds of data at a time during read and write operations.
The default value is 350ms, with a range of [300-2000].
Merged-Write, SRS always uses Merged-Write, which means sending packets to the client once every N milliseconds. This algorithm can improve the efficiency of RTMP downstream by about 5 times, with a range of [350-1800].
Configure the length of the live queue. The server will store data in the live queue, and if it exceeds this length, it will be cleared until the last I-frame.
HTTP-FLV configuration
}
Replay
How to replay bug?
Steps to replay the bug:
Request for urgent resolution, seeking help from experts.
TRANS_BY_GPT3