Multiple quality videos
For the HLS type video or for the DASH-MPEG type video the player will show a quality selection menu automatically if only the master playlist refers to the next multiple quality playlists.
The player also features an option to define multiple MP4-type videos, each of different quality, and to show an appropriate quality selection menu. This is possible only using the nuevo shortcode. Video sources are separated by coma.
[nuevo source="src=https://video1-url.mp4 type=video/mp4 res=240 label=240p, src=//video2-url type=video/mp4 res=360 label=360p, src=//video3-url type=video/mp4 res=480 label=480p default=1, src=//video4-url type=video/mp4 res=720 label=720p" poster="//poster-image-url.jpg"]
As you can see, each video requires the res (resolution) and resolution label parameters in addition to the src and type parameters. The value of the label parameter is what is later displayed in the quality menu. Parameter default=1 indicates selected video to be played first.
You may want to have a choice between two videos only, one SD and one HD quality. This is pretty simple.
[nuevo source="src=https://video1-url.mp4 type=video/mp4 res=360 label=SD default=1, src=//video2-url type=video/mp4 res=720 label=HD" poster="//poster-image-url.jpg"]


