Live data from Hacker News

Ask HN: Anyone hosting their own videos?

news.ycombinator.com

1–10 of 68 posts

Ask HN: Anyone hosting their own videos?

#1
Hello,

I am preparing to soon upload all new video's I produce on to my own website instead of a platform.

I am asking if there is any one else who has done such a thing, so that I can look into subscribing to their RSS feeds and having things to watch that are not hosted on YouTube.

Re: Ask HN: Anyone hosting their own videos?

#3
post #2

There's quite a few tech people using peertube as either the only or an alternative for hosting. You still need to host the original, but if people watch your stuff, maybe you'll save some bandwidth on the p2p distribution.

Peertube is often very hard to load within MPV and you are exposing all of the visitors IPs to each other.

Re: Ask HN: Anyone hosting their own videos?

#4
Is this just about not being on YouTube or in general any platform? Otherwise I'd check out Vimeo for pure video hosting without the "social" part. There's a good reason that these platforms exist as they deal with all the encoding edge cases and different devices your users may use.

Re: Ask HN: Anyone hosting their own videos?

#6
My own personal webpage, which I made 5 years ago and which no one really ever looks at, is fully static. I just dropped mp4 files on my server, along with the other files and embedded them through HTML5's regular media tags. The whole thing gets served through apache. Works like a charm.

The only reason it would need to get more complicated than that, in my mind, is if you're serving largish amounts of traffic.

Re: Ask HN: Anyone hosting their own videos?

#8
Mh, I think you should clarify you target:

- if the target is making money than you are tied to very popular platforms, because it's only there the largest public (unfortunately);

- if the target is a selected audience you already know and they equally know you a feed publishing just new video URLs and files just dropped in a webserver suffice, you users only need to click the link to see, no web-crapplications nor WebVM (improperly named and known as browsers for legacy reasons) needed;

- if the target is personal nothing beat a storage media in your pocket...

Re: Ask HN: Anyone hosting their own videos?

#9
I have NO idea of how media or video works. So I'm just going to post this here in case someone knows better and helps me understand.

I guess you could just upload all your videos to S3 and serve them over cloudfront. But Video seems to be tricky because there's the whole idea of encoding, adapting quality (detecting a poor connection and serving a low quality video, etc).

What I chose some time ago was Mux, they had a very good and developer friendly service.

Post reply on HN