Closed
Description
- What version of Shaka Player are you using?
2.1.1
- Can you reproduce the issue with our latest release version?
Yes
- Can you reproduce the issue with the latest code from
master
?
Yes
- Are you using the demo app or your own custom app?
Either
- If custom app, can you reproduce the issue using our demo app?
Yes
- What browser and OS are you using?
Any
- What did you do?
Latest code says it supports unprotected HLS. Trying to load standard m3u8.
- What did you expect to happen?
Playback HLS file playable by standard HTML5 video tag.
- What actually happened?
Throws 4023 error asking for CODECS in video track attributes. When using standard H264 codecs, this should not be required and is not a requirement to include in HLS manifests. Should default to trying to use H264 decoders.