pub fn sdp_lines_all(
    sdp: &str
) -> impl Iterator<Item = Result<(&str, SdpLine<'_>), String>>