pub trait Writer { fn write_rtp(&mut self, pkt: &Packet) -> Result<()>; fn close(&mut self) -> Result<()>; }