IVS or Live Streaming?

1

I want to start a live streaming, and I want to restrict who can view the video. Now I have 2 solutions:
Solution 1. AWS IVS:
push streaming to IVS and use playback keys to restrict visitors.
Solution 2. AWS Live Streaming: MediaLive_MediaPackage_CloudFront.
push streaming to MediaLive input and use CloudFront restrict feature to restrict visitors.
What I wonder is what's the difference between the 2 solutions? It seems that the IVS is easier to create.
Besides, I find that there're quotas in IVS(default 5000 channels per region), and we can increase the quotas by requesting. So what's the maximum number can we request? And is there the same quotas when I create MediaLive channels and MediaPackage channels?

vans
gefragt vor 3 Jahren987 Aufrufe
2 Antworten
1

vans

IVS and MediaLive have somewhat different customer bases and therefore have different feature sets. The MediaLive / MediaPackage workflow gives you many different output formats, to reach a broader base of player devices. Therefore it is a bit more complex to configure. IVS is more built for interactive solutions, and therefore has that functionality that isn't available in MediaLive. See https://aws.amazon.com/ivs/faqs/ for some info describing the difference between an IVS workflow and a workflow using the MediaServices, e.g. MediaLive -> MediaPackage -> CloudFront.

Both MediaLive and MediaPackage also have limits, but these can be extended upon request using the AWS Service Quotas console. See https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html for detail.

Lastly, CloudFront also has ways of restricting access. See https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/SecurityAndPrivateContent.html as a starting point on this subject.

beantwortet vor 3 Jahren
1

Thanks a lot!

vans
beantwortet vor 3 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen