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
While playing m2t file, I can see the buffered segment of the video, that moves along as the play progresses, but if I try to seek to any point outside of this buffer, the video gets stuck & is not playable anymore. The m2t file is stored on the local server, it is not a stream.
The segment is:
videoElement.buffered.end(0) - videoElement.buffered.start(0)
The text was updated successfully, but these errors were encountered:
While playing m2t file, I can see the buffered segment of the video, that moves along as the play progresses, but if I try to seek to any point outside of this buffer, the video gets stuck & is not playable anymore. The m2t file is stored on the local server, it is not a stream.
The segment is:
videoElement.buffered.end(0) - videoElement.buffered.start(0)
The text was updated successfully, but these errors were encountered: