Interface PlaybackUrlsRequest

interface PlaybackUrlsRequest {
    ip?: string;
    userAgent?: string;
}

Properties

Properties

ip?: string

IP address of viewer that will use this stream - used for Zoning rules. Use the User Location Service endpoint to get the correct IP await revClient.admin.userLocationService() https://revdocs.vbrick.com/reference/user-location If not specified then the public IP address of rev client will be used

userAgent?: string

Override user agent of viewer. This should match the eventual viewing browser device, otherwise authenticated streams may return Unauthorized. Default is to use user agent of rev client.