Example of a video in sync with an iframe and a Google Map

We use for this a webVTT metadata file that contains JSON objects:

  
2
00:07.810 --> 00:09.221
{
  "type": "WikipediaPage",	 
  "url" :"https://en.wikipedia.org/wiki/HTML5"
}

3
00:11.441 --> 00:14.441
{
  "type": "LongLat",
  "lat" : "36.198269",
  "long": "137.2315355"
}

  

Wikipedia URL: Non défini

Edit in JS Bin