-
-
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
Should return error when both HLS and HTTP-TS are enabled #3391
Labels
EnglishNative
This issue is conveyed exclusively in English.
Enhancement
Improvement or enhancement.
Milestone
Comments
winlinvip
changed the title
Should error when enable both HLS and HTTP-TS.
Should be error when enable both HLS and HTTP-TS.
Jan 28, 2023
winlinvip
changed the title
Should be error when enable both HLS and HTTP-TS.
Should return error when enable both HLS and HTTP-TS.
Jan 28, 2023
winlinvip
changed the title
Should return error when enable both HLS and HTTP-TS.
Should return error when both HLS and HTTP-TS are enabled
Jan 28, 2023
If enable
So, should we detect the conflict for HTTP-FLV and HTTP-TS? |
maybe throw an warning http_remux .ts was skipped, reading only http_remux flv with hls enabled... |
@johan149 Good! I'll pull request for adding warning. |
chundonglinlin
added a commit
to chundonglinlin/srs
that referenced
this issue
Feb 2, 2023
chundonglinlin
added a commit
to chundonglinlin/srs
that referenced
this issue
Feb 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
EnglishNative
This issue is conveyed exclusively in English.
Enhancement
Improvement or enhancement.
If enable HLS and HTTP-TS, SRS can't identify the protocol(HLS or HTTP-TS) when viewer accesses the url
http://x/y/z.ts
, because it might be HTTP-TS or HLS file.So, we should detect the conflict for HLS and HTTP-TS, which should return error when enable both.
See #3389 (comment)
The text was updated successfully, but these errors were encountered: