Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EDU-6100] AI documentation update - 2025-01-24 - live streaming delivery with hls #1454

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@ This solution is ideal for content providers who require high fidelity and low l
1. [Create an edge application](/en/documentation/products/guides/build/build-an-application/).
2. [Create a domain](https://www.azion.com/en/documentation/products/guides/configure-a-domain/#create-a-domain-with-azion) and [associate it with the edge application](/en/documentation/products/guides/configure-a-domain/#link-a-custom-domain-to-your-application).
3. Set up and [enforce cache policies for HLS](/en/documentation/products/guides/enforce-hls-cache/) in the edge application.
4. Configure your source and encoder pointing to Azion Ingest DNS entries.
5. Stream your content via Azion Edge Platform.
4. Configure your source and encoder pointing to Azion Ingest DNS entries.
- **Create DNS Entries**: Ensure proper configuration of DNS entries by creating CNAME or ANAME entries to map your domain to Azion's endpoints for LLHLS configurations. [TECHWRITER TODO: INSERT DETAILED STEPS FOR CNAME/ANAME CONFIGURATION]
5. **Insert Correct Certificate**: Ensure the correct SSL/TLS certificate is installed for secure transmission. [TECHWRITER TODO: INSERT DETAILS ON CERTIFICATE INSTALLATION]
6. **Validate Origin Configuration**: Validate your origin configuration specifically for HLS streaming to ensure seamless data flow. [TECHWRITER TODO: INSERT STEPS FOR VALIDATING ORIGIN CONFIGURATION]
7. Stream your content via Azion Edge Platform.

---

Expand All @@ -60,3 +63,7 @@ This solution is ideal for content providers who require high fidelity and low l
- [Azion Edge Network](https://www.azion.com/en/products/our-network/)
- [Cache Settings](/en/documentation/products/build/edge-application/cache-settings/)
- [Content delivery architecture](/en/documentation/architectures/edge-application/content-delivery/)

## Additional Resources

- [TECHWRITER TODO: INSERT INFORMATION ABOUT REFERENCES OR CASE STUDIES FOR USING LLHLS VIA TCP WITH AZION]