Geo-Region Control
Geo-region control restricts access to your content based on geographical regions, allowing you to target specific markets and comply with content distribution regulations.
To enable geo-region control for your content, specify a list of allowed countries using the Alpha-3
format from the ISO 3166
international standard for geo_control
in the API request during creation:
VOD:
POST /bv/cms/v1/vods
Livestream:
POST /bv/cms/v1/lives
Here's an example configuration where only viewers from Japan are allowed to access the content:
"geo_control": [
"JPN"
]