OvenPlayer

            
var player = OvenPlayer.create("player", {
    sources: [
        {
            type: 'mp4', 
            file:  '../OCP_480.mp4',
            label: '360P'
        },
        {
            type: 'mp4', 
            file: '../OCP_720.mp4',
            label: '480P'
        },
        {
            type: 'mp4', 
            file: '../OCP_1080.mp4',
            label: '1080',
            default: 'true'
        }
    ]
});
            
        
github | docs