Developer Documentation

RelayStream
Documentation

Technical notes, schemas, integration references, and implementation guides for the Open-STRM media coordination framework.

Documentation Index

RelayStream documentation is being organized around the core systems required to build decentralized media applications: metadata, storage, playback, access control, and protocol coordination.

Start Here

Getting Started

Introductory guide to RelayStream, Open-STRM records, media routing, storage references, and basic playback architecture.

status: drafting
Standard

Open-STRM Specification

The core schema for referencing media assets, manifests, storage routes, metadata, wallet permissions, and verification records.

open-strm/v0.1
Schema

Metadata Model

Standard fields for asset names, media types, thumbnails, manifests, storage providers, redundancy status, and playback routes.

metadata.json
Storage

Storage Architecture

How RelayStream coordinates media across Storj, Sia, Filecoin, IPFS, and future decentralized storage networks.

storage.routes[]
Access

NFT & Wallet Standards

Wallet authentication, NFT-linked access records, token-gated playback, signature checks, and future STRM authorization layers.

wallet.verify()
API

Developer API

Future API references for creating media records, resolving playback routes, publishing metadata, and retrieving verified asset data.

api: coming soon
relaystream-docs-preview.md
# Open-STRM Record
asset_id: relaystream.media.001
manifest: index.m3u8
providers: storj, sia, filecoin
access: wallet_verified
status: active

Developer Status

RelayStream is currently in active prototype development. Documentation will expand as the Open-STRM standard, metadata schema, storage orchestration tools, and developer APIs mature.

Current

Prototype Docs

Early documentation for the existing HLS workflow, metadata templates, storage routes, and NFT media experiments.

Next

Reference Implementations

Example player shells, metadata records, route resolvers, storage manifests, and open-source test utilities.

Future

SDK Layer

Simple developer functions for publishing assets, resolving streams, verifying wallets, and building media applications.