We are planning for live streaming (both sides- class room scenario) currently using wowza media server, ec2 and AWS cloudfront. We could successfully do http streaming and integrated AWS cloudfront however, in case of RTMP streaming we are not sure how to go about it as it cache is important it will determine our cost and bandwidth usage?
Asked
Active
Viewed 1,745 times
2 Answers
0
CloudFront supports RTMP. Here's the documentation.
http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-rtmp.html

tedder42
- 23,519
- 13
- 86
- 102
0
CloudFront only supports on demand RTMP streaming[1]. However, you can do live HTTP streaming, as you mentioned, using Wowza and CloudFront[2]. Why does the live stream have to be RTMP to your clients?

imperalix
- 3,701
- 1
- 23
- 19
-
the problem with http streaming is the delay, it has a lot more delay than RTMP. – Cristian Sepulveda Apr 21 '17 at 15:40