Code Monkey home page Code Monkey logo

Comments (15)

zhw2590582 avatar zhw2590582 commented on May 23, 2024

可以打开debug选项看看日志先

from flvplayer.

gitxiaogui avatar gitxiaogui commented on May 23, 2024

FlvPlayer: [play-retry]
decoding: {video: true, audio: true}
playing: {video: false, audio: false}
streaming: true
日志一直是打印这个

from flvplayer.

zhw2590582 avatar zhw2590582 commented on May 23, 2024

这么少的日志!应该很多信息才对的

from flvplayer.

gitxiaogui avatar gitxiaogui commented on May 23, 2024

没有啊,现在我边打印的都是这个日志信息

  • [ ]
    image

from flvplayer.

zhw2590582 avatar zhw2590582 commented on May 23, 2024

有外网可以访问的flv地址吗?我看看

from flvplayer.

gitxiaogui avatar gitxiaogui commented on May 23, 2024

https://flv.6721.liveplay.now.qq.com/live/6721_49484dbf5537f37a0249980649dda08a.flv?txSecret=22d3539da8b577606a8cd50e14612831&txTime=5EA26E11
http://newlive.17kuxiu.com/live/30310_77777000194.flv
这两个地址我是直接放到你那个演示版demo里边的,都是不行,你看下

from flvplayer.

gitxiaogui avatar gitxiaogui commented on May 23, 2024

http://newlive.17kuxiu.com/live/30310_77777000194.flv

from flvplayer.

zhw2590582 avatar zhw2590582 commented on May 23, 2024

我试了,看到了画面了啊

var flv = new FlvPlayer({
    container: '.flvplayer-app',
    url: 'http://newlive.17kuxiu.com/live/30310_77777000194.flv',
    decoder: './uncompiled/flvplayer-decoder-multiple.js',
    debug: true,
    live: true,
    autoPlay: true,
    hasAudio: false,
    width: 960,
    height: 540,
});

from flvplayer.

zhw2590582 avatar zhw2590582 commented on May 23, 2024

两个地址都是可以的

var flv = new FlvPlayer({
    container: '.flvplayer-app',
    url: 'https://flv.6721.liveplay.now.qq.com/live/6721_49484dbf5537f37a0249980649dda08a.flv?txSecret=22d3539da8b577606a8cd50e14612831&txTime=5EA26E11',
    decoder: './uncompiled/flvplayer-decoder-multiple.js',
    debug: true,
    live: true,
    autoPlay: true,
    hasAudio: true,
    width: 960,
    height: 540,
});

from flvplayer.

gitxiaogui avatar gitxiaogui commented on May 23, 2024

你代码能发我下不,我这边还是不行

from flvplayer.

gitxiaogui avatar gitxiaogui commented on May 23, 2024

你在你的线上演示地址里边能播放吗?

from flvplayer.

gitxiaogui avatar gitxiaogui commented on May 23, 2024

我们的uncompiled/flvplayer-decoder-multiple.js这个文件是放到了服务器上边,在本地引入的,跟这个有关系吗

from flvplayer.

zhw2590582 avatar zhw2590582 commented on May 23, 2024

decoder放哪里都没关系的,只要不跨域

demo

from flvplayer.

gitxiaogui avatar gitxiaogui commented on May 23, 2024

我再研究下吧,好奇怪0.0

from flvplayer.

ztz070306011 avatar ztz070306011 commented on May 23, 2024

我这边也不行,用demo的流是可以的,可能是什么原因呢

from flvplayer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.