Add Live reference and update compatibility portion

This commit is contained in:
Korbs 2024-08-17 04:29:06 -04:00
parent 2c5e82ce38
commit 57a5c81cfa

View file

@ -186,37 +186,47 @@ The Milieu option is an attempt to copy YouTube's ambient player feature. Where
<Zorn Milieu/>
```
**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
<Zorn Live Video="https://example.org/cats.m3u8"/>
```
## 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
- [x] Support HLS (HTTP Live Streaming)
- [ ] Touch gestures for mobile