Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

How to implement LiveStreaming in AEM 6.2 or 6.4

Avatar

Level 2

Hi All,

It would be great if any one suggest how to implement Live Streaming (component) in AEM. I have done some google research but stuck at initiation.

please suggest technical requirements like media server, encoders, HTTP to HTTPs etc.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 2

I have figured out the solution. And I have video js & media js files which are belongs to hosting server. Wondering can I place these files on the aem server level and consume in the htl page ??

like  <script src=""></script>

Lösung in ursprünglichem Beitrag anzeigen

4 Antworten

Avatar

Level 10

This would require a custom component - it's not available of the box.

For example - assume you have a youtube for this manner:

Introduction to live streaming - YouTube Help

You can build a custom AEM component that can display this.

We have a HELXP article that shows you how to build a custom component that can render YouTube vid:

Creating an Experience Manager YouTube Component

So - to sum this up - this functionality would require a custom component. And we do not have a document for this specific use case.

Avatar

Level 2

Thank you for the immediate turn around.

I have just found one link on adobe helpx site. Is this a good article to start ??

Stream live media over HTTP

Avatar

Level 10

The link you mentioned Stream live media over HTTP  requires Adobe Media Server license. It depends on you to choose a hosting solution based on your requirements.

The links shared by Scott showcases how to create AEM components to plug & play a hosting solution url irrespective of the fact that you choose Adobe Media Server or Youtube or Wistia etc.

Avatar

Korrekte Antwort von
Level 2

I have figured out the solution. And I have video js & media js files which are belongs to hosting server. Wondering can I place these files on the aem server level and consume in the htl page ??

like  <script src=""></script>