Any browser that supports MSE. See https://caniuse.com/#feat=mediasource
Note that browsers with native HLS support may play content with the native player, unless the overrideNative option is used. Some notable browsers with native HLS players are:
However, due to the limited features offered by some of the native players, the only browser on which VHS defaults to using the native player is Safari (macOS and iOS).
VHS aims to be mostly streaming format agnostic. So long as the manifest can be parsed to a common JSON representation, VHS should be able to play it. However, due to some large differences between the major streaming formats (HLS and DASH), some format specific code is included in VHS. If you have another format you would like supported, please reach out to us (e.g., file an issue).
If the content is packaged in an MP4 container, then any codec supported by the browser is supported. If the content is packaged in a TS container, then the codec must be supported by the transmuxer. The following codecs are supported by the transmuxer:
The following is a list of some, but not all, common streaming features supported by VHS. It is meant to highlight some common use cases (and provide for easy searching), but is not meant serve as an exhaustive list.
Note that the following features have not yet been implemented or may work but are not currently suppported in browsers that do not rely on the native player. For browsers that use the native player (e.g., Safari for HLS), please refer to their documentation.
If the content is packaged within an MP4 container and the browser supports the codec, it will play. However, the following are some codecs that are not routinely tested, or are not supported when packaged within TS.
Note: features for low latency HLS in the 2nd edition of HTTP Live Streaming are on the roadmap, but not currently available.
VHS strives to support all of the features in the HLS specification, however, some have not yet been implemented. VHS currently supports everything in the HLS specification v7, revision 23, except the following:
In the event of encoding changes within a playlist (see https://tools.ietf.org/html/draft-pantos-http-live-streaming-23#section-6.3.3), the behavior will depend on the browser.
DASH support is more recent than HLS support in VHS, however, VHS strives to achieve as complete compatibility as possible with the DASH spec. The following are some notable features in the DASH specification that are not yet implemented in VHS:
Note that many of the following are parsed by mpd-parser but are either not yet used, or simply take on their default values (in the case where they have valid defaults).