
Seeking with Embedded Player and Hosted Videos
Hello,
I am attempting to post two videos that I have uploaded to BOTR. Both videos are on the same page and are contained within different Bootstrap tabs. I have created a custom player for them and have embedded the provided script into my page.
For each video I have a short list of "Chapter Markers" that have the seconds into the video the player should seek. I have bound the click event to the markers through jQuery and when I was hosting the player and video locally everything worked with the seek. However, now that I have switched to the embedded, I can not seem to get the seek attempts to work.
How should I use the player API and correctly reference each player instance when calling seek while using the embedded player with hosted video?
I understood the function was to work like so:
jwplayer(player_id).seek(120);
Right now the videos do play, the seek just doesn't work.
Thanks!