diff options
| author | Mistivia <i@mistivia.com> | 2025-09-14 19:04:37 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-09-14 19:04:43 +0800 |
| commit | 998d4b94f3d71ee3dbc3d7d1f2d140826d45218e (patch) | |
| tree | 1b99ddeb62966d33cff07f009dd95705c23e6b38 | |
| parent | aadfa7ff09334f0b2b81cec19afef53b2a3fd9df (diff) | |
update readme
| -rw-r--r-- | Readme.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -41,8 +41,13 @@ Start EZLive: ./ezlive ``` -Open OBS, streaming to `rtmp://127.0.0.1/live`, no streaming key needed. +Open OBS, streaming to `rtmp://127.0.0.1/live`, no streaming key needed. The streaming format must be H.264 + AAC. Then use a HLS player to load `https://YOUR_BUCKET_NAME.our-oss.com/ezlive/stream.m3u8` to watch the stream. If you don't know how to setup a HLS player, then make sure you have added `https://mistivia.github.io` in your OSS's CORS setting, then open `https://mistivia.github.io/ezlive#https://YOUR_BUCKET_NAME.our-oss.com/ezlive/stream.m3u8`. + + +# Credits + +The built-in RTMP server is modified from [pine](https://github.com/deboot/pine). |
