22

okcaptain 820fcd99b1 Merge pull request #215 from okcaptain/release 4 months ago
.github 23e8bb2432 Update FUNDING.yml 8 months ago
app 1672a406be Merge branch 'dev' into release 4 months ago
catvod 2db2400dea Merge branch 'dev' into release 4 months ago
danmaku b5a127df92 danmaku speed 4 months ago
forcetech 6400ddb8b3 Support assets:// 5 months ago
gradle ff99048355 Fix crash 1 year ago
hook 45a5ae99f3 Update gradle 8 months ago
ijkplayer 67a05ccf28 Merge branch 'dev' into release 4 months ago
jianpian 16055a20f3 Add so files 5 months ago
other 932555ed39 Merge branch 'dev' into release 4 months ago
pyramid 40d4a761b9 Clean code 5 months ago
quickjs 6400ddb8b3 Support assets:// 5 months ago
thunder 16055a20f3 Add so files 5 months ago
tvbus c82c104584 Clean code 8 months ago
zlive c82c104584 Clean code 8 months ago
.gitignore 713f088ac1 Clean coe 6 months ago
LICENSE.md 0f464e2cdb Rename 10 months ago
README.md 470a7af859 Update README.md 4 months ago
build.gradle 5ff2283dc8 Update media to 1.2.0 6 months ago
gradle.properties b80bd365f5 Support multiple drm key 4 months ago
gradlew 964d06fdb6 Initial commit 1 year ago
gradlew.bat 964d06fdb6 Initial commit 1 year ago
settings.gradle 73eb793757 Merge branch 'dev' into release 6 months ago

README.md

影視

基於 CatVod 項目

https://github.com/CatVodTVOfficial/CatVodTVJarLoader

點播欄位

欄位名稱 預設值 說明 其他
searchable 1 是否搜索 0:關閉;1:啟用
changeable 1 是否換源 0:關閉;1:啟用
recordable 1 是否紀錄 0:關閉;1:啟用
playerType none 播放器 0:系統;1:IJK;2:EXO
timeout 15 播放超時 單位:秒
header none 請求標頭 格式:json
click none 點擊js javascript

直播欄位

欄位名稱 預設值 說明 其他
ua none 用戶代理
origin none 來源
referer none 參照地址
epg none 節目地址
logo none 台標地址
pass false 是否免密碼
boot false 是否自啟動
playerType none 播放器 0:系統;1:IJK;2:EXO
timeout 15 播放超時 單位:秒
header none 請求標頭 格式:json
click none 點擊js javascript

樣式

欄位名稱 說明
type rect 矩形
oval 橢圓
list 列表
ratio 0.75 3:4
1.33 4:3

直式

{
  "style": {
    "type": "rect"
  }
}

橫式

{
  "style": {
    "type": "rect",
    "ratio": 1.33
  }
}

正方

{
  "style": {
    "type": "rect",
    "ratio": 1
  }
}

正圓

{
  "style": {
    "type": "oval"
  }
}

橢圓

{
  "style": {
    "type": "oval",
    "ratio": 1.1
  }
}

API

刷新詳情

http://127.0.0.1:9978/action?do=refresh&type=detail

刷新播放

http://127.0.0.1:9978/action?do=refresh&type=player

推送字幕

http://127.0.0.1:9978/action?do=refresh&type=subtitle&path=http://xxx

推送彈幕

http://127.0.0.1:9978/action?do=refresh&type=danmaku&path=http://xxx

新增緩存字串

http://127.0.0.1:9978/cache?do=set&key=xxx&value=xxx

取得緩存字串

http://127.0.0.1:9978/cache?do=get&key=xxx

刪除緩存字串

http://127.0.0.1:9978/cache?do=del&key=xxx

Proxy

scheme 支持 http, https, socks4, socks5

scheme://username:password@host:port

配置 rules 新增 proxy 判斷 host 是否走代理

{
  "name": "proxy",
  "hosts": [
    "api.nivodz.com"
  ]
}

配置範例

點播-線上
點播-本地
直播-線上
直播-本地

飛機群

討論群組
發布頻道

贊助

photo_2024-01-10_11-39-12