-
player.poster 设置总是无效,直接显示视频第一帧了
-
如题,似乎没有响应的参数可设置
-
如果设置了 duration 的话,视频处于播放状态 ,并且 immediate: false,那么会等待视频播放到 当前播放位置 + duration 的值之后,才会执行切换,如果视频处于暂停状态时进行切换,并且 immediate: false, 那么视频位置并不能改变,也就无法完成 切换了
但是如果设置 immediate: true的话,视频会立即切换到 当前视频播放位置 + du…
-
如上标题,如下代码:
`require(['chimee-plugin-danmu'], function(chimeePluginDanmu) {
console.log('chimeePluginDanmu',chimeePluginDanmu)
Chimee.install(chimeePluginDanmu)
…
-
具体地址可以看一下 http://120.79.176.171:8080/100care_server/resources/static/htmls/index.html#/video?plan=%7B%22mobile%22%3A%2215919901868%22,%22token%22%3A%226d2901d4e6943c8af32767c39a6f628f%22,%22titleId%2…
-
你好,在移动端使用版本为 v0.2.1 的 chimee-mobile-player.browser,但是将资源为 m3u8 的实例配置了 isLive: true 后,播放时,控制条是这样的:
![123](https://user-images.githubusercontent.com/29477870/39035786-df04f07c-44ad-11e8-9c65-37a650e51e…
-
- [x] $watch
finished in [0.1.3](https://github.com/Chimeejs/chimee/releases/tag/0.1.3)
- [x] width and height of video should support percentage (support in [0.2.0](https://github.com/Chimeejs/chi…
-
**Library name:** chimee
**Library description:** a video player aims to bring wonderful experience on browser
**Git repository url:** https://github.com/Chimeejs/chimee/tree/master/lib
**npm pack…
-
正常预期下 autoplay: false 不应该自动播放,为true才自动播放。
参见源码:
https://github.com/Chimeejs/chimee-kernel-flv/blob/4064e11302f6189a561dd35e262c89fa9c48f1f8/lib/index.mjs#L5197
看起来是特意自动播放的,但这样导致用户配置无效、出现与预期不…
-
https://github.com/Chimeejs/chimee-flv2fmp4/blob/master/src/flv2fmp4.js#L20
在这段中,this._config直接被后者覆盖,但在chimee-kernel-flv中依赖的时候是Object.assign,此处config传参是可能为空的,会导致后续new MP4Remuxer的时候报错(MP4Remuxer中会使用…