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/news/
. In this case, set the URLBase
parameter to http://myserver.com/video/news/
.
The engine appends the file name to the URL base that you specify.
This parameter is ignored if you are streaming the encoded video.
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/news/
|
See Also: |