You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
jun 704cd2658f 修正type0直播不能走jar代理的bug 2 months ago
.github/workflows Update test.yml 9 months ago
.idea 补充提交 1 year ago
app 修正type0直播不能走jar代理的bug 2 months ago
gradle/wrapper 修正 1 year ago
player fix bug; 7 months ago
pyramid 修正历史记录光标边框残留问题; 8 months ago
quickjs 升级quikjs; 8 months ago
.gitignore fix js模块加载问题; 8 months ago
LICENSE Create LICENSE 4 years ago
README.md Update README.md 9 months ago
build.gradle 修正历史记录光标边框残留问题; 8 months ago
gradle.properties 修正部分本地jar代理直播失败的bug 2 months ago
gradlew 整理旧工程代码 4 years ago
gradlew.bat 整理旧工程代码 4 years ago
settings.gradle fix bug 8 months ago

README.md

<<<<<<<<<<<<<<json接口示例>>>>>>>>>>>>>

TVBox

=== Source Code - Editing the app default settings ===

//searchable:搜索开关	        0:关闭 1:启用
//filterable:首页可选	        0:否 1:是
//playerType:播放器类型	        0:系统 1:IJK 2:EXO
//采集接口类型		        0:xml 1:json 3:jar 4:remote
//parses解析类型		        0:嗅探,自带播放器 1:解析,返回直链
//直播参数说明                   ua:用户自定义ua epg:节目网址 logo:台标网址

{
"spider": "./your.jar",
"wallpaper": "./api/img",
"sites": [],
"parses": [],
"hosts": [
	"cache.ott.ystenlive.itv.cmvideo.cn=base-v4-free-mghy.e.cdn.chinamobile.com",
	"cache.ott.bestlive.itv.cmvideo.cn=ip"
],
"lives": [],
"rules": [],
"doh": [
	{
		"name": "騰訊",
		"url": "https://doh.pub/dns-query"
	},
	{
		"name": "阿里",
		"url": "https://dns.alidns.com/dns-query"
	},
	{
		"name": "360",
		"url": "https://doh.360.cn/dns-query"
	}
]
}