Skip to content

Feature Overview & Supported Protocols

Nyan Streaming is a video delivery service designed with the goal of delivering high-quality video with low latency (as low as about 1 second). It runs on our in-house developed delivery server and delivers video without server-side transcoding (re-encoding). PCM (s16be) audio received over RTSP is converted to AAC only when viewers use a non-RTSP playback method.

Official site: https://nyst.live/

Protocol Overview Main Use
RTMP Compatible with common streaming software such as OBS Streaming from OBS / XSplit, etc.
WebRTC (WHIP) The lowest-latency streaming method Browser streaming / streaming that prioritizes low latency
RTSP (Push) Ingest via RTSP ANNOUNCE/RECORD Advanced streaming
Browser Streaming Stream directly from your camera/screen via the dashboard Easy browser streaming (WebRTC-based)
Protocol Overview Latency Guide
RTSP The lowest latency. Recommended for VRChat / AV Pro About 1 second
WebRTC (WHEP) The lowest-latency viewing in a browser About 1 second
RTMP For players that support RTMP playback About 1–2 seconds
HLS Widely playable in browsers and various players (for browsers, using hls.js is recommended) A few seconds (somewhat larger by design)

The supported formats are H.264 for video and AAC / PCM (s16be over RTSP) for audio. Opus is also available over WebRTC. Non-RTSP playback of a PCM (s16be) stream delivers the audio as AAC. AV1 / VP9 / VP8 / H.265 (HEVC) are not supported. For details, see the Supported Codecs List.

  • Low-latency streaming — RTSP / RTMP / WebRTC achieve low latency of about 1 second (HLS is somewhat larger by design).
  • Recording (Archive) — Record streams to watch or download later (available depending on your plan and settings).
  • Restreaming (Relay) — Simultaneously forward received streams to external RTMP destinations such as YouTube and Twitch.
  • Program output (Channel / Live Switcher) — Switch which stream is currently playing on your organization’s URL while keeping viewers connected.
  • Multiple nodes / regions — Stream and view from multiple servers (nodes), supporting region-based delivery.
  • Simultaneous multi-node streaming — Stream the same stream key from multiple servers at the same time.
  • Audio EQ and reverb — Apply a server-side equalizer and reverb independently to each stream.
  • Multitrack streaming (Enhanced Broadcasting) — Deliver OBS multitrack H.264 as multi-quality HLS (ABR). (Only for organizations approved by the operator.)
  • Dashboard management — Manage stream keys, viewing URLs, recordings, API keys, IP rules, notifications, teams (organizations), and more from the web.
  • Public API — Provides an API to retrieve server status, streaming status, and viewer counts.