live-stream-forwarder

command module
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 1 Imported by: 0

README

Live Stream Forwarder

Overview

Live Stream Forwarder (formly streamlink-go) is a tool that converts website live streams into local live broadcast services for video players (e.g. VLC or PotPlayer) directly access.

Supported Live Streaming Platform

Platform URL token
Douyu douyu
Huya huya
Twitch twitch
Bilibili bilibili
Douyin douyin

Installing

Just download at releases page and decompressing it to anywhere you wanted.

Usage

Start the service listening on ip address 127.0.0.1 and a random port by default. e.g.

lsf

Start. the service listening on specified address or port. e.g.

lsf -l <address> -p <port>

or

lsf --listen-address <address> --listen-port <port>

Start the service with debug mode. e.g.

lsf --log-level 6

Start the service with storing logs on file. e.g.

lsf --log-file example.log

Start the service with http proxy. e.g.

lsf --proxy http://<username>:<password>@<address>:<port>

Open the stream on video player. e.g.

http://<address>:<port>/<platform url token>/<room id>

Open the stream on video player with http proxy. e.g.

http://<address>:<port>/<platform url token>/<room id>?proxy=http://<username>:<password>@<address>:<port>

License

See LICENSE.txt

Documentation

Overview

Copyright © 2023 Naumov Vadik <nv4d1k@ya.ru>

Jump to

Keyboard shortcuts

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