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
{{ message }}
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.
It seems that when you seek a few times( like 5 or 6 times), then then player will will failed to seek and play. It just showing the loading and the last picture before you seek.
It seems to add if(!streamer.connected){ streamer.init(); OutputOptions.uri = "tcp:127.0.0.1:1234"; avANE.encode(); seekAfterEncodeFinish=false; }
to the onSeek function in the UniversalPlayer will fixed it.
The text was updated successfully, but these errors were encountered:
It seems that when you seek a few times( like 5 or 6 times), then then player will will failed to seek and play. It just showing the loading and the last picture before you seek.
It seems to add
if(!streamer.connected){ streamer.init(); OutputOptions.uri = "tcp:127.0.0.1:1234"; avANE.encode(); seekAfterEncodeFinish=false; }
to the onSeek function in the UniversalPlayer will fixed it.
The text was updated successfully, but these errors were encountered: