Content Delivery Tutorials
Browse our wide range of tutorials across a wide range of topics on video software development.
Custom Domains
Introduction What are Custom Domains? A Custom Domain is user-defined URL that replaces the default Qencode URL provided by the Media Storage and Live Streaming services. This allows you to map your domain, like www.yourdomain.com, to your cloud storage bucket or live stream URL. Using Signed URLs with the Custom Domain is available as an option. You can use it in case you want to protect the…
Signed URLs
Introduction A Signed URL is a URL that is generated to provide secure, time-limited access to a cloud storage object. These special URLs are useful for safely providing access to files while controlling who can see or edit them. Some key benefits for using Signed URLs often include: Enhanced Control : You can set who can read and write the file, for each Signed URL you generate. Time Limits:…
Signed Cookies
Introduction What are Signed Cookies? A signed cookie is a mechanism to ensure the integrity of the data stored inside a cookie. In the Qencode API, this secure HTTP cookie (referred to as the ) contains a JSON Web Token (JWT) that is signed using a secret key that is stored securely on your server. Why Use Signed cookies HTTP cookies are commonly used for tracking sessions or storing user…