diff --git a/docs/enterprise/introduction.md b/docs/enterprise/introduction.md index 8ec844c34..42d952200 100644 --- a/docs/enterprise/introduction.md +++ b/docs/enterprise/introduction.md @@ -13,7 +13,7 @@ All features of OvenMediaEngine are identical to the Open Source version and the Enterprise adds: * Commercial library -* The features that the customer does not allow to be disclosed as open source among the features developed by the customer commissioned by AirenSoft. +* The features that the customer does not allow to be disclosed as open source among the features developed by the customer. diff --git a/docs/streaming/hls-mpeg-dash.md b/docs/streaming/hls-mpeg-dash.md index ea1c57704..d451b7f09 100644 --- a/docs/streaming/hls-mpeg-dash.md +++ b/docs/streaming/hls-mpeg-dash.md @@ -1,7 +1,5 @@ # Low-Latency DASH and HLS streaming {% hint style="danger" %} -From OvenMediaEngine v0.14.0, Legacy HLS, DASH, and LLDASH are deprecated. If you want to continue using this feature, use 0.13.2. +From OvenMediaEngine v0.14.0, Legacy HLS, DASH, and LLDASH are deprecated. We decided to focus more of our energy on LLHLS instead. See [LLHLS](low-latency-hls.md). {% endhint %} - -LLHLS, released from v0.14.0, is superior to Dash and LLDASH in all aspects of compatibility, performance and function, and also support legacy HLS players. Therefore, we decided not to update legacy HLS, DASH and LLDASH anymore. With the energy that was used to maintain these features, we will focus on more wonderful features in the future. diff --git a/docs/streaming/low-latency-hls.md b/docs/streaming/low-latency-hls.md index 546d79a53..edd74ab8b 100644 --- a/docs/streaming/low-latency-hls.md +++ b/docs/streaming/low-latency-hls.md @@ -64,12 +64,6 @@ To use LLHLS, you need to add the `` elements to the `` in th HTTP/2 outperforms HTTP/1.1, especially with LLHLS. Since all current browsers only support h2, HTTP/2 is supported only on TLS port. Therefore, it is highly recommended to use LLHLS on the TLS port. {% endhint %} -## Adaptive Bitrates Streaming (ABR) - -LLHLS can deliver adaptive bitrate streaming. OME encodes the same source with multiple renditions and delivers it to the players. And LLHLS Player, including OvenPlayer, selects the best quality rendition according to its network environment. Of course, these players also provide option for users to manually select rendition. - -See the [Adaptive Bitrates Streaming](../transcoding/#adaptive-bitrates-streaming-abr) section for how to configure renditions. - ## CrossDomain Most browsers and players prohibit accessing other domain resources in the currently running domain. You can control this situation through Cross-Origin Resource Sharing (CORS) or Cross-Domain (CrossDomain). You can set CORS and Cross-Domain as `` element. diff --git a/docs/transcoding/README.md b/docs/transcoding/README.md index 171b59927..8fd9e8413 100644 --- a/docs/transcoding/README.md +++ b/docs/transcoding/README.md @@ -1,4 +1,4 @@ -# ABR and Transcoding +# Transcoding OvenMediaEngine has a built-in live transcoder. The live transcoder can decode the incoming live source and re-encode it with the set codec or adjust the quality to encode at multiple bitrates. @@ -46,7 +46,9 @@ The `` setting allows incoming streams to be re-encoded via the ` According to the above setting, if the incoming stream name is `stream`, the output stream becomes `stream_bypass`and the stream URL can be used as follows. * **`WebRTC`** ws://192.168.0.1:3333/app/stream\_bypass -* **`LLHLS`** http://192.168.0.1:8080/app/stream\_bypass/llhls.m3u8 +* **`HLS`** http://192.168.0.1:8080/app/stream\_bypass/playlist.m3u8 +* **`MPEG-DASH`** http://192.168.0.1:8080/app/stream\_bypass/manifest.mpd +* **`Low-Latency MPEG-DASH`** http://192.168.0.1:8080/app/stream\_bypass/manifest\_ll.mpd ### Encodes @@ -57,7 +59,6 @@ You can set the video profile as below: ```markup