Closed sehgalbhavya closed 4 years ago
Are you running that inside a PowerShell window?
I am using cmd, PowerShell says “execution of scripts is disabled on this system.”
Then you should run destreamer.cmd not .ps1 :D
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?
Microsoft Stream specific. Won't work for any other service.
.\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 }