Override4414@lemmy.world to Selfhosted@lemmy.worldEnglish · 15 hours agoSelf Hosted Youtube Indivious vs viewtubemessage-squaremessage-square7linkfedilinkarrow-up124arrow-down10file-text
arrow-up124arrow-down1message-squareSelf Hosted Youtube Indivious vs viewtubeOverride4414@lemmy.world to Selfhosted@lemmy.worldEnglish · 15 hours agomessage-square7linkfedilinkfile-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·9 hours agoWhat does SABR stand for? Searching proved to not be very fruitful.
minus-squareBnyro@programming.devlinkfedilinkEnglisharrow-up1·4 hours 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-up1·8 hours 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.