MediaWarp在不同客户端的兼容问题 #38
Replies: 8 comments
-
目前列出都是比较主流的播放器 |
Beta Was this translation helpful? Give feedback.
-
mediawarp: v0.1.0 |
Beta Was this translation helpful? Give feedback.
-
emby的api设计过于繁琐了,每个客户端的判断逻辑都不太一样,没办法一个一个测试验证 |
Beta Was this translation helpful? Give feedback.
-
确实可以,换成httpstrm,播放成功率大大提高了 |
Beta Was this translation helpful? Give feedback.
-
挂载网盘的话,感觉和cd2+emby2alist系列没有很大的区别了,上面说的用httpstrm确实缓解了播放异常这个问题; |
Beta Was this translation helpful? Give feedback.
-
当初设计这个项目是为了简化emby2alist配置过于繁琐的问题,并且go的性能要强于js,AlistStrm主要是为了解决HTTPStrm无法在直接播放时可以重定向,需要转码播放时又可以进行转码推流。AlistStrm配合挂载对应文件可以实现上述功能。如果只是AlistStrm但对应位置又缺少文件兼容性确实不如HTTPStrm |
Beta Was this translation helpful? Give feedback.
-
是,我后续翻看了其他的issue,alistStrm也是为了转码做了取舍,兼容性这反面就不如httpStrm了,主要我也是觉得再部署一个cd2用来挂载,还是略微繁琐了点;目前我使用httpStrm在兼容客户端上连接mediawarp反代,不兼容的客户端上连接原embyserver,用起来也算是一个不错的处理方式了。 最后还是感谢作者的autofilm和mediawarp项目 |
Beta Was this translation helpful? Give feedback.
-
已将此 Issue 迁移至讨论,方便后续讨论各个客户端兼容性问题 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
版本信息:
配置信息:
问题描述:
本地测试了yamby,fileball,senplayer,emby小秘,tsukimi,emby网页6个客户端播放,fileball和emby网页以及tsukimi的成功播放率基本达到85%已上,yamby,senplayer播放成功率20%左右,emby小秘版完全播放不了。
我统计了这些播放日志,有两个结论;
1、播放成功的都触发了三次重定向+302,下面贴出日志
2、yamby和senplayer播放失败 都只触发一次重定向+302 (senplayer会多出一条404,以下贴的是senplayer的播放日志);emby小秘版魔改过多,产生了大量500日志,就不贴出了。
Beta Was this translation helpful? Give feedback.
All reactions