Self Hosted Youtube Indivious vs viewtube
which is better? Or they do different things and I should host them both?
I do like Invidious, however, I’ve never successfully ran it or Piped, and the whole genre of frontends, for any great length of time. I always seem to get whammied by YouTube. On my desktops and laptops I just forward the request to an Invidious or Piped instance via LibRedirect since they seem to have the setup to keep it going.
Holy, now we have Piped, Invidious and viewtube
That’s a good thing tough ! Right now they are all a bit unstable and YouTube’s new SABR things makes those alternatives kinda unreliable.
They are the same thing (YouTube self-hosted frontend alternative) with their own features I guess?
You should test Piped, Indivious and Viewtube and make your own opinion, however Viewtube has been paused so this one is probably not going to have the SABR workaround update Piped and Invidious are working on ?
Right now they are all a bit janky and unstable because of YouTube’s new update (SABR, don’t know the details) so find one that works as self-hosted and keep tuned.
If you’re able to contribute as a dev though, give them some help to speed up the process and contribute to the best YouTube frontend alternatives projects !
What does SABR stand for? Searching proved to not be very fruitful.
Server Adaptive Bitrate Streaming, see https://github.com/LuanRT/googlevideo/blob/main/src/core/ServerAbrStream.ts. It’s a format Google developed to be used by YouTube internally, there’s no other service that uses it and thus it’s also not supported by any player libraries.
Not sure either but one of the important chances is that Dash (Dynamic Adaptive Streaming over HTTP) is being replaced with a newer system on YouTube.
There are some good innovations in the replacement but its much harder to implement.