• AnyStream is having some DRM issues currently, Netflix is not available in HD for the time being.
    Situations like this will always happen with AnyStream: streaming providers are continuously improving their countermeasures while we try to catch up, it's an ongoing cat-and-mouse game. Please be patient and don't flood our support or forum with requests, we are working on it 24/7 to get it resolved. Thank you.

Please Read AnyStream for Linux (updated to support more Linux distributions)

Status
Not open for further replies.
Thanks now at least i see the cache files :) I will found why it's not working i hope ....
You will have to log back into Amazon in AnyStream after deleting that folder, it should clear everything you have done in Amazon.
 
You will have to log back into Amazon in AnyStream after deleting that folder, it should clear everything you have done in Amazon.
When i can login, promise i will try it ... amazon tab is disactivated for now ...
 
Reading through I didn't see anything about this. For some reason I can not type in a # for a password. I am going to change said password to remove the character but thought I would let you know about the bug.

With that said, this is awesome. Thanks for the hard work making this happen.
 
Anystream version 1.5.2.9 for linux is not available for other linux systems? because I see that for other linux systems (arch linux, etc) there is only 1.5.2.8, but the beta of 1.5.2.9 is out
Hi Julio, I am not 100% sure, only Pete would know but I do not think it's going to be possible for every version to support every distro. Pete would have to verify what I said. You must read the changelogs in the first post in this thread.
1.5.2.8 For Debian, Ubuntu, Mint,
1.5.2.9 For For Redhat based systems (Fedora, CentOS
 
Installation on other Linux distributions:

create a subdirectory of your choice, for example
Code:
mkdir AnyStream
cd AnyStream
wget https://download.redfox.bz/download/sandbox/anystream_1.5.2.8.tar.xz
tar -xf anystream_1.5.2.8.tar.xz
run by typing
Code:
./AnyStream
You can run the application and request a trial license.
However, if you have an AnyStream license, you can activate it manually, there is no automated procedure for this, yet.



Let us know, if you have a linux version/distribution, that chokes on AnyStream, we intend to make it as universally executable as possible.
Otherwise - enjoy :)
There is a version that is done manually by opening an executable file. That's why it was my question.
 
There is a version that is done manually by opening an executable file. That's why it was my question.
Ah, I see, wait for Pete to answer your question but the way I read the 1.5.2.9 changelog was for RedHat Based systems. Dont worry Pete will let you know. ;) What you posted above is for nondebian-based distros. You need 1.5.2.8 for that.:giggle:
 
Ah, I see, wait for Pete to answer your question but the way I read the 1.5.2.9 changelog was for RedHat Based systems. Dont worry Pete will let you know. ;)
Thank you very much for responding so quickly. The truth, 100% satisfied with everything.
 
I am very happy you are pleased Julio, it means a lot to me for good customers like you to be happy with the software. Thank you.
 
Anystream version 1.5.2.9 for linux is not available for other linux systems? because I see that for other linux systems (arch linux, etc) there is only 1.5.2.8, but the beta of 1.5.2.9 is out

On my gentoo system, I basically just unpacked the rpm.

Comparing the files in the packages with each other, the 1.5.2.9 rpm files are identical to the 1.5.2.9 deb. Same story with the 1.5.2.8 deb/tar. Seems like (at least for now) there isn't anything distro-specific in the actual app, so as long as you can unpack it (7-zip supports debs/rpms), it'd effectively be the same as a tar package.
 
If I can offer a friendly suggestion, how about packaging AnyStream Linux as either a Flatpak or AppImage. The devs won't need to worry about supporting 50 different distros and the end users won't need to worry about ending up in dependency hell. Just my $0.02.
 
Running Debian 12.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm

Attempting to install the .deb package gets the error of:

(Reading database ... 201983 files and directories currently installed.)
Preparing to unpack AnyStream_1.5.2.9_amd64.deb ...
Unpacking anystream (1.5.2.9) over (1.5.2.9) ...
dpkg: dependency problems prevent configuration of anystream:
anystream depends on libtiff5 (>= 4.0.3); however:
Package libtiff5 is not installed.

Currently Debian 12 runs libtiff-6.

Downloaded anystream_1.5.2.8.tar.xz, extracting the executable and running it gave the same error of the missing libtiff.so.5 error

Ended up doing the following:
Bash:
sudo ln -s /usr/lib/x86_64-linux-gnu/libtiff.so.6 /usr/lib/x86_64-linux-gnu/libtiff.so.5

Ran the executable fagain and everything loads up properly thus far.

Great job guys for the Linux version!!
 
This is great news! Is there any way to politely query your server on what is the latest version? I'm asking because I could make a package for Gentoo, but I would need to be able to find out any time what is the current latest available version of AnyStream available for Linux. This is what I'm currently getting:
Code:
mdec@Leela ~ $ curl -L 'https://download.redfox.bz/download/sandbox'
<center style="margin-top:100px;">
        <img src="img/pooh.png">
                <p>
        <img src="img/redfox-sandbox-400.png">
<p style="font: 12px Arial, sans-serif;">For beta versions, please check <a href="https://forum.redfox.bz/">forum.redfox.bz</a> for announcements.</p>
</center>
mdec@Leela ~ $ curl -L 'https://download.redfox.bz/download/sandbox/anystream_1.5.2.8.tar.xz'
Warning: Binary output can mess up your terminal. Use "--output -" to tell 
Warning: curl to output it to your terminal anyway, or consider "--output 
Warning: <FILE>" to save to a file.
What I should be getting instead is something in /download/sandbox that perhaps indicates what files are available for download for the intended audience?
 
If I can offer a friendly suggestion, how about packaging AnyStream Linux as either a Flatpak or AppImage. The devs won't need to worry about supporting 50 different distros and the end users won't need to worry about ending up in dependency hell. Just my $0.02.
I suggested thaat earlier in the thread, but the tar.xz seems to be working great for me. Essentially the same thing. :)
 
This is great news! Is there any way to politely query your server on what is the latest version? I'm asking because I could make a package for Gentoo, but I would need to be able to find out any time what is the current latest available version of AnyStream available for Linux. This is what I'm currently getting:
Code:
mdec@Leela ~ $ curl -L 'https://download.redfox.bz/download/sandbox'
<center style="margin-top:100px;">
        <img src="img/pooh.png">
                <p>
        <img src="img/redfox-sandbox-400.png">
<p style="font: 12px Arial, sans-serif;">For beta versions, please check <a href="https://forum.redfox.bz/">forum.redfox.bz</a> for announcements.</p>
</center>
mdec@Leela ~ $ curl -L 'https://download.redfox.bz/download/sandbox/anystream_1.5.2.8.tar.xz'
Warning: Binary output can mess up your terminal. Use "--output -" to tell
Warning: curl to output it to your terminal anyway, or consider "--output
Warning: <FILE>" to save to a file.
What I should be getting instead is something in /download/sandbox that perhaps indicates what files are available for download for the intended audience?
i use this for now :) if it can help you ?

curl https://forum.redfox.bz/threads/any...ed-to-support-more-linux-distributions.87060/ > linux.txt && \
cat linux.txt | grep -Eo "(http|https)://[a-zA-Z0-9./?=_-]*(.deb)" | sort -u | sed -r 's|.*/(.*)$|\1|' | sort -r | head -1 > url.txt && \
latest_version="$(cat url.txt)" && \
wget https://download.redfox.bz/download/sandbox/$latest_version -O $latest_version && \
apt install -y ./$latest_version
 
Status
Not open for further replies.
Back
Top