This configuration allows you to define your own uploading and downloading logic with regards to the network condition.
By default, uploading on cellular is disabled. We strongly recommend to leave it like this as it will mainly target users watching content on mobile devices where data plans are capped.
Note
If you want to customize the activation of Mesh Delivery upload and download, please refer to this article to learn how our client-side API works.
If you want to customize the activation of Mesh Delivery upload and download, please refer to this article to learn how our client-side API works.
Note
Changes made to a property take up to 2 minutes to be effective.
Changes made to a property take up to 2 minutes to be effective.
Network types
We have created two different types of network conditions based on their potential data limitation.
Wi-Fi and Ethernet - No limitation | |
---|---|
Wi-Fi | A Wi-Fi connection. |
Ethernet | An Ethernet connection. |
Unknown | The user agent has established a network connection, but is unable, or unwilling, to determine the underlying connection technology. (Web browsers only) |
Cellular and other - Potential limitation | |
---|---|
Cellular | A cellular connection (e.g., EDGE, HSPA, LTE, etc.). |
Bluetooth | A Bluetooth connection. |
Mixed | The user agent is using multiple connection types. |
WIMAX | A WiMAX connection. |
Other | The connection type that is known, but not one of the enumerated connection types. |
VPN | A connection through VPN (Mobile only) |
To learn more about Network types, you can refer to the official Network API documentation.