Node-SMB / marsaud-smb2

SMB2 Client
54 stars 46 forks source link

Streaming Video #48

Open Kevinw14 opened 5 years ago

Kevinw14 commented 5 years ago

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 commented 4 years ago

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.