mrkeyoor.com_
Tue 01 Sept 17:41 UTC
Dataevaluationupdated 24 Aug 2026

iptv review

iptv-org/iptv is a maintained collection of links to publicly available live television streams from around the world. It solves the tedious job of finding and organizing those links by publishing ready-to-open M3U playlists, while related iptv-org projects supply channel metadata, program guides, and an API.

+492stars / 7d
Verdict

Use iptv-org/iptv if you want a large, active public-stream directory and accept that it is an index, not a television service. The hosted playlist makes trying it unusually easy, and the passing test suite is reassuring for contributors. Do not build expectations of guaranteed channel uptime or legal clearance into a commercial product without doing your own validation.

We ran it

Install✓ · 22s528 packages · 274 MB
Buildn/ano build script
Tests✓ · 24s19 passed · 0 failed of 19 (jest)
Known vulns60 critical · 3 high · 2 moderate · 1 low (npm audit)
Repo558 files~7,288 lines of source · 4 MB · 5 CI workflows · tests dir

Answers from our run

Does iptv build from source?

Dependencies installed in 22 seconds (528 packages), and the project has no separate build step. We cloned commit b656941 into a clean Debian container with 3 CPUs and no project-specific setup.

Do iptv's tests pass?

Yes: 19 of 19 passed when we ran the project's own test command (jest). Some failures need services or credentials a bare container does not have.

Does iptv have known vulnerabilities in its dependencies?

npm audit flagged 6 known advisories in the dependency tree at the time of our run.

Who should not use iptv?

Anyone expecting a polished Netflix-style app, because this is a playlist collection, not a player

What are the alternatives to iptv?

Free-TV, IPTVnator, Kodi PVR IPTV Simple Client. Use iptv-org/iptv if you want a large, active public-stream directory and accept that it is an index, not a television service.

Setup5/5Viewers paste one hosted URL; contributor install took 22 seconds
Docs4/5Clear quick start and links, but key details live across repositories
Community5/5136,613 stars, same-day push, and a manageable 44 open issues
Maturity4/5Passing tests and active automation, tempered by dependency findings

Discussed on

  1. hnDMCA Takedown of iptv-org/iptv on GitHub85 points
  2. hnPublicly available IPTV channels from all over the world50 points
  3. hnCollection of publicly available IPTV channels from all over the world5 points
  4. hnIPTV – DMCA Takedown5 points

Who it’s for

Viewers who already have an IPTV-compatible player and want a broad public-channel directory
Developers building guides, channel browsers, or stream-discovery tools on open data
Tinkerers comfortable with unreliable third-party streams and occasional playlist maintenance
Contributors who can verify channel links or correct metadata in the appropriate iptv-org repository

Who it’s NOT for

Anyone expecting a polished Netflix-style app, because this is a playlist collection, not a player
Viewers who need guaranteed uptime, picture quality, or regional availability
People seeking subscription or premium channels, because the project limits itself to publicly available links
Organizations needing a vendor-backed service-level agreement or centralized rights clearance

Setup reality

In our sandbox, npm installation succeeded in 22 seconds, installing 528 packages and using 274 MB on disk; there was no build script or target, so build was skipped; and all 19 Jest tests passed in 24 seconds. That is more tooling than the README's viewer workflow suggests, since ordinary users only paste a hosted M3U URL into a compatible player. Contributors get a healthy test result, but should account for six npm audit findings: three high, two moderate, and one low, with none critical.

What it is and why it exists

iptv-org/iptv is best understood as a public directory, not a streaming service and not an app. Its main product is an M3U playlist containing links to live television streams that other people and organizations host. You paste the project's hosted playlist URL into VLC or another compatible player, then browse what is available. That simple division of labor is the project's appeal: iptv-org organizes links, while your player handles playback.

The repository also sits inside a wider set of focused iptv-org projects. Channel data comes from iptv-org/database, electronic program guide data is provided through iptv-org/epg utilities, and API documentation lives in iptv-org/api. That separation keeps this repository relatively narrow, but it also means developers may need to move among several repositories to understand the whole data pipeline. The README points clearly to each one rather than pretending everything is contained here.

What happened when we ran it

We cloned commit b656941 into a fresh, unprivileged Debian container with three CPUs, 8 GB of RAM, Node 22, and no secrets. The repository contained 558 files, about 7,288 lines of source, and occupied 4 MB when checked out. npm installation succeeded in 22 seconds. It installed 528 packages and consumed 274 MB on disk, a substantial dependency footprint compared with the small checkout.

There was no build script or build target, so we skipped that step. This is not a broken build: the repository simply does not expose one. The Jest test suite completed successfully in 24 seconds, with all 19 tests passing and none failing. We also found five CI workflow files and a dedicated tests directory, both useful signs that playlist maintenance is automated and checked rather than handled only by hand. There is no Dockerfile.

The main caution from our run is dependency hygiene. npm audit reported six known vulnerabilities: three high severity, two moderate, and one low, with no critical findings. Those findings do not prove that a hosted playlist is unsafe to consume, but anyone contributing to or running the repository's Node tooling should inspect and address the affected dependency paths before placing that tooling in a sensitive environment.

What it does well

The fastest path is genuinely fast. The README puts the main hosted playlist URL in a code block and tells users exactly what to do with it. There is no account, server deployment, database migration, or configuration ceremony for someone who only wants to watch. Separate playlist links are collected in PLAYLISTS.md, so users are not forced to start with the all-channels feed.

The project is also admirably precise about its scope. It does not claim to host video files. Its legal section says the repository contains user-submitted links, explains that removing a playlist entry does not remove the underlying stream, and provides a copyright-claim issue route. That is useful operational context, even though it is not a substitute for legal advice or independent rights checks.

The surrounding ecosystem is another strength. Program-guide data, the channel database, an API, player recommendations, FAQs, and contribution instructions each have an explicit destination. Contributors are told to report database errors in the database repository, reducing the chance that every type of problem piles into one tracker. Discussions give general questions and ideas a home outside ordinary issues.

Finally, the activity signals are strong. The repository had 136,613 stars, only 44 open issues, and was pushed on the review date. Popularity alone does not establish quality, but current code activity plus a fully passing measured test suite makes this look maintained rather than merely famous.

Weaknesses and rough edges

Stream links are inherently less dependable than files controlled by the repository. A playlist entry can stop working, become geographically restricted, change quality, or disappear because the destination host changes. The project can validate and remove links, but it cannot guarantee uptime or repair somebody else's server. Users expecting a stable channel package will find that boundary frustrating.

The viewer instructions are concise, perhaps too concise for beginners. They depend on a separate list of compatible applications and assume the user understands how a player opens a network playlist. The README excerpt does not promise troubleshooting by device, region, codec, or buffering symptom. Likewise, EPG support requires another repository and its utilities rather than arriving as one ready-to-use bundle.

There is also no formal release cadence to evaluate because no latest release is listed. That is not evidence of abandonment: the same-day push and CI workflows matter more for a continuously updated data repository. Still, teams that pin signed or versioned release artifacts may prefer a project with explicit releases. The six audit findings also keep the contributor experience from earning an unqualified recommendation.

Where it fits in a real stack

For a viewer, iptv-org/iptv belongs at the input edge: the hosted M3U feeds a desktop, mobile, television, or media-center player. Pairing it with guide data can make the result easier to navigate, but the player remains responsible for playback controls and presentation.

For a developer, treat the playlists as changing external data. Fetch them on a schedule, cache responsibly, record when entries fail, and design the interface for missing or unavailable streams. Use the linked database and API projects when structured channel metadata matters, rather than scraping labels from the playlist and inventing your own identifiers.

For a commercial or public-facing product, add your own checks for availability, geography, security, and rights. The repository's legal explanation describes its operating position, but it does not transfer certainty to downstream users. Within those limits, iptv-org/iptv is a strong default source: easy to try, unusually active, well organized, and honest about being a collection of links rather than the network behind them.

Alternatives

ProjectWhat it isPick it when
Free-TVA community-maintained M3U playlist focused on freely available television streams.Pick this instead when you want a smaller competing playlist project to compare channel coverage and link quality.
IPTVnatorA cross-platform IPTV player with playlist and electronic program guide support.Pick this instead when you need a viewing application rather than just a source of playlist data.
Kodi PVR IPTV Simple ClientA Kodi add-on for playing M3U IPTV lists and displaying guide data.Pick this instead when Kodi is your living-room interface and you need playlists integrated into its TV experience.

What people are saying

  1. [github-trending] iptv-org/iptv

Sources

  1. iptv-org/iptv on GitHub
  2. IPTV playlist homepage

More data reviews

turso · TrackersListCollection · dash · getcontact-cli · awesome-zhuiju-free · iggy · the whole board →