snobu / destreamer

Save Microsoft Stream videos for offline enjoyment.
MIT License
2.37k stars 439 forks source link

--max-http-header-size 32768 #192

Closed sehgalbhavya closed 4 years ago

sehgalbhavya commented 4 years ago

.\destreamer.ps1 -i "https://web.microsoftstream.com/video/a30a2674-c3c7-4552-ab43-483ec6e9874e"

Whenever I run the above command, a notepad opens, saying:

$NodeVersion = Invoke-Expression "node.exe --version" if ($NodeVersion.StartsWith("v8.")) { node.exe build\src\destreamer.js $args } else { node.exe --max-http-header-size 32768 build\src\destreamer.js $args }

snobu commented 4 years ago

Are you running that inside a PowerShell window?

sehgalbhavya commented 4 years ago

I am using cmd, PowerShell says “execution of scripts is disabled on this system.”

lukaarma commented 4 years ago

Then you should run destreamer.cmd not .ps1 :D

sehgalbhavya commented 4 years ago

Thank you so much!

One more question, Is this specifically for Microsoft Teams or can we use it for other platforms as well, such as Youtube or any movie streaming sites?

snobu commented 4 years ago

Microsoft Stream specific. Won't work for any other service.