Use the picker APIs to choose a file from disk, and then display that file in a video tag by using the URL.createObjectURL method. Single use blob urls will use the optional 'false' parameter which revokes the url once used. Multi use blob urls will need to call URL.revokeObjectURL.