| English | Korean | Chinese | Japanese |
Chapter 1. Overview
Syntax and Usage
WebAPI uses the following syntax, which is the standard way of specifying a URL according to RFC 2396. Only the HTTP GET method should be used.
http://<address>:<port>/webapi_cmd?param1=value¶m2=value...
Configurations
You need to enable WebAPI and set the port and base local path. Also, if you want to use the demos, copy the demo files into the configuration directory. If you set up a RAM Disk, all HLS files will be generated on this disk. All paths starting with “/hls*” will be redirected to the RAM Disk. Any RAM Disk utility is recommended for this purpose. The following RAM Disk utility has been tested:
· https://www.romexsoftware.com/en-us/primo-ramdisk/index.html

