Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

MunifTanjim/stremthru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,512 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Workflow Status: CI License

StremThru

Companion for Stremio.

Check documentation.

Features

Store Integration

SDK

Concepts

Store

Store is an external service that provides access to content. StremThru acts as an interface for the store.

Store Content Proxy

StremThru can proxy the content from the store. For proxy authorized requests, this is enabled by default.

sequenceDiagram
    participant User as User Device
    participant StremThru as StremThru
    participant Store as Store

    User->>StremThru: Request Content
    StremThru->>Store: Request Content
    loop Byte Serving
      Store-->>StremThru: Content Chunk
      StremThru-->>User: Content Chunk
    end
Loading

Store Tunnel

If you can't access the store using your IP, you can use HTTP(S) Proxy to tunnel the traffic to the store.

sequenceDiagram
    participant Client as StremThru
    participant Proxy as HTTP(S) Proxy
    participant Server as Store

    Client->>Proxy: HTTP Request
    Proxy->>Server: Forward HTTP Request
    Server->>Proxy: HTTP Response
    Proxy->>Client: Forward HTTP Response
Loading

Configuration

Check documentation.

Stremio Addons

Check documentation.

Sponsors

License

Licensed under the MIT License. Check the LICENSE file for details.

About

Companion for Stremio.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages