IPTV 请教 pixman 部署相关

dhxdl · 2025年05月15日 · 最后由 dhxdl 回复于 2025年05月21日 · 452 次阅读

节点使用 HK 节点+warp,

已经注册了 mytvsuper 账号,

并在https://www.mytvsuper.com/api/auth/getSession/self/?sub=1token获取了

在本地使用 docker compose 部署了 pixman

yaml 文件如下:

services:
  pixman:
    image: pixman/pixman
    restart: always
    container_name: pixman
    environment:
      - MYTVSUPER_TOKEN=eyJhbGc*******************KnEs  (此处隐去)
    ports:
      - 5050:5000

部署成功。可以在http://127.0.0.1:5050/mytvsuper.m3uhttp://192.168.x.x:5050/mytvsuper.m3u查看到列表,

但在本地使用 potplayer 播放失败,提示:无法播放 服务器已关闭或地址错误。

使用 chrome 浏览器插件 VideoPlayer 播放失败,提示:夫法播放该视频文件(错误代码:242600)。

注:在本地播放时使用的是和注册账号相同的 HK 节点

不知问题在哪了,请大佬指点一下,谢谢!

日志发下 感谢

[2025-05-15 08:17:30,885] ERROR in app: Request failed: 403 Client Error: Forbidden for url: https://user-api.mytvsuper.com/v1/channel/checkout?platform=android_tv&network_code=CNIKO, retrying... [2025-05-15 08:17:32,061] ERROR in app: Request failed: 403 Client Error: Forbidden for url: https://user-api.mytvsuper.com/v1/channel/checkout?platform=android_tv&network_code=C18, retrying... [2025-05-15 08:17:32,061] ERROR in app: Request failed after retrying [2025-05-15 08:17:32,434] ERROR in app: Request failed: 403 Client Error: Forbidden for url: https://user-api.mytvsuper.com/v1/channel/checkout?platform=android_tv&network_code=CNIKO, retrying... [2025-05-15 08:17:32,434] ERROR in app: Request failed after retrying [2025-05-15 08:17:33,625] ERROR in app: Request failed: 403 Client Error: Forbidden for url: https://user-api.mytvsuper.com/v1/channel/checkout?platform=android_tv&network_code=C18, retrying... [2025-05-15 08:17:33,933] ERROR in app: Request failed: 403 Client Error: Forbidden for url: https://user-api.mytvsuper.com/v1/channel/checkout?platform=android_tv&network_code=CNIKO, retrying... [2025-05-15 08:17:35,096] ERROR in app: Request failed: 403 Client Error: Forbidden for url: https://user-api.mytvsuper.com/v1/channel/checkout?platform=android_tv&network_code=C18, retrying... [2025-05-15 08:17:35,425] ERROR in app: Request failed: 403 Client Error: Forbidden for url: https://user-api.mytvsuper.com/v1/channel/checkout?platform=android_tv&network_code=CNIKO, retrying... [2025-05-15 08:17:37,054] ERROR in app: Request failed: 403 Client Error: Forbidden for url: https://user-api.mytvsuper.com/v1/channel/checkout?platform=android_tv&network_code=CNIKO, retrying... [2025-05-15 08:17:37,054] ERROR in app: Request failed after retrying [2025-05-15 08:17:37,057] ERROR in app: Request failed: 403 Client Error: Forbidden for url: https://user-api.mytvsuper.com/v1/channel/checkout?platform=android_tv&network_code=C18, retrying... [2025-05-15 08:17:37,057] ERROR in app: Request failed after retrying [2025-05-15 08:17:38,577] ERROR in app: Request failed: 403 Client Error: Forbidden for url: https://user-api.mytvsuper.com/v1/channel/checkout?platform=android_tv&network_code=CNIKO, retrying... [2025-05-15 08:17:40,104] ERROR in app: Request failed: 403 Client Error: Forbidden for url: https://user-api.mytvsuper.com/v1/channel/checkout?platform=android_tv&network_code=CNIKO, retrying... [2025-05-15 08:17:41,611] ERROR in app: Request failed: 403 Client Error: Forbidden for url: https://user-api.mytvsuper.com/v1/channel/checkout?platform=android_tv&network_code=CNIKO, retrying... [2025-05-15 08:17:41,611] ERROR in app: Request failed after retrying

部分 docker log,

我直接在浏览器中访问https://user-api.mytvsuper.com/v1/channel/checkout?platform=android_tv&network_code=CNIKO

提示:error_message: "Missing Header: Authorization"

不知怎么回事,另外我在 chrome 浏览器看 mytvsuper 时提示:

未能播放影片,請您先關閉瀏覽器的防止追蹤功能或阻擋廣告插件再重試一次。

[MP02-0005_chrome136.0.0.0_W20251181014640516_BLOCKS_TRACKERS-googletag]

使用 chrome 无痕模式也是同样的提示

不知是梯不行还是怎么样,我是用的 warp 解锁的

dhxdl 回复

token 没复制全?

MYTVSUPER_TOKEN=eyJhbGc*******************KnEs (此处隐去) token 应该复制全了呀,非常长,只是没有贴在这里。

进度  1/1 : WARP分流[第三方] 
============================================================== 
1.查看已分流域名 
2.添加域名 
3.设置WARP全局 
4.卸载WARP分流 
============================================================== 
请选择:1
Xray-core 
[
  "domain:mytvsuper.com"
]

另外,请教一下,只分流 mytvsuper.com 这一个域名就可以?

dhxdl 回复

不是,好几个😅

你这个提示 是禁止访问 403,随便换个海外都可以

ERROR in app: Request failed: 403 Client Error: Forbidden for url

mybtjson 回复
# 内容:MyTVSuper
# 数量:7条
USER-AGENT,mytv*
DOMAIN-KEYWORD,nowtv100
DOMAIN-KEYWORD,rthklive
DOMAIN,mytvsuperlimited.hb.omtrdc.net
DOMAIN,mytvsuperlimited.sc.omtrdc.net
DOMAIN-SUFFIX,mytvsuper.com
DOMAIN-SUFFIX,tvb.com

是这几个吧,昨天加上了,还不行。 听人说 warp 不行的

补充一下,在https://www.mytvsuper.com/api/auth/getSession/self/?sub=1可以看到,

countryCode: "HK"

需要 登录 后方可回复, 如果你还没有账号请 注册新账号