[fix] fix play and live stat bug when total_nclients is zero. #98
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I cannot reproduce the case below, so I just have tried to fix play and live stat bug when total_nclients is zero. Check and test it carefully please.
Error case:
{ "http-flv": { "nginx_version": "1.12.2", "nginx_http_flv_version": "1.2.6", "compiler": "cl 19.13", "built": "Mar 15 2019 19:13:20", "pid": 11764, "uptime": 431483, "naccepted": 351, "bw_in": 0, "bytes_in": 15144154714, "bw_out": 0, "bytes_out": 15000743868, "servers": [{ "applications": [{ "name": "live", "live": { "streams": [{ "name": "13713500022@channel_1", "time": 4537565, "bw_in": 0, "bytes_in": 0, "bw_out": 0, "bytes_out": 0, "bw_audio": 0, "bw_video": 0, "clients": [], "nclients": 0, "publishing": false, "active": false } { "name": "13713500022@channel_2", "time": 4537564, "bw_in": 0, "bytes_in": 0, "bw_out": 0, "bytes_out": 0, "bw_audio": 0, "bw_video": 0, "clients": [], "nclients": 0, "publishing": false, "active": false } { "name": "13713500022@channel_3", "time": 4537561, "bw_in": 0, "bytes_in": 0, "bw_out": 0, "bytes_out": 0, "bw_audio": 0, "bw_video": 0, "clients": [], "nclients": 0, "publishing": false, "active": false } { "name": "13713500022@channel_4", "time": 62929406, "bw_in": 0, "bytes_in": 0, "bw_out": 0, "bytes_out": 0, "bw_audio": 0, "bw_video": 0, "clients": [], "nclients": 0, "publishing": false, "active": false }], "nclients": 0 } }, { "name": "test", "live": { "streams": [], "nclients": 0 } }] }] } }