diff --git a/README.md b/README.md index 25b8575..326b1af 100644 --- a/README.md +++ b/README.md @@ -186,37 +186,47 @@ The Milieu option is an attempt to copy YouTube's ambient player feature. Where ``` +**Live** - `Live` + +Zorn can stream `.m3u8` content with HLS support added. The HLS support is only added if you add the `Live` option. + +Just add the `Live` option with an `.m3u8` source. + +```jsx + +``` + ## Compatibility ### Web Browsers | Browser | Live Streams |Player | CSS | JavaScript | |--------------------|--------------|-------|-----|------------| | **Other Browsers**| -| FOSS Browser | 🔘 | 🔘 | 🔘 | 🔘 | +| FOSS Browser | ✅ | ✅ | ❌ | ✅ | | Ladybird | 🔘 | 🔘 | 🔘 | 🔘 | | **WebKit Browsers**| | Safari | 🔘 | 🔘 | 🔘 | 🔘 | -| GNOME Web | 🔘 | ✅ | ✅*N| ✅ | +| GNOME Web | ✅ | ✅ | ✅*N| ✅ | | DuckDuckGo | 🔘 | 🔘 | 🔘 | 🔘 | | **Electron Browsers**| | Min | 🔘 | ✅ | ✅ | ✅ | | **Chromium Browsers**| -| Brave | 🔘 | ✅ | ✅ | ✅ | -| Chromium | 🔘 | ✅ | ✅ | ✅ | -| Google Chrome | 🔘 | ✅ | ✅ | ✅ | -| Microsoft Edge | 🔘 | ✅ | ✅ | ✅ | -| Opera | 🔘 | ✅ | ✅ | ✅ | -| Vivaldi | 🔘 | ✅ | ✅ | ✅ | -| Yandex | 🔘 | ❌ | ✅ | ❌ | +| Brave | ✅ | ✅ | ✅ | ✅ | +| Chromium | ✅ | ✅ | ✅ | ✅ | +| Google Chrome | ✅ | ✅ | ✅ | ✅ | +| Microsoft Edge | ✅ | ✅ | ✅ | ✅ | +| Opera | ✅ | ✅ | ✅ | ✅ | +| Vivaldi | ✅ | ✅ | ✅ | ✅ | +| Yandex | ✅ | ❌ | ✅ | ❌ | | **Firefox Browsers**| -| Falkon | 🔘 | ✅ | ✅ | ✅ | -| Firefox | 🔘 | ✅ | ✅ | ✅ | -| Floorp | 🔘 | ✅ | ✅ | ✅ | -| GNU/IceCat | 🔘 | ✅ | ✅ | ✅*IC | -| Librewolf | 🔘 | ✅ | ✅ | ✅ | -| Mull | 🔘 | ✅ | ✅ | ✅ | -| Mullvad | 🔘 | ✅ | ✅ | ✅ | +| Falkon | ✅ | ✅ | ✅ | ✅ | +| Firefox | ✅ | ✅ | ✅ | ✅ | +| Floorp | ✅ | ✅ | ✅ | ✅ | +| GNU/IceCat | ✅ | ✅ | ✅ | ✅*IC | +| Librewolf | ✅ | ✅ | ✅ | ✅ | +| Mull | ✅ | ✅ | ✅ | ✅ | +| Mullvad | ✅ | ✅ | ✅ | ✅ | | Tor | 🔘 | 🔘 | 🔘 | 🔘 | -| Waterfox | 🔘 | ✅ | ✅ | ✅ | +| Waterfox | ✅ | ✅ | ✅ | ✅ | | **Outdated Browsers**| | Internet Explorer | 🔘 | 🔘 | 🔘 | 🔘 | @@ -227,5 +237,5 @@ The Milieu option is an attempt to copy YouTube's ambient player feature. Where > N: The backdrop blur does not work. This should not affect the function of the video player. ## To Do - - Support HLS (HTTP Live Streaming) - - Touch gestures for mobile \ No newline at end of file + - [x] Support HLS (HTTP Live Streaming) + - [ ] Touch gestures for mobile \ No newline at end of file