-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix the same 'client_id' error when asynchronous call #2665
fix the same 'client_id' error when asynchronous call #2665
Conversation
|
||
SrsRtcAsyncCallOnStop::SrsRtcAsyncCallOnStop(SrsContextId c, SrsRequest * r) | ||
{ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The modification here is to remove the ^M symbol, the same applies below.
TRANS_BY_GPT3
@@ -194,6 +195,12 @@ srs_error_t SrsVodStream::serve_m3u8_ctx(ISrsHttpResponseWriter * w, ISrsHttpMes | |||
srs_assert(hr); | |||
|
|||
SrsRequest* req = hr->to_request(hr->host())->as_http(); | |||
// discovery vhost, resolve the vhost from config | |||
SrsConfDirective* parsed_vhost = _srs_config->get_vhost(req->vhost); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lines 199-202 search for vhost to resolve the issue of inconsistent stream IDs in the statistics information.
TRANS_BY_GPT3
Codecov Report
@@ Coverage Diff @@
## develop #2665 +/- ##
===========================================
- Coverage 59.91% 59.52% -0.39%
===========================================
Files 121 121
Lines 50902 51240 +338
===========================================
+ Hits 30497 30500 +3
- Misses 20405 20740 +335 | Impacted Files | Coverage Δ | |' Translated to English while maintaining the markdown structure: '| Impacted Files | Coverage Δ | | ' Translated to English while maintaining the markdown structure: '| trunk/src/app/srs_app_hls.cpp | Continue to review full report at Codecov.
Translated to English while maintaining the markdown structure: '>
|
No description provided.