An open API service indexing awesome lists of open source software.

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

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)

[![screenshot1](https://kaizhu256.github.io/node-demo-hls-encrypted/screenshot1.png)](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
```

[![screenshot2](https://kaizhu256.github.io/node-demo-hls-encrypted/screenshot2.png)](https://github.com/kaizhu256/node-demo-hls-encrypted/blob/gh-pages/encrypt.sh)