From 9bfb98ab95042612ea913c61726e43f7859a7c3c Mon Sep 17 00:00:00 2001 From: dlgt7 <102397160+dlgt7@users.noreply.github.com> Date: Sat, 20 Apr 2024 13:39:27 +0800 Subject: [PATCH] Add files via upload --- 默认直播源修改.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 默认直播源修改.txt diff --git a/默认直播源修改.txt b/默认直播源修改.txt new file mode 100644 index 0000000..484883d --- /dev/null +++ b/默认直播源修改.txt @@ -0,0 +1,4 @@ +如果需要使用URL.java中的DEFAULT_LIVE_URL添加默认直播源的话,需要在app/src/main/java/com/github/tvbox/osc/bbox/base/App.java的putDefaultApis()方法中添加代码 + +putDefault(HawkConfig.LIVE_URL, URL.DEFAULT_LIVE_URL); +这样配置的默认直播源就能生效了 \ No newline at end of file