xizeyoupan / Meting-API

🐳 Meting API 的容器化与部署
https://meting-dd.2333332.xyz
201 stars 199 forks source link

aplayer的参数失效了? #7

Closed beimingxinglian closed 1 year ago

beimingxinglian commented 1 year ago
<meting-js server="netease" type="playlist" id="7041830767" fixed="true" autoplay="true" loop="all" order="list"
    preload="auto" list-folded="ture" list-max-height="500px" lrc-type="1">
</meting-js>

自动播放功能似乎失效了

xizeyoupan commented 1 year ago

我这儿没失效?

beimingxinglian commented 1 year ago

使用docker镜像部署的么,会不会是部署的版本不一样

beimingxinglian commented 1 year ago

删掉了镜像用最新的重新部署,自动播放还是无效

xizeyoupan commented 1 year ago

这个问题应该和理论上和后端无关,你用的是 https://github.com/metowolf/MetingJS

beimingxinglian commented 1 year ago

docker pull intemd/meting-api:latest docker run -d --name meting -p 3000:3000 intemd/meting-api:latest

按照文档执行的这两句

xizeyoupan commented 1 year ago

疑似与本项目无关😢

beimingxinglian commented 1 year ago

诶,这不是本项目的文档里提供的部署方法么,我以为你把项目做了一个docker镜像来着

beimingxinglian commented 1 year ago

找到原因了, edge新版本会新出了个限制自动播放媒体的选项 image

beimingxinglian commented 1 year ago

em...不是,会点python,想做个小网页,自学中