Git Product home page Git Product logo

iptv-proxy-rs's Introduction

iptv-proxy-rs

What is iptv-proxy-rs

iptv-proxy-rs: A local proxy service for m3u8 files built by rust. The purpose is to solve the CORS problems that occur when playing m3u8 files in electron, tari, walis and other frameworks

Usage

  1. Start iptv-proxy-rs before the video is played.
  2. Precede your m3u8 url with 127.0.0.1:25011/m3u8/. Suppose the url is https://test.m3u8, and the proxy url is http://127.0.0.1:25001/m3u8/https%3A%2F%2Ftest.m3u8 (UrlEncode is required).

Example

Windows + tauri:

fn main() {
    // Your code...

    let mut p = Command::new(r#"iptv_proxy_rs.exe"#).spawn().unwrap();
    p.try_wait().unwrap();

    // Your code...
}

Before playing:

const playUrl = ref("https://test.m3u8");
const proxyUrl = ref("http://127.0.0.1:25011/m3u8/" + encodeURIComponent(playUrl.value));

License

GPL v3.0

iptv-proxy-rs's People

Contributors

1595901624 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

roofxixi

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.