Forráskód Böngészése

feat: update Cloudflare Stream configuration with sample video ID and customer domain

- Set default videoId and customerDomain in video-demo component for testing purposes
- Enhance demo capabilities by providing a specific Cloudflare Stream configuration
yb 3 hete
szülő
commit
66950b87fd
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/views/demo/video-demo.vue

+ 2 - 2
src/views/demo/video-demo.vue

@@ -183,8 +183,8 @@ const urlConfig = reactive({
 
 // Cloudflare Stream 配置
 const cfConfig = reactive({
-  videoId: '',
-  customerDomain: '',
+  videoId: '3c1ae1949e76f200feef94b8f7d093ca',
+  customerDomain: 'customer-pj89kn2ke2tcuh19.cloudflarestream.com',
   playMode: 'iframe' as 'iframe' | 'hls'
 })
 const cfGeneratedUrl = ref('')