MPEG-DASH video
The player included with the WordPress Nuevo plugin can easily play MPEG-DASH-type videos, defined through the nuevo shortcode. Since the MPEG-DASH format is not supported by iOS devices, it is possible to include MP4 or HLS video fallback. Multiple video sources declared inside the shortcode are separated by coma.
[nuevo source="src=//dash-playlist-url.mpd type=application/dash+xml, src=//mp4-fallback-url.mp4 type=video/mp4" poster="poster-image-url.jpg"]
Please note that you can always enable atlternative dash.js streaming engine, either in the WordPress Nuevo settings or through the shortcode.
[nuevo dashjs=true source="src=//dash-playlist-url.mpd type=application/dash+xml, src=//mp4-fallback-url.mp4 type=video/mp4" poster="poster-image-url.jpg"][/nuevo]



