pub fn from_stream_with_len( stream: impl Read + Seek + Send + Sync + 'static, len: Option<u64>, ) -> (Box<dyn MediaSource>, Hint)