stremthru

command module
v0.0.0-...-9bc6977 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2026 License: MIT Imports: 19 Imported by: 0

README

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
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

Configuration

Check documentation.

Stremio Addons

Check documentation.

Sponsors

License

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
db
job
kv
nntp
Package nntp implements a Network News Transfer Protocol (NNTP) client.
Package nntp implements a Network News Transfer Protocol (NNTP) client.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL