rml_rtmp 0.8.0

Rust library for handling aspects of the RTMP protocol.
Documentation
1
2
3
4
5
#[derive(Eq, PartialEq)]
pub enum SessionState {
    Started,
    Connected,
}