fn rtsp_compare(a: & RTSPUrl, b: & RTSPUrl) -> Ordering { if a.resolution.is_some() && b.resolution.is_some() { let w = a.resolution.a