gemstone

Results 111 comments of gemstone

方便提供下flv 265的测试源文件吗?我看下有什么问题

hi @drewlyton. The original intention of the **demuxer** project was to support [goldvideo](https://github.com/goldvideo/h265player) to complete hevc play, and at the same time contribute and open the ability to demux popular...

@liu-collab 请问您的chrome浏览器版本具体是多少?我看你的提的是和华为乾坤有关,这是车机系统里的问题吗?

@LxbNNN 方便提供一下flv测试文件吗?

@LxbNNN 方便提供一下有问题media的日志吗?在 chrome://media-internals/ 找到对应的播放player,然后点save log

@yveeven 请问还有可复现的视频流地址吗?用官网视频demo未复现到描述的问题 https://sf1-cdn-tos.huoshanstatic.com/obj/media-fe/xgplayer_doc_video/hls/xgplayer-demo.m3u8

@talksmallice 请问使用的是xgplayer还是xgplayer的插件?xgplayer直接使用video播放,只能通过同源设置请求cookie的方式去携带信息,不支持修改其他请求header。如果是xgplayer的插件(xgplayer-hls/xgplayer-flv/xgplayer-mp4),采用JS的方式下载是可以修改的

@maxid 可以看一下[progress插件中的这部分代码](https://github.com/bytedance/xgplayer/blob/main/packages/xgplayer/src/plugins/progress/index.js#L95-L110),然后在播放器配置中自定义一下进度条时长 customDuration ```JavaScript const player = new Player({ customDuration: xxx }) // 设置一下currentTime的偏移 player.offsetCurrentTime = xxx ```

@AndrewLiuZhangZong 现在还不支持,请问是想要 flv + websocket 吗?