Video Element Error: MEDIA_ERR_SRC_NOT_SUPPORTED
问题 I'm trying to play a dash mpd file with dash.js.I used axinom tutorial for guidance which suggested the command below for generating the mpd file. mkdir dash_unprotected MP4Box -dash 4000 -rap -frag-rap -sample-groups-traf -profile dashavc264:live -bs-switching no -segment-name dash_$RepresentationID$_$Number$ -url-template video-700k.mp4 video-1000k.mp4 video-1500k.mp4 video-2000k.mp4 audio.mp4 -out "dash_unprotected/manifest.mpd" The resulting mpd file <?xml version="1.0"?> <!-- MPD file