Invalid aspect ratio
See original GitHub issueHave you read the FAQ and checked for duplicate open issues?
- Yes
What version of Shaka Player are you using?
- 2.5.2
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?
- Demo and custom
If custom app, can you reproduce the issue using our demo app?
- Yes
What browser and OS are you using?
- Chrome 75.0.3770.80
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
- none
What are the manifest and license server URIs?
- Sent to shaka-player-issues@google.com
What did you do?
- Try to play stream
What did you expect to happen?
- I expected the video resolution to be correct =)
What actually happened?
When viewing some of the HLS streams, there is an inappropriate aspect ratio in the ShakaPlayer. The image is stretched vertically (or compressed horizontally).
The same stream is correctly displayed on the jwPlayer and hls.js players. Also i test it with Android ExoPlayer.
ShakaPlayer 2.5.2

hls.js v0.12.1-23a07d9

Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (6 by maintainers)

Top Related StackOverflow Question
In case it’s relevant, see https://github.com/videojs/mux.js/pull/275
If a box is missing in the MP4, and it is needed to properly initialize a hardware decoder, then you will need to fix the content itself. Shaka Player does not manipulate or fix content on-the-fly (except for TS=>MP4 transmuxing through mux.js).