Skip to content

Commit

Permalink
GitBook: [#330] No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
getroot authored and gitbook-bot committed Nov 23, 2022
1 parent b14a965 commit 4873f99
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down Expand Up @@ -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 [[email protected]](mailto:[email protected]).
OvenMediaEngine is licensed under the [AGPL-3.0-only](../LICENSE/). However, if you need another license, please feel free to email us at [[email protected]](mailto:[email protected]).
25 changes: 14 additions & 11 deletions docs/streaming/low-latency-hls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit 4873f99

Please sign in to comment.