# pricing plan ## Change ``` - Field Change - gb >>> mb - hour >>> min - kilo times >>> times - storage_base_rate >>> pure_storage_base_rate - encoding_base_rate >>> encoding_vod_base_rate" - encoding_h264_rate >>> encoding_vod_h264_rate" - encoding_h265_rate >>> encoding_vod_h265_rate" - encoding_faster_queue_rate >>> encoding_vod_faster_queue_rate" - encoding_pte_rate >>> encoding_vod_pte_rate" - New Field - encoding_live_to_vod_base_rate - Note - features key 目前已知只支持 Live_Ull 可再討論 - cdn_region_rate key 範例 "United States, Mexico, & Canada" 參考 pricing_region 網站 https://github.com/tobilg/aws-edge-locations/blob/master/dist/aws-edge-locations.csv ``` ## DEV ### DEV Customized Plan ```json= { "customized_plan": { "name": "Enterprise_AWS_MP_DEV", "display_name": "Enterprise (AWS_MP_DEV)", "description": "Enterprise_AWS_MP_DEV", "display_description": { "text": "Contact us for enterprise-grade package", "items": [ { "text": "Get the best of BlendVision with advanced customization and support." } ] } } } ``` ### DEV Plan & Group ```json= { "plan_group": { "name": "AWS_MP_DEV_202303_V1", "description": "AWS_MP_DEV_202303_V1", "display_name": "AWS_MP_DEV_202303_V1", "display_description": { "text": "AWS_MP_DEV_202303_V1" }, "customized_plan_name": "Enterprise_AWS_MP_DEV", "plans": [ { "name": "Lite_AWS_MP_DEV", "description": "Lite_AWS_MP_DEV", "display_name": "Lite (AWS_MP_DEV)", "display_description": { "text": "2 user accounts", "items": [ { "text": "Storage", "items": [ { "text": "0.5 GB/month (0.25 GB encoding included)" }, { "text": "Overage: $0.002/GB ($0.003/GB for encoding)" }, { "text": "Per-title Encoding (1.4x consumption)" }, { "text": "H.265 Codecs (4x consumption)" }, { "text": "Faster Encoding Process (2x consumption)" } ] }, { "text": "CDN", "items": [ { "text": "1 GB/month" }, { "text": "Overage: $0.001/GB" } ] }, { "text": "Livestream", "items": [ { "text": "1 Concurrent Event" }, { "text": "0.1 hours/month" }, { "text": "Overage: $0.01/hour" }, { "text": "4K Livestream (2x consumption)" }, { "text": "Ultra-low latency (2.5x consumption)" } ] }, { "text": "DRM", "items": [ { "text": "1 requests/month" }, { "text": "Overage: $0.01/1000 requests" } ] }, { "text": "Support", "items": [ { "text": "{link_SUP_1}", "links": [ { "name": "link_SUP_1", "text": "Online FAQs and Manuals", "uri": "https://bvone-support.zendesk.com/hc/en-us" } ] }, { "text": "{link_SUP_2}", "links": [ { "name": "link_SUP_2", "text": "Customer Help Center", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] }, { "text": "24/7 Premium Customer Service: $0.02/month ({link_SUP_3})", "links": [ { "name": "link_SUP_3", "text": "add-on by request", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] }, { "text": "Live In-event Support: $0.01/labor hour ({link_SUP_4})", "links": [ { "name": "link_SUP_4", "text": "add-on by request", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] } ] } ] }, "currency_code": "USD", "price": { "value": "0.01" }, "storage_quota_mbs": { "value": "0.5" }, "cdn_quota_mbs": { "value": "1" }, "encoding_quota_mbs": { "value": "0.25" }, "live_quota_mins": { "value": "0.1" }, "drm_quota_times": { "value": "0.001" }, "features": { "ULL": true }, "max_concurrent_live_count": "1", "max_account_count": "2", "plan_charge": { "cdn_price_per_mb": { "value": "0.001" }, "storage_price_per_mb": { "value": "0.002" }, "encoding_price_per_mb": { "value": "0.003" }, "live_price_per_min": { "value": "0.01" }, "drm_price_per_times": { "value": "0.01" }, "premium_support_price": { "value": "0.02" }, "live_support_price_per_min": { "value": "0.01" }, "cdn_base_rate": { "value": "1" }, "pure_storage_base_rate": { "value": "1" }, "live_channel_base_rate": { "value": "1" }, "live_channel_4k_rate": { "value": "1" }, "live_channel_ull_rate": { "value": "1.5" }, "encoding_vod_base_rate": { "value": "1" }, "encoding_vod_h264_rate": { "value": "0" }, "encoding_vod_h265_rate": { "value": "3" }, "encoding_vod_faster_queue_rate": { "value": "1" }, "encoding_vod_pte_rate": { "value": "0.4" } } }, { "name": "Basic_AWS_MP_DEV", "description": "Basic_AWS_MP_DEV", "display_name": "Basic (AWS_MP_DEV)", "display_description": { "items": [ { "text": "Storage", "items": [ { "text": "0.75 GB/month (0.375 GB encoding included)" }, { "text": "Overage: $0.002/GB ($0.003/GB for encoding)" }, { "text": "Per-title Encoding (1.4x consumption)" }, { "text": "H.265 Codecs (4x consumption)" }, { "text": "Faster Encoding Process (2x consumption)" } ] }, { "text": "CDN", "items": [ { "text": "1.5 GB/month" }, { "text": "Overage: $0.001/GB" } ] }, { "text": "Livestream", "items": [ { "text": "2 Concurrent Event" }, { "text": "0.2 hours/month" }, { "text": "Overage: $0.01/hour" }, { "text": "4K Livestream (2x consumption)" }, { "text": "Ultra-low latency (2.5x consumption)" } ] }, { "text": "DRM", "items": [ { "text": "2 requests/month" }, { "text": "Overage: $0.01/1000 requests" } ] }, { "text": "Support", "items": [ { "text": "{link_SUP_1}", "links": [ { "name": "link_SUP_1", "text": "Online FAQs and Manuals", "uri": "https://bvone-support.zendesk.com/hc/en-us" } ] }, { "text": "{link_SUP_2}", "links": [ { "name": "link_SUP_2", "text": "Customer Help Center", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] }, { "text": "24/7 Premium Customer Service: $0.02/month ({link_SUP_3})", "links": [ { "name": "link_SUP_3", "text": "add-on by request", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] }, { "text": "Live In-event Support: $0.01/labor hour ({link_SUP_4})", "links": [ { "name": "link_SUP_4", "text": "add-on by request", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] } ] } ] }, "currency_code": "USD", "price": { "value": "0.015" }, "storage_quota_mbs": { "value": "0.75" }, "cdn_quota_mbs": { "value": "1.5" }, "encoding_quota_mbs": { "value": "0.375" }, "live_quota_mins": { "value": "0.2" }, "drm_quota_times": { "value": "0.002" }, "features": { "ULL": true }, "max_concurrent_live_count": "2", "max_account_count": "3", "plan_charge": { "cdn_price_per_mb": { "value": "0.001" }, "storage_price_per_mb": { "value": "0.002" }, "encoding_price_per_mb": { "value": "0.003" }, "live_price_per_min": { "value": "0.01" }, "drm_price_per_times": { "value": "0.01" }, "premium_support_price": { "value": "0.02" }, "live_support_price_per_min": { "value": "0.01" }, "cdn_base_rate": { "value": "1" }, "pure_storage_base_rate": { "value": "1" }, "live_channel_base_rate": { "value": "1" }, "live_channel_4k_rate": { "value": "1" }, "live_channel_ull_rate": { "value": "1.5" }, "encoding_vod_base_rate": { "value": "1" }, "encoding_vod_h264_rate": { "value": "0" }, "encoding_vod_h265_rate": { "value": "3" }, "encoding_vod_faster_queue_rate": { "value": "1" }, "encoding_vod_pte_rate": { "value": "0.4" } } }, { "name": "Plus_AWS_MP_DEV", "description": "Plus_AWS_MP_DEV", "display_name": "Plus (AWS_MP_DEV)", "display_description": { "items": [ { "text": "Storage", "items": [ { "text": "1 GB/month (0.5 GB encoding included)" }, { "text": "Overage: $0.002/GB ($0.003/GB for encoding)" }, { "text": "Per-title Encoding (1.4x consumption)" }, { "text": "H.265 Codecs (4x consumption)" }, { "text": "Faster Encoding Process (2x consumption)" } ] }, { "text": "CDN", "items": [ { "text": "2 GB/month" }, { "text": "Overage: $0.001/GB" } ] }, { "text": "Livestream", "items": [ { "text": "3 Concurrent Event" }, { "text": "0.5 hours/month" }, { "text": "Overage: $0.01/hour" }, { "text": "4K Livestream (2x consumption)" }, { "text": "Ultra-low latency (2.5x consumption)" } ] }, { "text": "DRM", "items": [ { "text": "3 requests/month" }, { "text": "Overage: $0.01/1000 requests" } ] }, { "text": "Support", "items": [ { "text": "{link_SUP_1}", "links": [ { "name": "link_SUP_1", "text": "Online FAQs and Manuals", "uri": "https://bvone-support.zendesk.com/hc/en-us" } ] }, { "text": "{link_SUP_2}", "links": [ { "name": "link_SUP_2", "text": "Customer Help Center", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] }, { "text": "24/7 Premium Customer Service: $0.02/month ({link_SUP_3})", "links": [ { "name": "link_SUP_3", "text": "add-on by request", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] }, { "text": "Live In-event Support: $0.01/labor hour ({link_SUP_4})", "links": [ { "name": "link_SUP_4", "text": "add-on by request", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] } ] } ] }, "currency_code": "USD", "price": { "value": "0.02" }, "storage_quota_mbs": { "value": "1" }, "cdn_quota_mbs": { "value": "2" }, "encoding_quota_mbs": { "value": "0.5" }, "live_quota_mins": { "value": "0.5" }, "drm_quota_times": { "value": "0.003" }, "features": { "ULL": true }, "max_concurrent_live_count": "3", "max_account_count": "5000", "plan_charge": { "cdn_price_per_mb": { "value": "0.001" }, "storage_price_per_mb": { "value": "0.002" }, "encoding_price_per_mb": { "value": "0.003" }, "live_price_per_min": { "value": "0.01" }, "drm_price_per_times": { "value": "0.01" }, "premium_support_price": { "value": "0.02" }, "live_support_price_per_min": { "value": "0.01" }, "cdn_base_rate": { "value": "1" }, "pure_storage_base_rate": { "value": "1" }, "live_channel_base_rate": { "value": "1" }, "live_channel_4k_rate": { "value": "1" }, "live_channel_ull_rate": { "value": "1.5" }, "encoding_vod_base_rate": { "value": "1" }, "encoding_vod_h264_rate": { "value": "0" }, "encoding_vod_h265_rate": { "value": "3" }, "encoding_vod_faster_queue_rate": { "value": "1" }, "encoding_vod_pte_rate": { "value": "0.4" } } } ] } } ``` ## QA ### QA Customized Plan ```json= { "customized_plan": { "name": "Enterprise_AWS_MP_QA", "display_name": "Enterprise (AWS_MP_QA)", "description": "Enterprise_AWS_MP_QA", "display_description": { "text": "Contact us for enterprise-grade package", "items": [ { "text": "Get the best of BlendVision with advanced customization and support." } ] } } } ``` ### QA Plan & Group ```json= { "plan_group": { "name": "AWS_MP_QA_202303_V1", "description": "AWS_MP_QA_202303_V1", "display_name": "AWS_MP_QA_202303_V1", "display_description": { "text": "AWS_MP_QA_202303_V1" }, "customized_plan_name": "Enterprise_AWS_MP_QA", "plans": [ { "name": "Lite_AWS_MP_QA", "description": "Lite_AWS_MP_QA", "display_name": "Lite (AWS_MP_QA)", "display_description": { "text": "2 user accounts", "items": [ { "text": "Storage", "items": [ { "text": "0.5 GB/month (0.25 GB encoding included)" }, { "text": "Overage: $0.002/GB ($0.003/GB for encoding)" }, { "text": "Per-title Encoding (1.4x consumption)" }, { "text": "H.265 Codecs (4x consumption)" }, { "text": "Faster Encoding Process (2x consumption)" } ] }, { "text": "CDN", "items": [ { "text": "1 GB/month" }, { "text": "Overage: $0.001/GB" } ] }, { "text": "Livestream", "items": [ { "text": "1 Concurrent Event" }, { "text": "0.1 hours/month" }, { "text": "Overage: $0.01/hour" }, { "text": "4K Livestream (2x consumption)" }, { "text": "Ultra-low latency (2.5x consumption)" } ] }, { "text": "DRM", "items": [ { "text": "1 requests/month" }, { "text": "Overage: $0.01/1000 requests" } ] }, { "text": "Support", "items": [ { "text": "{link_SUP_1}", "links": [ { "name": "link_SUP_1", "text": "Online FAQs and Manuals", "uri": "https://bvone-support.zendesk.com/hc/en-us" } ] }, { "text": "{link_SUP_2}", "links": [ { "name": "link_SUP_2", "text": "Customer Help Center", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] }, { "text": "24/7 Premium Customer Service: $0.02/month ({link_SUP_3})", "links": [ { "name": "link_SUP_3", "text": "add-on by request", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] }, { "text": "Live In-event Support: $0.01/labor hour ({link_SUP_4})", "links": [ { "name": "link_SUP_4", "text": "add-on by request", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] } ] } ] }, "currency_code": "USD", "price": { "value": "0.01" }, "storage_quota_mbs": { "value": "0.5" }, "cdn_quota_mbs": { "value": "1" }, "encoding_quota_mbs": { "value": "0.25" }, "live_quota_mins": { "value": "0.1" }, "drm_quota_times": { "value": "0.001" }, "features": { "ULL": true }, "max_concurrent_live_count": "1", "max_account_count": "2", "plan_charge": { "cdn_price_per_mb": { "value": "0.001" }, "storage_price_per_mb": { "value": "0.002" }, "encoding_price_per_mb": { "value": "0.003" }, "live_price_per_min": { "value": "0.01" }, "drm_price_per_times": { "value": "0.01" }, "premium_support_price": { "value": "0.02" }, "live_support_price_per_min": { "value": "0.01" }, "cdn_base_rate": { "value": "1" }, "pure_storage_base_rate": { "value": "1" }, "live_channel_base_rate": { "value": "1" }, "live_channel_4k_rate": { "value": "1" }, "live_channel_ull_rate": { "value": "1.5" }, "encoding_vod_base_rate": { "value": "1" }, "encoding_vod_h264_rate": { "value": "0" }, "encoding_vod_h265_rate": { "value": "3" }, "encoding_vod_faster_queue_rate": { "value": "1" }, "encoding_vod_pte_rate": { "value": "0.4" } } }, { "name": "Basic_AWS_MP_QA", "description": "Basic_AWS_MP_QA", "display_name": "Basic (AWS_MP_QA)", "display_description": { "items": [ { "text": "Storage", "items": [ { "text": "0.75 GB/month (0.375 GB encoding included)" }, { "text": "Overage: $0.002/GB ($0.003/GB for encoding)" }, { "text": "Per-title Encoding (1.4x consumption)" }, { "text": "H.265 Codecs (4x consumption)" }, { "text": "Faster Encoding Process (2x consumption)" } ] }, { "text": "CDN", "items": [ { "text": "1.5 GB/month" }, { "text": "Overage: $0.001/GB" } ] }, { "text": "Livestream", "items": [ { "text": "2 Concurrent Event" }, { "text": "0.2 hours/month" }, { "text": "Overage: $0.01/hour" }, { "text": "4K Livestream (2x consumption)" }, { "text": "Ultra-low latency (2.5x consumption)" } ] }, { "text": "DRM", "items": [ { "text": "2 requests/month" }, { "text": "Overage: $0.01/1000 requests" } ] }, { "text": "Support", "items": [ { "text": "{link_SUP_1}", "links": [ { "name": "link_SUP_1", "text": "Online FAQs and Manuals", "uri": "https://bvone-support.zendesk.com/hc/en-us" } ] }, { "text": "{link_SUP_2}", "links": [ { "name": "link_SUP_2", "text": "Customer Help Center", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] }, { "text": "24/7 Premium Customer Service: $0.02/month ({link_SUP_3})", "links": [ { "name": "link_SUP_3", "text": "add-on by request", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] }, { "text": "Live In-event Support: $0.01/labor hour ({link_SUP_4})", "links": [ { "name": "link_SUP_4", "text": "add-on by request", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] } ] } ] }, "currency_code": "USD", "price": { "value": "0.015" }, "storage_quota_mbs": { "value": "0.75" }, "cdn_quota_mbs": { "value": "1.5" }, "encoding_quota_mbs": { "value": "0.375" }, "live_quota_mins": { "value": "0.2" }, "drm_quota_times": { "value": "0.002" }, "features": { "ULL": true }, "max_concurrent_live_count": "2", "max_account_count": "3", "plan_charge": { "cdn_price_per_mb": { "value": "0.001" }, "storage_price_per_mb": { "value": "0.002" }, "encoding_price_per_mb": { "value": "0.003" }, "live_price_per_min": { "value": "0.01" }, "drm_price_per_times": { "value": "0.01" }, "premium_support_price": { "value": "0.02" }, "live_support_price_per_min": { "value": "0.01" }, "cdn_base_rate": { "value": "1" }, "pure_storage_base_rate": { "value": "1" }, "live_channel_base_rate": { "value": "1" }, "live_channel_4k_rate": { "value": "1" }, "live_channel_ull_rate": { "value": "1.5" }, "encoding_vod_base_rate": { "value": "1" }, "encoding_vod_h264_rate": { "value": "0" }, "encoding_vod_h265_rate": { "value": "3" }, "encoding_vod_faster_queue_rate": { "value": "1" }, "encoding_vod_pte_rate": { "value": "0.4" } } }, { "name": "Plus_AWS_MP_QA", "description": "Plus_AWS_MP_QA", "display_name": "Plus (AWS_MP_QA)", "display_description": { "items": [ { "text": "Storage", "items": [ { "text": "1 GB/month (0.5 GB encoding included)" }, { "text": "Overage: $0.002/GB ($0.003/GB for encoding)" }, { "text": "Per-title Encoding (1.4x consumption)" }, { "text": "H.265 Codecs (4x consumption)" }, { "text": "Faster Encoding Process (2x consumption)" } ] }, { "text": "CDN", "items": [ { "text": "2 GB/month" }, { "text": "Overage: $0.001/GB" } ] }, { "text": "Livestream", "items": [ { "text": "3 Concurrent Event" }, { "text": "0.5 hours/month" }, { "text": "Overage: $0.01/hour" }, { "text": "4K Livestream (2x consumption)" }, { "text": "Ultra-low latency (2.5x consumption)" } ] }, { "text": "DRM", "items": [ { "text": "3 requests/month" }, { "text": "Overage: $0.01/1000 requests" } ] }, { "text": "Support", "items": [ { "text": "{link_SUP_1}", "links": [ { "name": "link_SUP_1", "text": "Online FAQs and Manuals", "uri": "https://bvone-support.zendesk.com/hc/en-us" } ] }, { "text": "{link_SUP_2}", "links": [ { "name": "link_SUP_2", "text": "Customer Help Center", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] }, { "text": "24/7 Premium Customer Service: $0.02/month ({link_SUP_3})", "links": [ { "name": "link_SUP_3", "text": "add-on by request", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] }, { "text": "Live In-event Support: $0.01/labor hour ({link_SUP_4})", "links": [ { "name": "link_SUP_4", "text": "add-on by request", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] } ] } ] }, "currency_code": "USD", "price": { "value": "0.02" }, "storage_quota_mbs": { "value": "1" }, "cdn_quota_mbs": { "value": "2" }, "encoding_quota_mbs": { "value": "0.5" }, "live_quota_mins": { "value": "0.5" }, "drm_quota_times": { "value": "0.003" }, "features": { "ULL": true }, "max_concurrent_live_count": "3", "max_account_count": "5000", "plan_charge": { "cdn_price_per_mb": { "value": "0.001" }, "storage_price_per_mb": { "value": "0.002" }, "encoding_price_per_mb": { "value": "0.003" }, "live_price_per_min": { "value": "0.01" }, "drm_price_per_times": { "value": "0.01" }, "premium_support_price": { "value": "0.02" }, "live_support_price_per_min": { "value": "0.01" }, "cdn_base_rate": { "value": "1" }, "pure_storage_base_rate": { "value": "1" }, "live_channel_base_rate": { "value": "1" }, "live_channel_4k_rate": { "value": "1" }, "live_channel_ull_rate": { "value": "1.5" }, "encoding_vod_base_rate": { "value": "1" }, "encoding_vod_h264_rate": { "value": "0" }, "encoding_vod_h265_rate": { "value": "3" }, "encoding_vod_faster_queue_rate": { "value": "1" }, "encoding_vod_pte_rate": { "value": "0.4" } } } ] } } ``` ## Stage ### Stage Customized Plan ```json= { "customized_plan": { "name": "Enterprise_AWS_MP_STG", "display_name": "Enterprise (AWS_MP_STG)", "description": "Enterprise_AWS_MP_STG", "display_description": { "text": "Contact us for enterprise-grade package", "items": [ { "text": "Get the best of BlendVision with advanced customization and support." } ] } } } ``` ### Stage Plan & Group ```json= { "plan_group": { "name": "AWS_MP_STG_202303_V1", "description": "AWS_MP_STG_202303_V1", "display_name": "AWS_MP_STG_202303_V1", "display_description": { "text": "AWS_MP_STG_202303_V1" }, "customized_plan_name": "Enterprise_AWS_MP_STG", "plans": [ { "name": "Lite_AWS_MP_STG", "description": "Lite_AWS_MP_STG", "display_name": "Lite (AWS_MP_STG)", "display_description": { "text": "2 user accounts", "items": [ { "text": "Storage", "items": [ { "text": "0.5 GB/month (0.25 GB encoding included)" }, { "text": "Overage: $0.002/GB ($0.003/GB for encoding)" }, { "text": "Per-title Encoding (1.4x consumption)" }, { "text": "H.265 Codecs (4x consumption)" }, { "text": "Faster Encoding Process (2x consumption)" } ] }, { "text": "CDN", "items": [ { "text": "1 GB/month" }, { "text": "Overage: $0.001/GB" } ] }, { "text": "Livestream", "items": [ { "text": "1 Concurrent Event" }, { "text": "0.1 hours/month" }, { "text": "Overage: $0.01/hour" }, { "text": "4K Livestream (2x consumption)" }, { "text": "Ultra-low latency (2.5x consumption)" } ] }, { "text": "DRM", "items": [ { "text": "1 requests/month" }, { "text": "Overage: $0.01/1000 requests" } ] }, { "text": "Support", "items": [ { "text": "{link_SUP_1}", "links": [ { "name": "link_SUP_1", "text": "Online FAQs and Manuals", "uri": "https://bvone-support.zendesk.com/hc/en-us" } ] }, { "text": "{link_SUP_2}", "links": [ { "name": "link_SUP_2", "text": "Customer Help Center", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] }, { "text": "24/7 Premium Customer Service: $0.02/month ({link_SUP_3})", "links": [ { "name": "link_SUP_3", "text": "add-on by request", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] }, { "text": "Live In-event Support: $0.01/labor hour ({link_SUP_4})", "links": [ { "name": "link_SUP_4", "text": "add-on by request", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] } ] } ] }, "currency_code": "USD", "price": { "value": "0.01" }, "storage_quota_mbs": { "value": "0.5" }, "cdn_quota_mbs": { "value": "1" }, "encoding_quota_mbs": { "value": "0.25" }, "live_quota_mins": { "value": "0.1" }, "drm_quota_times": { "value": "0.001" }, "features": { "ULL": true }, "max_concurrent_live_count": "1", "max_account_count": "2", "plan_charge": { "cdn_price_per_mb": { "value": "0.001" }, "storage_price_per_mb": { "value": "0.002" }, "encoding_price_per_mb": { "value": "0.003" }, "live_price_per_min": { "value": "0.01" }, "drm_price_per_times": { "value": "0.01" }, "premium_support_price": { "value": "0.02" }, "live_support_price_per_min": { "value": "0.01" }, "cdn_base_rate": { "value": "1" }, "pure_storage_base_rate": { "value": "1" }, "live_channel_base_rate": { "value": "1" }, "live_channel_4k_rate": { "value": "1" }, "live_channel_ull_rate": { "value": "1.5" }, "encoding_vod_base_rate": { "value": "1" }, "encoding_vod_h264_rate": { "value": "0" }, "encoding_vod_h265_rate": { "value": "3" }, "encoding_vod_faster_queue_rate": { "value": "1" }, "encoding_vod_pte_rate": { "value": "0.4" } } }, { "name": "Basic_AWS_MP_STG", "description": "Basic_AWS_MP_STG", "display_name": "Basic (AWS_MP_STG)", "display_description": { "items": [ { "text": "Storage", "items": [ { "text": "0.75 GB/month (0.375 GB encoding included)" }, { "text": "Overage: $0.002/GB ($0.003/GB for encoding)" }, { "text": "Per-title Encoding (1.4x consumption)" }, { "text": "H.265 Codecs (4x consumption)" }, { "text": "Faster Encoding Process (2x consumption)" } ] }, { "text": "CDN", "items": [ { "text": "1.5 GB/month" }, { "text": "Overage: $0.001/GB" } ] }, { "text": "Livestream", "items": [ { "text": "2 Concurrent Event" }, { "text": "0.2 hours/month" }, { "text": "Overage: $0.01/hour" }, { "text": "4K Livestream (2x consumption)" }, { "text": "Ultra-low latency (2.5x consumption)" } ] }, { "text": "DRM", "items": [ { "text": "2 requests/month" }, { "text": "Overage: $0.01/1000 requests" } ] }, { "text": "Support", "items": [ { "text": "{link_SUP_1}", "links": [ { "name": "link_SUP_1", "text": "Online FAQs and Manuals", "uri": "https://bvone-support.zendesk.com/hc/en-us" } ] }, { "text": "{link_SUP_2}", "links": [ { "name": "link_SUP_2", "text": "Customer Help Center", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] }, { "text": "24/7 Premium Customer Service: $0.02/month ({link_SUP_3})", "links": [ { "name": "link_SUP_3", "text": "add-on by request", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] }, { "text": "Live In-event Support: $0.01/labor hour ({link_SUP_4})", "links": [ { "name": "link_SUP_4", "text": "add-on by request", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] } ] } ] }, "currency_code": "USD", "price": { "value": "0.015" }, "storage_quota_mbs": { "value": "0.75" }, "cdn_quota_mbs": { "value": "1.5" }, "encoding_quota_mbs": { "value": "0.375" }, "live_quota_mins": { "value": "0.2" }, "drm_quota_times": { "value": "0.002" }, "features": { "ULL": true }, "max_concurrent_live_count": "2", "max_account_count": "3", "plan_charge": { "cdn_price_per_mb": { "value": "0.001" }, "storage_price_per_mb": { "value": "0.002" }, "encoding_price_per_mb": { "value": "0.003" }, "live_price_per_min": { "value": "0.01" }, "drm_price_per_times": { "value": "0.01" }, "premium_support_price": { "value": "0.02" }, "live_support_price_per_min": { "value": "0.01" }, "cdn_base_rate": { "value": "1" }, "pure_storage_base_rate": { "value": "1" }, "live_channel_base_rate": { "value": "1" }, "live_channel_4k_rate": { "value": "1" }, "live_channel_ull_rate": { "value": "1.5" }, "encoding_vod_base_rate": { "value": "1" }, "encoding_vod_h264_rate": { "value": "0" }, "encoding_vod_h265_rate": { "value": "3" }, "encoding_vod_faster_queue_rate": { "value": "1" }, "encoding_vod_pte_rate": { "value": "0.4" } } }, { "name": "Plus_AWS_MP_STG", "description": "Plus_AWS_MP_STG", "display_name": "Plus (AWS_MP_STG)", "display_description": { "items": [ { "text": "Storage", "items": [ { "text": "1 GB/month (0.5 GB encoding included)" }, { "text": "Overage: $0.002/GB ($0.003/GB for encoding)" }, { "text": "Per-title Encoding (1.4x consumption)" }, { "text": "H.265 Codecs (4x consumption)" }, { "text": "Faster Encoding Process (2x consumption)" } ] }, { "text": "CDN", "items": [ { "text": "2 GB/month" }, { "text": "Overage: $0.001/GB" } ] }, { "text": "Livestream", "items": [ { "text": "3 Concurrent Event" }, { "text": "0.5 hours/month" }, { "text": "Overage: $0.01/hour" }, { "text": "4K Livestream (2x consumption)" }, { "text": "Ultra-low latency (2.5x consumption)" } ] }, { "text": "DRM", "items": [ { "text": "3 requests/month" }, { "text": "Overage: $0.01/1000 requests" } ] }, { "text": "Support", "items": [ { "text": "{link_SUP_1}", "links": [ { "name": "link_SUP_1", "text": "Online FAQs and Manuals", "uri": "https://bvone-support.zendesk.com/hc/en-us" } ] }, { "text": "{link_SUP_2}", "links": [ { "name": "link_SUP_2", "text": "Customer Help Center", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] }, { "text": "24/7 Premium Customer Service: $0.02/month ({link_SUP_3})", "links": [ { "name": "link_SUP_3", "text": "add-on by request", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] }, { "text": "Live In-event Support: $0.01/labor hour ({link_SUP_4})", "links": [ { "name": "link_SUP_4", "text": "add-on by request", "uri": "https://bvone-support.zendesk.com/hc/en-us/requests/new" } ] } ] } ] }, "currency_code": "USD", "price": { "value": "0.02" }, "storage_quota_mbs": { "value": "1" }, "cdn_quota_mbs": { "value": "2" }, "encoding_quota_mbs": { "value": "0.5" }, "live_quota_mins": { "value": "0.5" }, "drm_quota_times": { "value": "0.003" }, "features": { "ULL": true }, "max_concurrent_live_count": "3", "max_account_count": "5000", "plan_charge": { "cdn_price_per_mb": { "value": "0.001" }, "storage_price_per_mb": { "value": "0.002" }, "encoding_price_per_mb": { "value": "0.003" }, "live_price_per_min": { "value": "0.01" }, "drm_price_per_times": { "value": "0.01" }, "premium_support_price": { "value": "0.02" }, "live_support_price_per_min": { "value": "0.01" }, "cdn_base_rate": { "value": "1" }, "pure_storage_base_rate": { "value": "1" }, "live_channel_base_rate": { "value": "1" }, "live_channel_4k_rate": { "value": "1" }, "live_channel_ull_rate": { "value": "1.5" }, "encoding_vod_base_rate": { "value": "1" }, "encoding_vod_h264_rate": { "value": "0" }, "encoding_vod_h265_rate": { "value": "3" }, "encoding_vod_faster_queue_rate": { "value": "1" }, "encoding_vod_pte_rate": { "value": "0.4" } } } ] } } ```