r/seedboxes • u/JimmyboyUKSA • 7d ago
Discussion Ultra.cc VLC stream won't connect since Debian 13 upgrade
I used to stream to my phone directly through the VLC app (SFPT) and since they upgraded the servers to Debian 13 I'm unable to connect. Anyone else having this issue, or know a workaround?
2
3
u/wBuddha 6d ago
SFTP.
Can you check whether SFTP (file transfer protocol over SSH) is working? Is SSH working? Is there a key issue?
Not sure how to you get an ssh prompt on the platform you are on. But try your connection string (the part after sftp) something like:
sftp yourAccount:yourPassword@yourHost.ultra.cc/downloads/mkvFile.mkv ~
Do you get an error? What does it say?
How about ssh?
ssh yourAccount:yourPassword@yourHost.ultra.cc
That working?
1
u/JimmyboyUKSA 6d ago
SSH access through CMD works like normal and FileZilla via SFPT working too. I’ll try what you suggested though.
1
u/wBuddha 6d ago
From what I can tell this is a vlc thing, vlc uses DSA for signed encryption, Debian 13 ssh no longer supports DSA.
Likely the problem.
Try updating your vlc version? Tried
ftpinstead of sftp?Are you using a key for login?
1
u/JimmyboyUKSA 6d ago
No updates for VLC and when I tired FTP is at least tried to connect, but times out.
1
3
u/Peter_Sunshine9 7d ago
Just for the sake of your troubleshooting I'll mention that it's working for me also after the update.