How to make Chrome's video tag start from zero when playing getUserMedia stream

Viewed 50

When trying to publish stream to Ant Media Server from web browser, chrome shows weird timing values, on the other hand firefox shows correct value. This is basically a browser related and client-side issue because it basically just plays stream that is returned by getUserMedia I mean the rounded area in the image below. I've tried setting currentTime of the video object in JS but no luck. Is there way to let chrome start from zero?

enter image description here

0 Answers
Related