Scripts2026年6月1日·1 分钟阅读

Stremio — Open-Source Streaming Media Center with Add-On Ecosystem

A modern media center that aggregates streaming content from multiple sources through a community add-on system.

Agent 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Stremio Overview
直接安装命令
npx -y tokrepo@latest install 806d3ab9-5d94-11f1-9bc6-00163e2b0d79 --target codex

先 dry-run 确认安装计划,再运行此命令。

Introduction

Stremio is a media center application that organizes and streams video content from multiple sources. Its add-on architecture allows community developers to build content providers without modifying the core application.

What Stremio Does

  • Aggregates movies, series, and live channels in a unified interface
  • Manages a personal library with watch progress tracking across devices
  • Supports community add-ons for content discovery and streaming
  • Provides subtitle search and integration from OpenSubtitles
  • Streams via HTTP, BitTorrent, and other protocols through add-ons

Architecture Overview

Stremio uses a client-server model. The web frontend is built with React and communicates with a local streaming server that handles media transport. Add-ons are standalone HTTP services conforming to the Stremio Add-On SDK protocol, returning JSON manifests and content catalogs.

Self-Hosting & Configuration

  • Deploy stremio-web behind any static file server or CDN
  • The streaming server runs locally or on a dedicated host
  • Add-ons can be self-hosted as Node.js HTTP microservices
  • User accounts sync libraries across devices via Stremio cloud
  • Configuration is managed through the settings UI or environment variables

Key Features

  • Cross-platform: desktop (Electron), Android, iOS, Samsung TV, and web
  • Add-on SDK lets anyone build and publish content sources
  • Chromecast and DLNA casting support built in
  • Calendar view for tracking upcoming episode releases
  • Local file playback alongside streamed content

Comparison with Similar Tools

  • Plex — requires a media server with local files; Stremio streams from external sources
  • Jellyfin — self-hosted media library; Stremio aggregates third-party content
  • Kodi — extensible but complex setup; Stremio is simpler with a web-first UI
  • Infuse — Apple-only premium app; Stremio is free and cross-platform
  • Popcorn Time — single-purpose; Stremio offers a broader add-on ecosystem

FAQ

Q: Is Stremio free? A: Yes. The core application and web client are free and open source.

Q: Can I watch local files with Stremio? A: Yes, it supports local file playback alongside streamed content.

Q: Are add-ons safe? A: Community add-ons are not reviewed by Stremio. Use trusted sources.

Q: Does Stremio store media on my device? A: No, content is streamed. Some caching may occur during playback.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产