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

Support for New Stream (on SharePoint) #493

Open
arathburgos05 opened this issue Oct 23, 2023 · 2 comments
Open

Support for New Stream (on SharePoint) #493

arathburgos05 opened this issue Oct 23, 2023 · 2 comments

Comments

@arathburgos05
Copy link

There is a new version for MS Stream (on SharePoint): https://learn.microsoft.com/en-us/stream/streamnew/new-stream

Unfortunately, destreamer seems to be working with new version. Also I cannot use Stream (Classic) because it's locked by organization:
image

I'm using destreamer v2.1.0.

OS:
Windows 10 x64

Launch command used:
$ destreamer-v3.exe -i "https://[ORG]-my.sharepoint.com/✌️/g/personal/[ACCOUNT]_[ORG]_com/[HASH]?nav=eyJyZWxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

Access token still good for 39 minutes.

Parsing video/group urls

[WARNING] Invalid url '[URL]', skipping..
Downloading video info, this might take a while...
Trying to launch and connect to aria2c...

Connected to aria2 daemon!
Exiting, this will take some seconds...

[ERROR] Error
    at DownloadManager.close (C:\snapshot\destreamer-aria2c_forRealNow\build\src\DownloadManager.js:109:23)
    at async downloadVideo (C:\snapshot\destreamer-aria2c_forRealNow\build\src\destreamer.js:265:5)
    at async main (C:\snapshot\destreamer-aria2c_forRealNow\build\src\destreamer.js:300:5)



[FATAL ERROR] Unhandled error or uncaught exception!
Please check your download directory/directories and try again.
If this keep happening please report it on github "https://github.com/snobu/destreamer/issues"

Is the any workaround or plans to support New Stream?

Nice work. Thanks :)

@hostar
Copy link

hostar commented Oct 30, 2023

try this for now #487 (comment)

@maxwell-bland
Copy link

maxwell-bland commented Nov 9, 2023

A note as well from trying out destreamer yesterday, not sure if it was worth opening a second issue.

On private sharepoint servers, the url will not be recognized when parsing sys.argv. The VideoManifest url from the browser traffic could be grabbed and fed to ffmpeg -i <url> to download the video in this case.

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

3 participants