Override4414@lemmy.world to Selfhosted@lemmy.worldEnglish · 2 months agoSelf Hosted Youtube Indivious vs viewtubemessage-squaremessage-square11linkfedilinkarrow-up125arrow-down10file-text
arrow-up125arrow-down1message-squareSelf Hosted Youtube Indivious vs viewtubeOverride4414@lemmy.world to Selfhosted@lemmy.worldEnglish · 2 months agomessage-square11linkfedilinkfile-text
Self Hosted Youtube Indivious vs viewtube which is better? Or they do different things and I should host them both?
minus-squareVictor@lemmy.worldlinkfedilinkEnglisharrow-up4·2 months agoWhat does SABR stand for? Searching proved to not be very fruitful.
minus-squareBnyro@programming.devlinkfedilinkEnglisharrow-up3·2 months agoServer 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.
minus-squareZwrt@lemmy.sdf.orglinkfedilinkEnglisharrow-up2·2 months agoNot 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.
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.