Benefic
Basics

What is Benefic?

Benefic is a modern self-hosting platform that uses WebRTC for private, peer-to-peer media streaming — no port forwarding required.

1 min read
TL;DR

Benefic is a self-hosting platform that streams your media library anywhere via encrypted WebRTC — no port forwarding, no cloud, no exposed services.

Benefic is a modern self-hosting platform that lets you host and stream your personal media library from anywhere — without the networking headaches that come with traditional self-hosting.

How Benefic Works

Benefic uses WebRTC — the same peer-to-peer technology behind HIPAA-compliant telehealth platforms and Discord — to create direct, encrypted connections between your devices.

  • No port forwarding — connections are established via STUN/TURN signaling
  • No cloud storage — your media stays on your hardware
  • No central server — after the initial handshake, all traffic flows device-to-device
  • End-to-end encryption — every session uses DTLS-SRTP

Zero-Knowledge Architecture

Benefic operates on a strict zero-knowledge model:

  • Acts only as a signaling coordinator to initiate connections
  • Never routes media through its infrastructure
  • Never logs filenames, directories, or playback history
  • Never accesses your encryption keys
  • Has no visibility into what you watch or share

How Benefic Compares to Plex, Emby, and Jellyfin

FeatureBeneficPlex / Emby / Jellyfin
Remote setupAutomatic P2PPort-forwarding or VPN
SecurityEnd-to-end encrypted WebRTCTLS to a publicly reachable server
Traffic flowDirect device-to-deviceThrough a central hub
Internet exposureNone — no open portsRequires open ports
PrivacyZero-knowledgeServer has full visibility
Setup easeSimple sign-inRouter and network configuration
Streaming pathDirect WebRTCServer intermediary

Encryption Standards

All WebRTC sessions in Benefic are secured with DTLS-SRTP, which provides:

  • Authentication between your devices
  • Integrity protection for all transmitted data
  • End-to-end encryption for audio, video, and metadata
  • Benefic never holds your encryption keys