You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In skip_duration source, total_duration returns duration subtracted by skipped duration.
But try_seek attempt to seek duration from original start of internal source.
I think seek position need to be offseted by skipped duration.