| ... | ... | @@ -200,6 +200,7 @@ An example of a full configuration object looks the following: |
|
|
|
```javascript
|
|
|
|
player.updateSettings({
|
|
|
|
streaming: {
|
|
|
|
utcSynchronization: {
|
|
|
|
backgroundAttempts: 2,
|
|
|
|
timeBetweenSyncAttempts: 30,
|
|
|
|
maximumTimeBetweenSyncAttempts: 600,
|
| ... | ... | @@ -212,6 +213,7 @@ player.updateSettings({ |
|
|
|
value: 'http://time.akamai.com/?iso&ms'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
```
|
|
|
|
|
| ... | ... | |
| ... | ... | |