onvif-server 0.1.1

An ONVIF Profile S streaming-core device server library for Rust — build a camera/encoder that standard ONVIF clients can discover and stream from
Documentation
1
2
3
4
5
6
pub mod device;
pub mod events;
pub mod imaging;
pub mod media;
pub mod ptz;
pub(crate) mod xml_util;