We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From Apple's mediastreamvalidator:
-------------------------------------------------------------------------------- SHOULD fix issues -------------------------------------------------------------------------------- Warning: #EXT-X-ALLOW-CACHE has been deprecated --> Detail: Line: #EXT-X-ALLOW-CACHE:YES --> Source: hls/HLSTest.m3u8
It looks like it is hardcoded:
srs/trunk/src/app/srs_app_hls.cpp
Line 867 in a613eb7
Would be great to make an option in the HLS config to disable or enable output of that line in HLS m3u8 playlists.
The text was updated successfully, but these errors were encountered:
Why deprecated?
Sorry, something went wrong.
Will it cause any problem? Or just a warning? Or is there any substitution for this field?
It appears that it was deprecated in v7 and removed from the draft in v14 https://tools.ietf.org/html/draft-pantos-http-live-streaming-14#section-7 with no direct replacement.
It seems we can remove it. I will remove it from SRS3.
Remove HLS #EXT-X-ALLOW-CACHE deprecated.
a140128
ossrs#878
Remove HLS #EXT-X-ALLOW-CACHE deprecated. (#5)
f52a787
2775a39
winlinvip
No branches or pull requests
From Apple's mediastreamvalidator:
It looks like it is hardcoded:
srs/trunk/src/app/srs_app_hls.cpp
Line 867 in a613eb7
Would be great to make an option in the HLS config to disable or enable output of that line in HLS m3u8 playlists.
The text was updated successfully, but these errors were encountered: