Emby Local Player

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

< Feedback on Emby Local Player

Question/comment

§
Posted: 2021-09-17

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

CybitAuthor
§
Posted: 2021-10-03

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

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

§
Posted: 2021-10-04

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

§
Posted: 2021-11-21

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



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

§
Posted: 2021-12-13

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



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

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

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

Post reply

Sign in to post a reply.