|
|
|
|
|
by canardlaquay
3130 days ago
|
|
This is pretty nice, the tool choices were pretty limited. (nginx-rtmp, red5, and another one that I can't remember.) It still doesn't fix the main problem for me: content delivery and its price. For a 60 minute-long 720p@30fps (~2500 kbps) stream with 1000 viewers, you have to push a total of 1TB of data. Using Amazon CloudFront, it would cost you $0.085*1000GB = 85$. For one stream. Of one hour. Of mid-tier quality.
You would need three dedicated servers to push that data (You need ~3GBPS to replace that CDN) and it would cost 85$ per MONTH. Not per stream. I know, building a CDN isn't simple, but when I tried to build my own platform, it wasn't about building something about video streaming. It was about creating my own CDN to lower the costs. I don't think I'm alone with that problem. |
|
> I know, building a CDN isn't simple, but when I tried to build my own platform, it wasn't about building something about video streaming. It was about creating my own CDN to lower the costs. I don't think I'm alone with that problem.
Were you successful in starting something?
Did you end up creating your own CDN?
Lets say someone had a platform, servers and were ready to rock:
- How do they implement that CDN?
- Could it be a case of getting hosting providers who offer Nth percentile or unlimited bandwidth (to a point)? I've seen these packages on webhostingtalk.com
- What are the costs associated with that?
- What are the gotchas with maintenance and running costs?
Would love to know your thoughts.