Switch Video Quality adds quality switch button to the native wordpress player, that allows to choose between different resolutions and or formats of self-hosted video.
Features serve your videos multiple qualities to let your viewers choose upload your video files to the library or use server to host your files create playlist when you have more than one video on page.
The playlist is placed below the player as layout with thumbnails for each video provide automatically generated iframe embed code for each video use subtitles for multiple languages playlist items with drag and drop quality level labels show the height value by default, but you can set custom ones easily.
HD and 4K quality flags are added to the labels automatically show info overlay in the player that contains title and duration information turn on off on per-post basis fully translatable ..
In the editor, use the video shortcode to place the in your content area, like this..
To change the order of the playlist items, click on the playlist position number and drag and drop the box below or above another one..
Use the filter hook 'svq embed setting overwrite Copy the following code into your functions php and change IDs of the array to enable the functionality for all posts except the ones with IDs you specified.
You can use the filter hook 'svq embed page name Copy the following code into your functions php and replace the page name in the return statement. function my svq embed page name { return 'embeds }.
If you want to put it somewhere else, use the filter hook 'svq locate template Copy the following code into your functions php and change the path to the function svq locate custom template { return YOURCUSTOMPATH svq embeds php }...
Changed the way the plugin decides which quality to use the order of the in the admin screen doesn't matter anymore.
Read more