spchuang
spchuang
can you try something like this.. ``` player.ready(function(){ if (player.readyState && player.readyState() > 0) { initialize(); } else { player.on("loadedmetadata", function() { initialize(); }); } }); ``` And what browser...
There are 3 main things about this project: simplify the interface for making calls to the FB messenger platform, unit testing, and a local test UI for easier local testing....
Do you have an example code I can take a look?
@shravanthanvi, sorry for the late reply. Do you mind creating a jsbin so I can actually debug it online? The code you shared as is isn't easy to replicate locally....
It's definitely possible. You can transform a WebVTT file to my caption data standard. I'll put that on my TODO list.
Hi sorry this repo has not been maintained in a long time. I'm guessing the newer videojs version changed its plugin interface. Please feel free to submit any PR for...
So you can select the marker dom through javascript using the marker's unique key. ``` onMarkerReached: function(marker, index) { // get the marker dom var markerElement = player.el().querySelector(".vjs-marker[data-marker-key='" + marker.key...
What chrome version are you using? It renders fine on chrome 51 on my mac
Mmm I don't know if I have time to debug it soon. What error message do you guys seen in the console? And what is the videojs version you are...
mm that's a good question. I haven't tried it out myself. Do you mind testing it and see if it works? I'm guessing it should be supported by default but...