Skip to content

Commit

Permalink
chore(docs): we do support subtitles now
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Aug 30, 2023
1 parent 7510908 commit cb093a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ A live demo and example is available here: [https://vod2live.eyevinn.technology]
- Mix VOD2Live channel with a "real" live HLS stream
- Develop adapters to plugin with custom scheduling endpoints
- High Availability with Redis Cache as shared state store
- Support for WebVTT subtitles
- Support for DRM encrypted HLS VODs (in beta)
- And much more!

Expand All @@ -52,8 +53,8 @@ Supported Node.js Versions

| HLS Format | Muxed | Demuxed | Mix w. Live | Subtitles | DRM |
| ---------- | ----- | ------- | ----------- | --------- | --- |
| HLS + TS | Yes | Yes | Yes* | TBD | No |
| HLS + CMAF | No | Yes | TBD | TBD | TBD |
| HLS + TS | Yes | Yes | Yes* | Yes | No |
| HLS + CMAF | No | Yes | TBD | Yes | TBD |

*\* not supported with demuxed sources*

Expand Down

0 comments on commit cb093a1

Please sign in to comment.