A Boolean that specifies whether Media Server can read video files from their original location.
The original location could be the temp
directory of the connector that retrieved the files, or the CFS working directory if the configuration parameter WorkingDirectory is set. If Media Server can read the files from this location, set this parameter to TRUE
.
If Media Server cannot read files from their original location (for example the Media Server is on a different machine), set the parameter MediaServerSharedPath instead. CFS then copies video files to a shared folder so that Media Server can read them and perform analysis.
Type: | Boolean |
Default: | False |
Required | No |
Configuration Section: | Any section that you have defined for media analysis task settings |
Example: | ReadFromOriginalLocation=TRUE
|
See Also: | MediaServerSharedPath |
|