From 4873f9940760ede3f04366f8a87c603628d91142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=95=9C=EC=A0=9C=ED=97=8C?= Date: Wed, 23 Nov 2022 02:07:33 +0000 Subject: [PATCH] GitBook: [#330] No subject --- docs/README.md | 4 ++-- docs/streaming/low-latency-hls.md | 25 ++++++++++++++----------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/docs/README.md b/docs/README.md index 41a80aaff..d02ba21b7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -34,7 +34,7 @@ Our goal is to make it easier for you to build a stable broadcasting/streaming s * AdmissionWebhooks * SignedPolicy * **File Recording** -* **Push Publishing using RTMP and MPEG-TS** (Re-streaming) +* **Push Publishing using RTMP and MPEG2-TS** (Re-streaming) * **Thumbnail** * **REST API** * **Experiment** @@ -82,4 +82,4 @@ We always hope that OvenMediaEngine will give you good inspiration. ## License -OvenMediaEngine is licensed under the [AGPL-3.0-only](../LICENSE). However, if you need another license, please feel free to email us at [contact@airensoft.com](mailto:contact@airensoft.com). +OvenMediaEngine is licensed under the [AGPL-3.0-only](../LICENSE/). However, if you need another license, please feel free to email us at [contact@airensoft.com](mailto:contact@airensoft.com). diff --git a/docs/streaming/low-latency-hls.md b/docs/streaming/low-latency-hls.md index 68b0d6189..a63c03047 100644 --- a/docs/streaming/low-latency-hls.md +++ b/docs/streaming/low-latency-hls.md @@ -164,15 +164,18 @@ You can dump the LLHLS stream for VoD. You can enable it by setting the followin The folder to output to. In the OutputPath you can use the macros shown in the table below. You must have write permission on the specified folder. -| Macro | Description | -| ------------- | ----------------- | -| ${VHostName} | Virtual Host Name | -| ${AppName} | Application Name | -| ${StreamName} | Stream Name | -| ${YYYY} | Year | -| ${MM} | Month | -| ${DD} | Day | -| ${hh} | Hour | -| ${mm} | Minute | -| ${ss} | Second | +| Macro | Description | +| ------------- | ------------------------------ | +| ${VHostName} | Virtual Host Name | +| ${AppName} | Application Name | +| ${StreamName} | Stream Name | +| ${YYYY} | Year | +| ${MM} | Month | +| ${DD} | Day | +| ${hh} | Hour | +| ${mm} | Minute | +| ${ss} | Second | +| ${S} | Timezone | +| ${z} | UTC offset (ex: +0900) | +| ${ISO8601} | Current time in ISO8601 format |