Skip to content

sweenwolf/Beryllium

 
 

Repository files navigation

TV Station Management

  • https://[yourAndroidTVIp]:8899/

TV Station Management API

  • https://your Android TV IP:8899/tvStation
  • Supported methods GET POST PUT DELETE
  • All params in QUERY PARAM, not Form PARAM

EX: https://192.168.5.24:8899/tvStation?tvStationId=7&title=CCTV-4K&m3u8=https://39.134.176.148/PLTV/88888888/224/3221226758/index.m3u8&sort=3

METHOD Desc Params
GET get all saved TV stations
POST add TV stations title: String
m3u8: String
PUT modify TV stations tvStationId: Int
title: String
m3u8: String
sort: Int
DELETE delete TV stations tvStationId: Int

m3u8 repositories

About

Android TV m3u8 player

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 64.4%
  • TypeScript 28.7%
  • HTML 6.5%
  • CSS 0.4%