Viva la StreamViva! — a community continuation of P-Stream (which was a fork of movie-web), revived and actively maintained.
Kotlin + Jetpack Compose, no WebView — native TMDB browsing, Media3/ExoPlayer playback, streams resolved natively. Source: streamviva-android
10-foot UI with full remote (D-pad) navigation, native HLS playback, 60+ subtitle languages. Sideload via Developer Mode. Source: streamviva-webos
The original P-Stream project was discontinued in March 2026 and its ecosystem (providers package, docs, proxy, backend) was taken down. StreamViva is the living continuation: 35 working stream sources, a fixed build chain, green CI, and verified end-to-end playback for movies, TV shows, and anime.
| Capability | Status |
|---|---|
| Movies | ✅ verified playing (direct HLS + 8 embed players) |
| TV shows | ✅ verified playing (season/episode aware) |
| Anime | ✅ verified playing |
| Catalog / search | ✅ full TMDB browsing |
| Subtitles | ✅ 170+ tracks auto-resolved per title |
| Stream sources | ✅ 35 in the browser pool (vidsrc.sh universal, vsembed, videasy, vidlink, 2embed, vidapi, ridomovies, and more) |
| CI (lint / test / build / docker / PWA) | ✅ green |
StreamViva does not host any content — it searches public sources on the internet and plays what it finds.
git clone https://github.com/loak7993-code/streamviva.git
cd streamviva
cp example.env .env # fill in your keys / proxy URLs
pnpm install
pnpm run devThen visit http://localhost:5173.
See example.env. You need:
VITE_TMDB_READ_API_KEY— TMDB v4 read token (free at themoviedb.org)VITE_CORS_PROXY_URL— simple-proxy deployment (?destination=format)VITE_M3U8_PROXY_URL— m3u8-proxy deployment (/m3u8-proxy?url=format)VITE_BACKEND_URL— optional, for account sync (community backend WIP)
Stream sources live in a separate package: @streamviva/providers
pnpm run update-providers # pull latest sources
pnpm run update-and-build # update + rebuildgit remote add upstream https://github.com/loak7993-code/streamviva.git
git fetch upstream
git checkout production
git merge upstream/production
git pushIssues and PRs welcome. See .github/CONTRIBUTING.md.
Built on the work of the P-Stream team, the movie-web project, and the community mirrors that kept the provider ecosystem alive after the takedown.