I have a vps where I host a few things and I tried adding jellyfin. It worked and while scanning media railed the CPU/ram, once it was done everything was smooth. However, despite having all dependencies a bunch of videos didn’t play. I also don’t need the music and ebooks side of jellyfin as I’ll be using other things for those (funkwhale for music, still looking into the books and comics ) So, which self hosted alternatives do I have for videos and books/comic books? I need things that only do that but don’t well. The video one needs to have a client I can install on a android device I have plugged ony tv
There’s always Plex and emby, but if the videos didn’t play in jellyfin I doubt they will play in those two. You are probably lacking hardware support for the codec you’re trying to play.
It’s determined by the client you’re trying to watch the file on. The server could be run on a Raspberry Pi if you always use compatible files with your client since transcoding wouldn’t be needed. The most compatible files will be x264 video and (don’t quote me here) AAC audio but modern clients can also play x265 video and stuff like EAC or AC3 audio without needing to be transcoded (converted from one format to another on the server). For ease of transcoding, a GPU works best but they can be converted strictly with CPU hardware though it’s more resource intensive.
You probably just need to transcode your videos to match whatever client you’re watching on. I run jellyfin from a raspberry pi without any problem once things are encoded properly.
For books and manga I use calibre-web, having used Calibre for a while before self hosting.
For movies and tv shows I use Plex
Books/manga/comic books I use Kavita
Kavita is the one I was looking at as well. I hear plex is closed source and I prefer using open.
If it doesn’t play it could means that the video codec/format isn’t supporter for streaming and it should be transcoded. But that needs a GPU and a vps doesn’t have that…
I think you could have the same problem with Plex
I actually should be able to do it. The files are hosted on a drive I have at home mounted on a raspberry pi, the drive is then mounted on the vps through sshfs, so while it would take a while I think the pi might do it. Otherwise I’ll just do it on my desktop, the drive is mounted through sshfs here too.