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
7
8
9
10
11
pub mod device;
pub mod events;
pub mod imaging;
pub mod media;
pub mod ptz;

pub use device::DeviceService;
pub use events::EventService;
pub use imaging::ImagingService;
pub use media::MediaService;
pub use ptz::PTZService;