srs icon indicating copy to clipboard operation
srs copied to clipboard

add 'hls_ctx' value in conf file

Open duiniuluantanqin opened this issue 3 years ago • 1 comments
trafficstars

    # Whether enable hls_ctx.

    # hls_ctx used to keep track of subsequent m3u8 requests.
    # if on, hls client info can be collected in stat module,
    # if on, on_play/on_stop can be called in http hook module.
    # otherwise not;

    # When request stopped, http hook or stat with special time effected, that is 2*hls_window, 

    # Default: off

duiniuluantanqin avatar Jun 15 '22 09:06 duiniuluantanqin

Codecov Report

Merging #3067 (c479766) into develop (1af30de) will decrease coverage by 0.23%. The diff coverage is 16.66%.

@@             Coverage Diff             @@
##           develop    #3067      +/-   ##
===========================================
- Coverage    56.81%   56.58%   -0.24%     
===========================================
  Files          149      148       -1     
  Lines        57900    57879      -21     
===========================================
- Hits         32896    32749     -147     
- Misses       25004    25130     +126     

| Impacted Files | Coverage Δ | |'

Translated to English while maintaining the markdown structure:

'| Impacted Files | Coverage Δ | | |---|---|---| | trunk/src/app/srs_app_config.cpp | 64.72% <0.00%> (-0.21%) | :arrow_down: | | trunk/src/app/srs_app_config.hpp | 100.00% <ø> (ø) | |'

Translated to English while maintaining the markdown structure:

| trunk/src/app/srs_app_config.hpp | 100.00% <ø> (ø) | | | trunk/src/app/srs_app_http_static.cpp | 24.07% <0.00%> (-21.26%) | :arrow_down: | | trunk/src/utest/srs_utest_http.cpp | 99.56% <ø> (-0.19%) | :arrow_down: |

Translated to English while maintaining the markdown structure:

| trunk/src/utest/srs_utest_http.cpp | 99.56% <ø> (-0.19%) | :arrow_down: | | trunk/src/utest/srs_utest_config.cpp | 99.85% <100.00%> (+<0.01%) | :arrow_up: | | trunk/src/app/srs_app_statistic.cpp | 4.64% <0.00%> (-22.92%) | :arrow_down: | | trunk/src/protocol/srs_protocol_http_stack.cpp | 91.12% <0.00%> (-0.47%) | :arrow_down: | | ... and 2 more | |


Continue to review full report at Codecov.

Legend - Click here to learn more | Δ = absolute <relative> (impact), ø = not affected, ? = missing data |

Translated to English while maintaining the markdown structure:

| Δ = absolute <relative> (impact), ø = not affected, ? = missing data |

Powered by Codecov. Last update 1af30de...c479766. Read the comment docs.

TRANS_BY_GPT3

codecov-commenter avatar Jun 16 '22 02:06 codecov-commenter

Merged as 2c569f568c3da9ecaf44cd29efb6e9912487f0cd 2c569f568c3da9ecaf44cd29efb6e9912487f0cd 2c569f568c3da9ecaf44cd29efb6e9912487f0cd

winlinvip avatar Aug 27 '22 11:08 winlinvip