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 performs no transcoding (re-encoding) on the server side, delivering the streamed video and audio to viewers exactly as they are.

Official site: https://nyst.live/

ProtocolOverviewMain Use
RTMPCompatible with common streaming software such as OBSStreaming from OBS / XSplit, etc.
WebRTC (WHIP)The lowest-latency streaming methodBrowser streaming / streaming that prioritizes low latency
RTSP (Push)Ingest via RTSP ANNOUNCE/RECORDAdvanced streaming
Browser StreamingStream directly from your camera/screen via the dashboardEasy browser streaming (WebRTC-based)
ProtocolOverviewLatency Guide
RTSPThe lowest latency. Recommended for VRChat / AV ProAbout 1 second
WebRTC (WHEP)The lowest-latency viewing in a browserAbout 1 second
RTMPFor players that support RTMP playbackAbout 1–2 seconds
HLSWidely playable in browsers and various players (for browsers, using hls.js is recommended)A few seconds (somewhat larger by design)

The standard is H.264 for video and AAC for audio. Audio also supports LPCM (RTMP, highest quality) and Opus (WebRTC). 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 — Apply an equalizer on the server side for 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.