Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] 求直播地址 #931

Open
2 tasks done
disburden opened this issue Nov 28, 2024 · 2 comments
Open
2 tasks done

[FR] 求直播地址 #931

disburden opened this issue Nov 28, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@disburden
Copy link

检查清单

  • 之前没有人提交过类似或相同的功能请求。
  • 这个建议不会背离 my-tv 的初衷。

改进目的

我和很多人一样,现在是所有频道都不能看了,除了凤凰卫视
正好我也就只看凤凰卫视,但是我很好奇这个凤凰卫视的直播源地址到底是什么
非常坚挺,而且效果也好,很流畅
我看不懂代码,跪求这个app内置的凤凰卫视直播源地址

解决方案

nothing

额外信息

1.7.4

@disburden disburden added the enhancement New feature or request label Nov 28, 2024
@shartoo
Copy link

shartoo commented Jan 14, 2025

直接看代码 TVList.kt 770行开始

"港澳台" to listOf(
                TV(
                    0,
                    "凤凰卫视资讯台",
                    "",
                    listOf(),
                    "港澳台",
                    "http://c1.fengshows-cdn.com/a/2021_22/79dcc3a9da358a3.png",
                    "7c96b084-60e1-40a9-89c5-682b994fb680",
                    "",
                    ProgramType.F,
                    false,
                    mustToken = false
                ),
                TV(
                    0,
                    "凤凰卫视中文台",
                    "",
                    listOf(),
                    "港澳台",
                    "http://c1.fengshows-cdn.com/a/2021_22/ede3d9e09be28e5.png",
                    "f7f48462-9b13-485b-8101-7b54716411ec",
                    "",
                    ProgramType.F,
                    false,
                    mustToken = false
                ),
                TV(
                    0,
                    "凤凰卫视香港台",
                    "",
                    listOf(),
                    "港澳台",
                    "http://c1.fengshows-cdn.com/a/2021_23/325d941090bee17.png",
                    "15e02d92-1698-416c-af2f-3e9a872b4d78",
                    "",
                    ProgramType.F,
                    false,
                    mustToken = false
                ),
            ),

@disburden
Copy link
Author

谢谢啊!
不过我还是看不到直播的地址,感觉应该是类似.m3u8结尾的url地址,这里看不到,只有台标的url
是不是要自己怎么拼接?

直接看代码 TVList.kt 770行开始

"港澳台" to listOf(
                TV(
                    0,
                    "凤凰卫视资讯台",
                    "",
                    listOf(),
                    "港澳台",
                    "http://c1.fengshows-cdn.com/a/2021_22/79dcc3a9da358a3.png",
                    "7c96b084-60e1-40a9-89c5-682b994fb680",
                    "",
                    ProgramType.F,
                    false,
                    mustToken = false
                ),
                TV(
                    0,
                    "凤凰卫视中文台",
                    "",
                    listOf(),
                    "港澳台",
                    "http://c1.fengshows-cdn.com/a/2021_22/ede3d9e09be28e5.png",
                    "f7f48462-9b13-485b-8101-7b54716411ec",
                    "",
                    ProgramType.F,
                    false,
                    mustToken = false
                ),
                TV(
                    0,
                    "凤凰卫视香港台",
                    "",
                    listOf(),
                    "港澳台",
                    "http://c1.fengshows-cdn.com/a/2021_23/325d941090bee17.png",
                    "15e02d92-1698-416c-af2f-3e9a872b4d78",
                    "",
                    ProgramType.F,
                    false,
                    mustToken = false
                ),
            ),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants