Skip to content

operutka/msf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Media Streaming Framework

This repository is a collection of Rust libraries for multimedia streaming applications. The intention is to implement basic protocols such as RTP, STUN, SDP and others to allow construction of more complex, high-level protocols like WebRTC, SIP, RTSP, etc.

The main focus here is to implement these protocols with minimum external dependencies in order to minimize footprint of the resulting binaries as it is often the case that these protocols need to be implemented in memory-restricted devices such as IP cameras and set-top boxes. For the same reason, we should also allow removing unnecessary functionality using crate features.

The whole project is in early stage of development, so expect missing or incomplete features. Pull requests are welcome.

About

Media Streaming Framework for Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages