12 lines
434 B
JavaScript
12 lines
434 B
JavaScript
/**
|
|
* Configuration file modification instructions
|
|
* Player: Address for Cloud connection video streaming and API calls
|
|
* Path: The absolute path where the SDK folder is located (for setting the path of test data in the sample code)
|
|
*/
|
|
var HostConfig = {
|
|
"Player": "192.168.0.21:8080",
|
|
// "Player": "36.33.26.201:28080",
|
|
"Path": "C:/Users/admin/AppData/Roaming/DTS Cloud/6.0/SDK",
|
|
"NeedLogin": false,
|
|
"UseHttps": false
|
|
} |