mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-16 16:16:40 +03:00
cb9decbb5f
Currently we check encrypt key tags after we parse the segment, so playing an AES-128 encrypted content results in error message 'MANIFEST.HLS_COULD_NOT_PARSE_SEGMENT_START_TIME'. We should check the encrypt key before, and give a more clear error message. Filtering out the contents encrypted with AES-128, and if there's no valid content left, we'll show 'CONTENT_UNSUPPORTED_BY_BROWSER'. Closes #1838 Change-Id: I893f57a939e45f2787144dfe311b779aed26ac34