unosquare / ffmediaelement

FFME: The Advanced WPF MediaElement (based on FFmpeg)
https://unosquare.github.io/ffmediaelement/
Other
1.17k stars 240 forks source link

I can't fix Stuttering when change time position #515

Closed tuongtd closed 3 years ago

tuongtd commented 4 years ago

I can't fix "Stuttering when seeking backwards"

I have tried several ways, including this one #483 , but it still hasn't solved the problem.

Issue Categories

Version Information

Sample Code

XAML

<ffme:MediaElement x:Name="mediaMain" x:FieldModifier="public" Background="Black" MediaOpened="mediaMain_MediaOpened" OpacityMask="Black" LoadedBehavior="Pause"/>

C

mediaMain.Seek(TimeSpan.FromSeconds(sliderSeek.Value));

What other ways can I try now? Thank!

qinjianzhanqing commented 4 years ago

await试试

tuongtd commented 4 years ago

await试试

nothing changes :)

qinjianzhanqing commented 4 years ago

opening事件中的配置全部取消掉就可以了

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.