I added the preferredTech configuration so that Safari users can change video quality as described here: Bitmovin Docs - Player FAQ - Why the quality can't be manually changed in Safari?
After this, the quality setting is displayed in Safari, but when I select a quality other than “auto,” I get this error:
Video decoder or demuxer had an error with the content (PLAYBACK_VIDEO_DECODING_ERROR)
[Log]
code: 1301
data: {code: 3, mediaError: "MEDIA_ERR_DECODE", message: "Media failed to decode"}
message: "The video element has thrown a media error."
name: "PLAYBACK_VIDEO_DECODING_ERROR"
troubleShootLink: "https://bitmovin.com/docs/player/web/errors/1301"
type: "error"
Any ideas on why this happens? Thank you.