Skip to content
/ quasipaa Public
forked from mycrl/turn-rs

Media streaming server written in Rust.

Notifications You must be signed in to change notification settings

PEMTR/quasipaa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quasipaa Media streaming server written in Rust. Build a high-performance streaming distribution server with Rust's zero abstraction and minimal runtime.

Version

  • No Version

Supported encoding

  • Push [RTMP]
  • Pull [WebSocket]
  • codec [FMP4]

Features

  • Complete codec.
  • Join support for HLS.
  • Support for encoding format conversion.

Use

Build.

./build.sh `out dir`

Configure

path: ~/project/configure.toml

Push

push stream options

  • host {String} bind address.
  • port {Number} bind port.

Server

pull stream options

  • host {String} bind address.
  • port {Number} bind port.

License

MIT

Copyright (c) 2019 Quasipaas.

About

Media streaming server written in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 97.7%
  • Shell 2.3%