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