/** * Tube module landing page — rich content for rspace.online/rtube */ export function renderLanding(): string { return `
rTube

Community Video Platform

Host, stream, and share video without big tech. Your community's video library with HLS streaming and RTMP ingest. (You)rTube, your channel.

Start Streaming Create a Space

How It Works

1

Upload Videos

Drop video files in any major format. MP4, WebM, MKV, MOV -- they all work.

2

Stream Live

Point OBS or any RTMP-compatible software at your space's ingest URL and go live instantly.

3

Share with Your Community

Videos are organized by space. Share links, embed on your canvas, or browse the community library.

Features

Everything you need to run your own community video platform.

📺

HLS Streaming

Adaptive bitrate streaming ensures smooth playback on any connection speed or device.

📡

RTMP Ingest

Go live with OBS, Streamlabs, or any RTMP-compatible streaming software. One URL, instant broadcast.

R2 Storage

Videos stored on Cloudflare R2 for fast, globally distributed delivery with no egress fees.

🎥

Community Channels

Each space gets its own video channel. Organize content by community, project, or topic.

Technical Details

  • H.264 / H.265 hardware-accelerated codec support
  • WebM (VP8/VP9) for open-format video
  • Adaptive bitrate HLS for smooth playback on any connection
  • HTTP Range requests for efficient seeking and partial downloads
  • RTMP ingest compatible with OBS, Streamlabs, and ffmpeg

Your community's own video platform

Try the demo or create a space to start hosting and streaming.

← Back to rSpace
`; }