60 Commits

Author SHA1 Message Date
zzzhr1990
f4874981d4 Update index.html
Delete wrong config.
2024-09-05 13:42:48 +08:00
zzzhr
6bacba47ec set Mp4Plugin support Apple's MMS
fix issue https://github.com/bytedance/xgplayer/issues/1578

使MP4插件支持苹果ios17 的MMS。
默认关闭 需要在配置中打开:
{
plugins: [Mp4Plugin],

    // set mp4Plugin support Apple's MMS
    mp4Plugin: {
      preferMMS: true
    }
}
2024-09-05 13:42:48 +08:00
legolaserea
347ef3c5fe fix(xgplayer): pip available 2024-08-19 21:10:30 +08:00
gemstone
2c3a38b8f6 fix: 🐛 (xgplayer-ads) 针对非广告时,隐藏广告容器,以支持内容区域可操作 2024-08-12 11:53:33 +08:00
gemstone
96ff4f22ea refactor: 💡 (xgplayer-ads) 针对所有未知的非广告UI插件,进行隐藏处理 2024-08-12 11:53:33 +08:00
gemstone
5e44ad2e2a refactor: 💡 (xgplayer-ads) 调整demo 2024-08-12 11:53:33 +08:00
wudechang
5e135dd690 feat: hls daterange tag support 2024-08-12 11:53:33 +08:00
gemstone
fe10b26849 feat: 🎸 (xgplayer-ads) 支持广告期间,不显示播控UI 2024-08-12 11:53:33 +08:00
Yang Zheng
50d13047da fix: (xgplayer-ads)hls preroll和xgplayer之间播放控制 2024-08-12 11:53:33 +08:00
gemstone
3d3f481515 feat: 🎸 (xgplayer-ads) 广告UI独立于正片UI 2024-08-12 11:53:33 +08:00
gemstone
689a91499d feat: 🎸 (xgplayer-ads) 支持IMA SDK插件内异步加载 2024-08-12 11:53:33 +08:00
gemstone
5caf11f5a5 fix: 🐛 (xgplayer-ads) 修复settings设置不生效的问题 2024-08-12 11:53:33 +08:00
Yang Zheng
123da4af39 refactor: (xgplayer-ads)暂不支持autoPlayAdBreks 2024-08-12 11:53:33 +08:00
Yang Zheng
7c0bd88809 refactor: (xgplayer-ads)重构播放器和广告的自动播放 2024-08-12 11:53:33 +08:00
Yang Zheng
34bfc82677 feat: (xgplayer-ads)支持设置广告自动播放和动态更新广告 2024-08-12 11:53:33 +08:00
gemstone
f04bc6d44f refactor: 💡 (xgplayer-ads) 增强广告logger 2024-08-12 11:53:33 +08:00
gemstone
0ac7afe797 docs: ✏️ (xgplayer-ads) 增加测试用例 2024-08-12 11:53:33 +08:00
gemstone
26804f0af7 docs: ✏️ (xgplayer-ads) 更新IMA使用方式 2024-08-12 11:53:33 +08:00
gemstone
b97c937b16 docs: ✏️ (xgplayer-ads) 更新readme 2024-08-12 11:53:33 +08:00
gemstone
98955cbf81 fix: 🐛 (xgplayer-ads) 修复adManager初始化时,MediaElement处于内存中获取不到宽高问题 2024-08-12 11:53:33 +08:00
gemstone
a1f2e33e4d refactor: 💡 (xgplayer-ads) 完善IMA SDK集成能力 2024-08-12 11:53:33 +08:00
wudechang
1266d3487a fix: abr 切换过程中卡帧 2024-08-09 14:47:41 +08:00
lixiangfei
a84de1d563 refactor: 传参调整,设置默认预值 2024-06-06 17:45:49 +08:00
lixiangfei
d50dce29a8 feat(xgplayer-hls xgplayer-transmuxer): HLS 音视频LargeGAP优化处理 2024-06-06 17:45:49 +08:00
hongqiongxing
bea1a71d21 release: xgplayer@3.0.17-alpha.10 2024-05-09 20:56:26 +08:00
hongqiongxing
d28f5aaaaa release: xgplayer@3.0.17-alpha.6 2024-05-09 20:56:26 +08:00
hongqiongxing
a5fd2435df release: xgplayer@3.0.17-alpha.1 2024-05-09 20:56:26 +08:00
gemstone
3d82731681 fix: 🐛 (xgplayer-hls) 修复preferMMS未开启时,集成hls插件播放失败的问题 2024-04-24 15:37:32 +08:00
xiongxiong.001
8e1a45e52f fix(xgplayer-hls): hls plugin switchURL api add Promise return 2024-04-23 19:49:01 +08:00
hongqiongxing
8d9115e422 fix(xgplayer): 修复replay事件重复触发问题 2024-04-03 18:40:12 +08:00
hongqiongxing
ebde01b61e feat(fixtures): demo增加HeatMap mock数据 2024-02-23 15:55:33 +08:00
hongqiongxing
7b90a7e5ef feat(xgplayer): 新增headmap 2023-12-21 11:39:47 +08:00
hongqiongxing
cc2b768ac5 fix(xgplayer): 修复playNext enter不隐藏问题 2023-12-14 19:53:42 +08:00
hongqiongxing
fdbb08896b fix 2023-11-24 14:32:02 +08:00
hongqiongxing
95baf86066 fix(xgplayer-mp4): 播放降级优化 close https://github.com/bytedance/xgplayer/issues/1191 2023-11-24 14:27:08 +08:00
hongqiongxing
1c790dcd4c fix(xgplayer): 全局多实例快捷键同时生效异常问题修复 2023-11-22 15:21:42 +08:00
liushanyuan
da25a99bc2 fix(xgplayer): 修复xgplayer-hls.js在遇到ts文件不存在时无限重试的问题,fix #981 2023-11-21 20:21:37 +08:00
hongqiongxing
4212bf9eb5 feat(xgplayer): poster增加填充模式 2023-11-20 14:15:49 +08:00
lixiangfei
a63ca1e1ca fix(xgplayer-hls): handle buffer full play problem 2023-11-14 15:35:52 +08:00
hongqiongxing
84f0f8b2d1 feat(xgplayer): 删除不合规代码 2023-10-24 17:57:27 +08:00
hongqiongxing
8520532ed3 feat(xgplayer): 字幕增加逐字显示能力 2023-10-24 15:18:22 +08:00
hongqiongxing
26fcf2c246 feat(xgplayer): 字幕增加逐字显示能力 2023-10-24 15:18:22 +08:00
王伟
1a282a2735 chore: udpate xgplayer demo 2023-10-23 15:53:11 +08:00
hongqiongxing
5e63174587 feat(xgplayer): 增加preProcessUrl配置用于url的前置处理 2023-10-23 15:53:11 +08:00
hongqiongxing
18a1801c1a fix(xgplayer): 修复 进度条seek异常问题 2023-10-13 12:29:46 +08:00
hongqiongxing
f7845bbe0f feat: 删除内网地址 2023-09-27 11:31:47 +08:00
hongqiongxing
f7556d8a01 feat(xgplayer): 添加timeSegments配置,支持分段时长合并播放能力
feat(xgplayer): 增加TimeSegmentsControls插件

feat(xgplayer): 快捷键seek添加分段时长偏移量
2023-09-26 15:08:16 +08:00
hongqiongxing
84e5beb014 feat(xgplayer):进度条打点增加边界定位 2023-08-29 11:51:20 +08:00
gemstone
bea27ee1e4 fix: 🐛 (xgplayer-dash) 修复Dash开播失败问题 fixed #1002 2023-08-01 15:32:32 +08:00
hongqiongxing
c094852d22 feat(xgplayer): 修改旋转全屏的实现 2023-07-24 17:39:45 +08:00