From 998d4b94f3d71ee3dbc3d7d1f2d140826d45218e Mon Sep 17 00:00:00 2001 From: Mistivia Date: Sun, 14 Sep 2025 19:04:37 +0800 Subject: update readme --- Readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 7871188..3bf26c8 100644 --- a/Readme.md +++ b/Readme.md @@ -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). -- cgit v1.0