Results 19 comments of Lori-Shu

I may pass the test by changing the result_with_list and list_of_results to taking parameters.

same issue,call seek with correct timestamp,next time iterating the packets ,it goes to the beginning

> I'm facing the same issue. > From what I've gathered, seek() will seek to the nearest keyframe. > This is not accurate, but it's fast. > To seek frame...

> I've taken a look at the FFmpeg docs and what we currently expose in the Rust API. > > The `Input::seek` function wraps around [`avformat_seek_file`](https://ffmpeg.org/doxygen/7.0/group__lavf__decoding.html#ga3b40fc8d2fda6992ae6ea2567d71ba30), which has quite a...

I noticed that a h3 client takes a cookie_store when calling new(),default async client creates a Jar as a cookie_store,do you mean extracting those lines to a function or adding...

> I noticed that a h3 client takes a cookie_store when calling new(),default async client creates a Jar as a cookie_store,do you mean extracting those lines to a function or...

Im new to reqwest.I want to know which file to dive in to contribute this,it seems it is very complicate to find the "essy" decompression function.

Looks like MQAdminUtils.remappingStaticTopic is a fn that should be available and I cant find?

> https://github.com/jgraef/reqwest-websocket seems great,maybe to be made official.

> Hey there, thanks for starting! Here's some points: > > We want to keep the public API the same, so the builder methods and `CookieStore` trait say the same....