-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Acestream download not working #56
Comments
That's because automated installation of the AceStream server is not available for Linux. It's still a bug because it should not try to download a Linux version at all. Check the wiki regarding installing the AceStream server on Linux: https://github.com/jaruba/PowderWeb/wiki/Enable-Acestream |
I see the issue now, it's because it checks the OS of the browser instead of the OS of the server when it shows you the "not installed" message. |
Arggg sorry one more time it was in the wiki/documentation :( |
AceStream could (theoretically) run in a separate docker container: It shouldn't be a problem that the AceStream docker build is old, AceStream didn't really update their software for that long either, but the protocol should still work as expected. SopCast probably could too: I'm wondering if the official Dockerfile should include them or not. Or maybe we could publish 2 docker images? One that doesn't include them and one that does? My thinking is that many users might not use (or even want) these features at all. |
I'm having second thoughts about this, as long as ace / sop are installed but not used unless Powder Web starts them itself (which it's meant to do only when someone tries to play a ace / sop link) then I see no issues with including them in the official Dockerfile. So if you get them working, I'd happily accept a PR. But keep in mind that Powder Web looks for ace at Line 610 in b45d64a
So if u use something else to install it, we will probably need to add a new possible ace path to the code. |
@Tekka90 any update on this? did you get stuck with installing |
Using headless version (didn't try with others)
Inside a container (if that may be the issue) when I try to use a acestream link in powderweb, it detects that ace stream is not installed (ok) downloads it and then immediately get an error in log stating the zip is not valid.
Looking into details, I find that the acestream.zip file it downloaded in /tmp is empty.
launching by hand "wget https://powder.media/ace/linux/acestream.zip" get me the same result. Maybe the file did move ?
The text was updated successfully, but these errors were encountered: