this post was submitted on 26 May 2024
13 points (93.3% liked)

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ

53462 readers
1841 users here now

⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.

Rules • Full Version

1. Posts must be related to the discussion of digital piracy

2. Don't request invites, trade, sell, or self-promote

3. Don't request or link to specific pirated titles, including DMs

4. Don't submit low-quality posts, be entitled, or harass others



Loot, Pillage, & Plunder


💰 Please help cover server costs.

Ko-FiLiberapay


founded 1 year ago
MODERATORS
 

cross-posted from: https://programming.dev/post/14680192

I have a VPS, but no root access so I can't use apt, or even read a lot of the system files. I would like to get jellyfin (or any media server, really) running on it. Jellyfin has a portable installation option, so I followed the instructions in the docs to install it from the .tar.gz.

But it says I have to install ffmpeg-jellyfin, and I can't find a portable installation of that. My VPS already has ffmpeg installed on it. Will jellyfin work if I just point it to that instead? Or, how can I go about installing ffmpeg-jellyfin without root access?

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 2 months ago

Like how hard did you look????

https://github.com/jellyfin/jellyfin-ffmpeg/releases/tag/v6.0.1-7

Portables are at the bottom.

[–] [email protected] 3 points 2 months ago

The docs say jellyfin-ffmpeg is only needed on Debian distros, like Debian itself or Ubuntu, other distros like Fedora should be able to use their respective ffmpeg packages. https://jellyfin.org/docs/general/installation/linux#ffmpeg-installation

Is there a reason you can't have root on your VPS? Maybe you could ask to have Jellyfin and ffmpeg installed by an admin?

If your willing to try it, you could unpack the .deb file with dpkg -x <jellyfin-ffmpeg-for-your-distro.deb> <unpack dir> and stick the resulting directory (directories?) in Jellyfin's PATH, but I've never tried this myself and I don't know how well this could work.

[–] [email protected] 0 points 2 months ago* (last edited 2 months ago)

Cross posting from [email protected] because there's a lot of expertise here.

[–] [email protected] -1 points 2 months ago