
Autoswitching video qualities with mp4 sources
Hi,
is there any possibility how to set autoswitching between qualities for mp4 sources? Something like auto quality for adaptive HLS streaming.
We have same video in multiple qualities added into sources option:
sources: [
{"file":"https:\/\/media.mojemedicina.cz\/vod\/videos\/2015-01-09-Film-k-launchi.mp4","label":"Vysok\u00e1 kvalita"},
{"file":"https:\/\/media.mojemedicina.cz\/vod\/videos\/2015-01-09-Film-k-launchi.242p.mp4","label":"N\u00edzk\u00e1 kvalita","default":true}
]
I want to set default quality based on speed of my connection.
We are using Wowza for HLS streaming, but for desktop users, there are mp4 files in html5 player not HLS streaming.
Thanks for help!