diff options
| author | Mistivia <i@mistivia.com> | 2025-11-30 21:57:37 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-11-30 21:57:37 +0800 |
| commit | 71549ca55d515c69efd87a2a58401c135db39e21 (patch) | |
| tree | 5481e10ec6e3a87c7096e1f8196e6020a9113131 /README.md | |
| parent | 1929cd6231a38a4bcd8950417a038ec35c60b54d (diff) | |
add live key support
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,7 @@ s3_path=ezlive/ access_key=YOUR_S3_ACCESS_KEY secret_key=YOUR_S3_SECRET_KEY region=auto +key=your_live_key ``` In the dashboard of your object storage provider, add the domain name of your web HLS player to CORS setting. If you don't know how to setup a web HLS player, just add `https://mistivia.github.io`. @@ -73,6 +74,7 @@ Create a config file `conf/config`, the config file is nearly the same as the co access_key=YOUR_S3_ACCESS_KEY secret_key=YOUR_S3_SECRET_KEY region=auto + key=your_live_key Start docker container: |
