pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
TypeScript 95.7%
MDX 3.0%
CSS 0.5%
HTML 0.5%
JavaScript 0.2%
Dockerfile 0.1%
Handlebars 0.1%
Other 0.1%
4913 1 0

Clone this repository

https://tangled.org/dunkirk.sh/pstream-ng https://tangled.org/did:plc:krxbvxvis5skq7jj6eot23ul/pstream-ng
git@knot.dunkirk.sh:dunkirk.sh/pstream-ng git@knot.dunkirk.sh:did:plc:krxbvxvis5skq7jj6eot23ul/pstream-ng

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

pstream-ng#

A fork of P-Stream, a media streaming frontend that was shut down under pressure from ACE/MPA. This fork preserves the open-source codebase with merged community contributions and dependency updates.

WARNING

This software does not host, index, or distribute any copyrighted content. It is a frontend application that interacts with user-configured backends. How it is used is entirely the responsibility of the end user.

The canonical repo for this is hosted on tangled over at dunkirk.sh/pstream-ng

Running Locally#

git clone git@knot.dunkirk.sh:dunkirk.sh/pstream-ng
cd pstream-ng
pnpm install
pnpm run dev

Then visit localhost:5173.

Docs#

Original P-Stream documentation is included in the docs/ directory.

Upstream#

To pull in updates from the original P-Stream repo:

git fetch upstream
git merge upstream/production