Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

OnePlay-Internet/oneplay

Repository files navigation

OnePlay

High performance and low latency cloud gaming

Features

  • WebRTC streaming protocol (base on pion/webrtc)
  • Codec:
    • video codec: H264, HEVC (in progress)
    • audio codec: OPUS
  • Low-level API:
    • Screen capture: D3D11 Output Duplication (D3D11 API)
    • Encoder: NVENC (through libavcodec)
    • IPC-protocol: RTP over UDP (through libavformat)
  • Client app:
    • Browser (for demo purpose)
    • Window native app (in progress)

Join us

Architecture | Document

Subproject

Licensing

is distributed uner GNU General Public License v3

Contributing