I've been trying to figure out how to playback an mpeg-dash xml file directly in chrome (Version 30.0.1599.69 m) with the html5 video element. Something like
the mpd file has been created with mp4box and the video codec is MP4.
But this is obviously not the correct method. I'm aware of the "dash.js" project - but why cant the browser handle all the details, when they've added support for mpeg-dash playback?
Is there any way to play an mpeg-dash without any use of javascript?
Is there an open source flash player for mpeg-dash? (with support for live streams, file streams, multiple audio tracks and sub titling)
We are planning a project for OTT streaming of live tv and VOD and would prefere to use MPEG-dash, but it looks like its not a complete design yet, and we are also thinking of using HLS with some kind of flash player for browsers without HLS support. Is HLS an better choise, even its not an ISO standard?