找回密码
 入学
查看: 145|回复: 0

火山引擎视频点播

[复制链接]
发表于 2025-12-20 19:03:06 | 显示全部楼层 |阅读模式
1.11.0版本之后,必须使用鉴权,建议使用1.9.7版本
视频使用H264版本,兼容更多设备,4K可以使用H265
头部引入
  1. <link rel="stylesheet" href="https://lf-unpkg.volccdn.com/obj/vcloudfe/sdk/@volcengine/veplayer/1.9.7/index.min.css">
  2. <script src="https://lf-unpkg.volccdn.com/obj/vcloudfe/sdk/@volcengine/veplayer/1.9.7/index.min.js"></script>
复制代码


页面

  1. <DIV id=mse></DIV>
  2. <SCRIPT>
  3.   var playerSdk = new VePlayer({
  4.     id: "mse",
  5.     defaultDefinition: "sd",
  6.     playList: [
  7.       {
  8.         url: "//v.029263.com/oUyaUzVLjJbsUCe8gIIxND6K3GkTk9Q4gXmAs5?auth_key=1766229491-49061256910a4768998c4a994dae7026-0-dcc8b8b77547ffa64bff06701437af8b",
  9.         streamType: "mp4",
  10.         definition: "ld",
  11.         definitionTextKey: "LD",
  12.       },
  13.       {
  14.         url: "//v.029263.com/oIXQmgKsvTjZz32mlEA6ULIdPtIXejU34hU5Bt?auth_key=1766229475-4fb4354ca48142679186578733b3921d-0-77254918ec560825aacc3e6408bade66",
  15.         streamType: "mp4",
  16.         definition: "sd",
  17.         definitionTextKey: "SD",
  18.       },
  19.       {
  20.         url: "//v.029263.com/oMzFmwtl3AmI5IeUhgLEtZrQYjUjTwK4L6B4s2?auth_key=1766229420-9d0d8af133e1401b8a274dc7e0eb2e70-0-d409093e50bfadae9b5587a8f32e0b0b",
  21.         streamType: "mp4",
  22.         definition: "hd",
  23.         definitionTextKey: "HD",
  24.       },
  25.       {
  26.         url: "//v.029263.com/%E8%91%97%E5%90%8D%E4%B9%A6%E6%B3%95%E5%AE%B6%E8%B4%BA%E6%94%BF%E6%B0%91.mp4?auth_key=1766229459-d5bc5ae02d384bf5a8a24f808e12e9aa-0-af750b567953809a4361f7e240dc1f4d",
  27.         streamType: "mp4",
  28.         definition: "ud",
  29.         definitionTextKey: "UD",
  30.       },
  31.     ],
  32.     languages: {
  33.       zh: {
  34.         LD: "流畅",
  35.         SD: "标清",
  36.         HD: "高清",
  37.         UD: "超清",
  38.         UHD: "蓝光",
  39.         AUTO: "自动",
  40.       },
  41.     },
  42.     width: 640,
  43.     height: 360,
  44.     autoplay: false,
  45.     loop: false,
  46.     vodLogOpts: {
  47.       vtype: "MP4",
  48.       tag: "普通视频",
  49.       line_app_id: 348293,
  50.       line_user_id: "veplayer_web_demo"
  51.     }
  52.   });   
  53.     </SCRIPT>
复制代码
您需要登录后才可以回帖 登录 | 入学

本版积分规则

Archiver|手机版|小黑屋|校园天空成立于2004年2月24日 ( 陕ICP备08000078号-8 )

GMT+8, 2026-7-11 01:29 , Processed in 0.040567 second(s), 18 queries .

Powered by Discuz! X5.0

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表