-
Is there a way to create a group of streams with AWS MediaConvert that has 1080p and 720p HLS streams, and a 4K AV1 stream (not compatible with iOS yet) that is an option for users on PC’s and Android?
MediaConvert seems to only allow AV1 in CMAF if I use MPEG-DASH, but then it doesn’t work on iOS.
If not the only workaround I can think of is creating 2 FVPlayer shortcodes, one with the HLS and one with DASH, then somehow tell the browser which shortcode to load based on which browser it is? I hope I’m wrong about that because I’d like to avoide having duplicates of every vid.
Thanks!