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