Git Product home page Git Product logo

tvfix's Introduction

已失效

tvfix

live.tvfix.org(电视匣、电视侠)直播源

电视匣只能通过浏览器观看,本项目将源进行转换,目的是可以在电视盒子等设备上观看。

代码部署在 cloudflare worker,大家也可以部署到自己的 worker(PS:workers.dev 已墙),或部署在软路由等设备上。

tvfix.woodong.workers.dev 每日的使用量已经超出了免费额度,希望大家能自己部署

部署

部署到 cloudflare workers 可以参考官方文档:https://developers.cloudflare.com/workers/

本地部署

# 1. 安装 wrangler
npm install -g wrangler

# 2. clone 代码
git clone --depth=1 https://github.com/woodongwong/tvfix.git
cd tvfix

# 3. 本地运行
wrangler dev --local --ip 0.0.0.0 --port 8000
# 后台运行
nohup wrangler dev --local --ip 0.0.0.0 --port 8000 > /dev/null 2>&1 &

关于 wrangler dev 更多使用方法请阅读官方文档:https://developers.cloudflare.com/workers/wrangler/commands/#dev

使用方法

channel.m3u 文件中的域名替换成自己的,如:http://127.0.0.1:8000/hls/jadehk.m3u8

感谢电视匣

tvfix's People

Contributors

woodongwong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.