Earlier quoted context omitted.
"Do you have a company and do you want to self host your promotional videos? Make a PeerTube instance and embed them in your website." If I'm a small company, I'd use something like BunnyCDN to stream my videos, because no one else will watch them so the benefits of Peertube are not there. If I'm a company and I'm large I should have no problems paying for something and again would use something like BunnyCDN.
It isn't easy to handle playing videos just with a CDN. You have to handle: - the different formats because browsers support different stuff - different qualities because you have to respect bandwidth visitors' bandwidth - dynamic / adaptative quality - CSP stuff - nice UI for the video etc. At this point, PeerTube handles all this for you and it's easy to setup.
PeerTube v6
101–110 of 203 posts
Re: PeerTube v6
#102Earlier quoted context omitted.
Thanks, now I am really curious to try that out and see how it works under the hood. What I need, would also be the option to ask users first, if they want to upload as well. People on a mobile connection should be able to opt out. (Quick search did not reveal this).
You can find this option in "My Settings", in the left menu. "Help share videos being played"
Re: PeerTube v6
#103Earlier quoted context omitted.
They're not "advocating for voluntary censorship", they're simply pointing out that the Peertube (and the Fediverse in general) needs to avoid being the dredges of the internet.
I've never understood this concern with online platforms. It really shouldn't matter what content people publish if discover ability is user-driven. A Twitter alternative could be full of neo-nazis, butbif my feed is only populated with people I follow them I would never know or care.
Re: PeerTube v6
#104I still cannot grasp how supposedly tech literate HN users can't seem to understand the purpose of PeerTube. Do you have a company and do you want to self host your promotional videos? Make a PeerTube instance and embed them in your website. Do you have a conference and want to self host the recordings? Same Do you have an institution of any kind and want to self host the video material? Same. Nowhere it's touted as…
... the first image on the article linked here shows a monster called "Videorapter" with YouTube, Vimeo and Twitch logos, and calls for donations to "help push back Videoraptor"?
Re: PeerTube v6
#105Earlier quoted context omitted.
I think when you “cannot grasp how supposedly tech literate users can't seem to understand the purpose of” something, then sometimes you need to that as a signal and reevaluate.
Reevaluate what exactly? OPs not wrong. The newer crowds are so entwined with current CDNs/Stacks that their instant dismissal to a released product is wrong. It's common display that unless it's using some $cloud $lang its an instant dismissal of "You shouldn't do that, cloud/saas does this!" Nowadays folk don't understand the requirements of on-perm. The cloud aids but isn't a it-all.
I meant to suggest maybe it’s useful, but more in a niche way.
For example the growth in popularity has been steady but incremental.
Re: PeerTube v6
#106I still cannot grasp how supposedly tech literate HN users can't seem to understand the purpose of PeerTube. Do you have a company and do you want to self host your promotional videos? Make a PeerTube instance and embed them in your website. Do you have a conference and want to self host the recordings? Same Do you have an institution of any kind and want to self host the video material? Same. Nowhere it's touted as…
Re: PeerTube v6
#107I still cannot grasp how supposedly tech literate HN users can't seem to understand the purpose of PeerTube. Do you have a company and do you want to self host your promotional videos? Make a PeerTube instance and embed them in your website. Do you have a conference and want to self host the recordings? Same Do you have an institution of any kind and want to self host the video material? Same. Nowhere it's touted as…
That video is likely to end up blocked by corporate users. If I'm a company I don't want to have my audience of potential customers looking things up on their lunch break reduced.
Re: PeerTube v6
#108Imagine yourself as a popular creator. You can put up your videos on an ad-free platform where users can watch them without distractions and be happy. Or you can put them on an ad-supported platform and get a cut of the sweet ad money. As your videos become more popular, the temptation to go for (2) will become stronger. So the free platform will experience a drain of the most popular content, and viewers will flock away accordingly too.
The same argument applies more generally to free vs commercial platforms. It's basically the reason why the internet sucks so much today. If there's a way to square this circle, I don't know it.
Re: PeerTube v6
#109I still cannot grasp how supposedly tech literate HN users can't seem to understand the purpose of PeerTube. Do you have a company and do you want to self host your promotional videos? Make a PeerTube instance and embed them in your website. Do you have a conference and want to self host the recordings? Same Do you have an institution of any kind and want to self host the video material? Same. Nowhere it's touted as…
Just to add to the noise. Tech literacy doesn't always translate into product or business literacy.
Re: PeerTube v6
#110Earlier quoted context omitted.
> but which platforms employ the power of the torrent protocol to distribute bandwidth so you can run with minimal costs? If TFA is to be believed, not PeerTube. ;P > We needed to settle a technical debt : v6 removes support for WebTorrent to focus on HLS. Both are technical bricks used to get peer-to-peer streaming in web browsers, but HLS is more fitted to what we are doing (and plan to do) with PeerTube
I did some testing of peertube a little over a year ago, and in practice you never used the webtorrent stuff anyway. The webtorrent always had a static http seed which is how videos played fast, but that web seed was usually more than capable of serving all the traffic. More so, it _must_ be capable of doing so because not all your clients will be able to support webtorrent effectively. In order to use a webtorrent,…
People really need to give up on the idea that the browser is a good foundation for robust p2p protocols. There's too many restrictions and the way users conventionally interact with web pages means that running instances of the client tend to be very ephemeral, even if you design it as an SPA. WebRTC kinda works as a transport but it's still a misapplication of the technology.
What PeerTube should do now is have some kind of opt-in peering between instances to mirror each others videos and provide secondary sources to share the load, and then later build some kind of desktop client for user mirroring of content.