Moving vertical line in chart based off video progress

In case this is relevant for anyone, I had a similar problem and to make the movement smoother you can update the intervalCurrentTime property of the DashPlayer to be below the default value of 100ms. I implemented a callback for updating the position in js, which does not require a page refresh. The code is here: Update position of vertical line - #2 by Turing