Hacker News new | ask | show | jobs
by beardedetim 1237 days ago
You would need some ingestion that takes in raw video from your creators and make it playable by as many people as possible. That would probably lead to HLS, CMAF, or similar.

Then you'd need some server to serve those assets. That would lead to a CDN or similar.

Then you'd need a player. HTML seems to play back mpeg fine but you'll probably need a player for HLS. video.js seems fine here.

Source: built this for $dayjob