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

Streaming Video #48

Open
Kevinw14 opened this issue Jul 19, 2019 · 1 comment
Open

Streaming Video #48

Kevinw14 opened this issue Jul 19, 2019 · 1 comment

Comments

@Kevinw14
Copy link

Does this library support video streaming with createReadStream?

I have 2 file that I've been testing with read stream. A .txt file that I can get to load and read just fine, and a .mp4 file that when I try to read the stream without the start & end parameters it gives me an "Unsupported Plug-in" on Safari. When I give it the start & end parameters it will act like its loading the video but it will just give a spinning icon and nothing happens. Any ideas on what I'm doing wrong?

@koush
Copy link

koush commented Jan 21, 2020

I implemented something similar by having an http server that proxies range requests (which will be used by web video players) to create stream requests. Works fine.

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