Emby Local Player

调用本地的播放器来播放 Emby Web 中的视频。

< Feedback on Emby Local Player

Câu hỏi/Bình luận

§
Posted: 17-09-2021

mac端,url少了一个参数: &Static=true,iina没办法播放

CybitTác giả
§
Posted: 03-10-2021

mac端,url少了一个参数: &Static=true,iina没办法播放

这个参数哪里来的,没有见过

§
Posted: 04-10-2021

点击播放按钮,输出的原始地址里带的。没有这个参数,我这边iina会报错,打开流失败。

§
Posted: 21-11-2021

点击播放按钮,输出的原始地址里带的。没有这个参数,我这边iina会报错,打开流失败。



请问该怎样添加这个参数呀?

§
Posted: 13-12-2021

点击播放按钮,输出的原始地址里带的。没有这个参数,我这边iina会报错,打开流失败。



请问该怎样添加这个参数呀?

在腳本第41行 const playerUrl = this.getPlayerUrl(item.url); 加入&Static=true應該就可以了,我修改如下。

const playerUrl = this.getPlayerUrl(item.url+"&Static=true");

Post reply

Đăng nhập để bình luận