Hello everyone,
I dont know whether its possible or not, or im asking a wrong question!
I wanted to configure bitrate streaming with dash, but the problem is that what i could generate on my rtmp configuration was, 4 "separate" live "mpd" playlist files with different qualities.
I was wondering that can i use those 4 different "mpd" files, and give it player so that user can manually choose which live dash playlist ?
something like mp4 but with giving "mpd" files instead of mp4 files
"sources": [{"file": 'http://test/240p.mp4', "default": true, "type": "mp4"},
{"file": 'http:///test/360p.mp4', "type": "mp4"},
{"file": 'http://test/480p.mp4', "type": "mp4"},
{"file": 'http://test/720p.mp4', "type": "mp4"}],
↧