Video.js - How to reference multiple videos in one page?
问题 My goodness, I cannot find an answer for this and I spent several hours already. How can you reference multiple videos at the same time in video.js? The API documentation says: Referencing the Player: You just need to make sure your video tag has an ID. The example embed code has an ID of "example_video_1". If you have multiple videos on one page, make sure every video tag has a unique ID. var myPlayer = V ("example_video_1"); This example shows a single ID, but it doesnt show how I can