Nevcairiel / LAVFilters

LAV Filters - Open-Source DirectShow Media Splitter and Decoders
GNU General Public License v2.0
7.41k stars 787 forks source link

IMediaSeeking::GetCurrentPosition return wrong values when playing AVI memory stream #538

Open fungko opened 1 year ago

fungko commented 1 year ago

I've tried use LAV Splitter to connect to a memory stream containing an AVI video as the directshow async\memfile sample does. However, seeking does not work as expected. The method IMediaSeeking::GetCurrentPosition and seeking are not supported. Seeking from AVI file does not have any problem.