forked from shuding/nextra-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06229f2
commit 008f0f4
Showing
2 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# About | ||
|
||
This is the about page! This page is shown on the navbar. | ||
This guide is brought to you by [Gumlet](https://www.gumlet.com). Gumlet provides a complete video platform | ||
which includes a video CMS, transcoding, streaming, analytics and DRM. | ||
|
||
This guide is released in public domain by the creators of Gumlet. If you have any suggestions, you can send a PR to improve this guide at [https://github.com/gumlet/howdrm.works](https://github.com/gumlet/howdrm.works) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
import { Cards } from 'nextra/components' | ||
|
||
|
||
# How DRM works | ||
|
||
This is a guide about media DRM (Digital Rights Management) technology. Learn how things like encryption, key server and CDM works to prevent theft of audio and video. We will focus primarily on video and audio DRM systems in this guide but there are other types of DRM systems which can prevent unauthorized access to other types of content (e.g. PDFs). | ||
|
||
This guide is brought to you by [Gumlet](https://www.gumlet.com) | ||
<br/> | ||
<Cards.Card | ||
|
||
title="This guide is brought to you by Gumlet.com" | ||
href="https://www.gumlet.com" | ||
/> |