URLBase
The URL that will be used to access the encoded files. For example, you might send the encoded video files to the folder C:\encoded\output\
, and map this folder to http://myserver.com/video/
. In this case, set the URLBase
parameter to http://myserver.com/video/
.
The engine appends the file name to the URL base that you specify.
You can use macros to create output URLs. For more information about macros, see Macros.
Type: | String |
Default: | (No URL base) |
Required: | No |
Configuration Section: | TaskName |
Example: | URLBase=http://myserver.com/video/
|
See Also: |