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
I am tring to use this package to serve files with mp4 video in it. But it looks like user can not drag position of the video. I checked the code and found seek support is not there (it delegates to a temp file). It will be more useful if the seek support is added.
Thanks
The text was updated successfully, but these errors were encountered:
@Ivtlover Thanks for your interest. The package was designed to support seek support. The use of a temp file is actually there in order to support Seek.
If you have discovered a bug, could you please provide a code example, preferably a test, that illustrates the problem. Thanks.
vp.zip
Please see attached zip file. You can replace the myvideo.mp4 with a big video file. Then use zipfs to create a httpserver from this zip file and open it in browser. In my test, the resulting video cannot change postion while playing.
(Ps: while I debug the code, I found createTeampFile being called multiple times on the same file. Is it correct behavior ? )
Hi,
I am tring to use this package to serve files with mp4 video in it. But it looks like user can not drag position of the video. I checked the code and found seek support is not there (it delegates to a temp file). It will be more useful if the seek support is added.
Thanks
The text was updated successfully, but these errors were encountered: