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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: