648540858
2022-03-28 52cd02de51856ac0744430bcbf07d256a28f7d81
更新播放器
3个文件已修改
6个文件已删除
337 ■■■■■ 已修改文件
web_src/index.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_src/src/components/dialog/jessibuca.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_src/src/components/jessibuca.vue 317 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_src/src/components/live.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_src/static/js/jessibuca/ff.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_src/static/js/jessibuca/ff.wasm 补丁 | 查看 | 原始文档 | blame | 历史
web_src/static/js/jessibuca/ff.worker.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_src/static/js/jessibuca/index.js 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_src/static/js/jessibuca/logo.png 补丁 | 查看 | 原始文档 | blame | 历史
web_src/index.html
@@ -9,7 +9,7 @@
    <link rel="stylesheet" type="text/css" href="./static/css/login.css">
  </head>
  <body>
    <script type="text/javascript" src="./static/js/jessibuca/index.js"></script>
    <script type="text/javascript" src="./static/js/jessibuca/jessibuca.js"></script>
    <script type="text/javascript" src="./static/js/EasyWasmPlayer.js"></script>
    <script type="text/javascript" src="./static/js/ZLMRTCClient.js"></script>
    <script type="text/javascript" src="//api.map.baidu.com/api?v=2.0&ak=rk73w8dv1rkE4UdZsataG68VarhYQzrx&s=1"></script>
web_src/src/components/dialog/jessibuca.vue
@@ -80,10 +80,12 @@
              container: this.$refs.container,
              videoBuffer: 0.2, // 最大缓冲时长,单位秒
              isResize: true,
              decoder:"static/js/jessibuca/decoder.js",
              useMSE: false,
              showBandwidth: false,
              isFlv: true,
              decoder: "./static/js/jessibuca/index.js",
              // text: "WVP-PRO",
              // background: "bg.jpg",
              // background: "static/images/zlm-logo.png",
              loadingText: "加载中",
              hasAudio: typeof (this.hasAudio) =="undefined"? true: this.hasAudio,
              debug: false,
@@ -93,6 +95,7 @@
                screenshot: false,
                play: false,
                audio: false,
                recorder: false,
              },
              record: "record",
              vod: this.vod,
@@ -133,8 +136,8 @@
          });
          this.jessibuca.on("videoInfo", function (msg) {
            this.videoInfo = msg;
            // console.log("videoInfo", msg);
            // this.videoInfo = msg;
            console.log("videoInfo", msg);
          });
web_src/src/components/jessibuca.vue
File was deleted
web_src/src/components/live.vue
@@ -46,7 +46,7 @@
<script>
  import uiHeader from "./UiHeader.vue";
  import player from './jessibuca.vue'
  import player from './dialog/jessibuca.vue'
  import ChannelTree from './channelTree.vue'
  export default {
web_src/static/js/jessibuca/ff.js
File was deleted
web_src/static/js/jessibuca/ff.wasm
Binary files differ
web_src/static/js/jessibuca/ff.worker.js
File was deleted
web_src/static/js/jessibuca/index.js
File was deleted
web_src/static/js/jessibuca/logo.png
Binary files differ