Reassembles VP8 frames from RTP packets.
Based on RFC 7741: RTP Payload Format for VP8 Video.
@opaque t()
@spec new() :: t()
@spec write(t(), ExRTP.Packet.t()) :: {:ok, t()} | {:ok, binary(), t()}