https://github.com/kaizhu256/node-demo-hls-encrypted
demo for playing encrypted hls-media
https://github.com/kaizhu256/node-demo-hls-encrypted
Last synced: 10 days ago
JSON representation
demo for playing encrypted hls-media
- Host: GitHub
- URL: https://github.com/kaizhu256/node-demo-hls-encrypted
- Owner: kaizhu256
- License: mit
- Created: 2018-06-10T08:57:40.000Z (almost 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-08-09T17:39:23.000Z (over 6 years ago)
- Last Synced: 2025-03-29T13:04:49.273Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 16.4 MB
- Stars: 21
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# demo-hls-encrypted
demo for playing encrypted hls-media## live web demo
- [https://kaizhu256.github.io/node-demo-hls-encrypted/index.html](https://kaizhu256.github.io/node-demo-hls-encrypted/index.html)[](https://kaizhu256.github.io/node-demo-hls-encrypted/index.html)
## howto reproduce encrypted files *.encrypted
- clone this github-repo and run the shell-script [encrypt.sh](https://github.com/kaizhu256/node-demo-hls-encrypted/blob/gh-pages/encrypt.sh)```shell
#!/bin/sh
git clone https://github.com/kaizhu256/node-demo-hls-encrypted
cd node-demo-hls-encrypted
/bin/sh ./encrypt.sh
```[](https://github.com/kaizhu256/node-demo-hls-encrypted/blob/gh-pages/encrypt.sh)