Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 849 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 849 Bytes

demo-hls-encrypted

demo for playing encrypted hls-media

live web demo

screenshot1

howto reproduce encrypted files *.encrypted

  • clone this github-repo and run the shell-script encrypt.sh
#!/bin/sh
git clone https://github.com/kaizhu256/node-demo-hls-encrypted
cd node-demo-hls-encrypted
/bin/sh ./encrypt.sh

screenshot2