I'm looking to create a web app with an embedded video taken from a GoPro that also shows the GPS tracked location from the video on a map in the same app. So as the video plays in the app a dot on the map moves along to show where the video location is.
I'm able to extract the GPS data from the video file and create a feature layer with the data, but I don't know how to link that to a playing video and show the moving point on a map.
Is this possible? Any ideas?