Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seek support #3

Open
lvtlover opened this issue May 24, 2019 · 3 comments
Open

Seek support #3

lvtlover opened this issue May 24, 2019 · 3 comments

Comments

@lvtlover
Copy link

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

@jjeffery
Copy link
Member

@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.

@lvtlover
Copy link
Author

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 ? )

Let me know if you need more information.

Thanks

@lvtlover
Copy link
Author

hi, any update ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants