unosquare / ffmediaelement

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

remove setting of the seekable field #663

Closed zgabi closed 3 months ago

zgabi commented 3 months ago

remove setting of the seekable field, since it causes access violation errors, and unnecessary.

Check the comment from june 6, 2023: https://github.com/unosquare/ffmediaelement/issues/642

Or: https://github.com/Ruslan-B/FFmpeg.AutoGen/issues/255

Currently I'm using my own package, but I'd like to swicth your original version, but this issue block me.

Reproduce the issue: Just open any local video file with the following url: customfile://C:\myfolder\myfile.mkv It will use the FileInputStream which sets the seekable field. => access violation when trying to open the media.

zgabi commented 3 months ago

Also added a fix for the hardware acceleration. @mariodivece: Could you please merge it and create a new nuget package? Thanks.

mariodivece commented 3 months ago

New package on the way! Thanks for the updates!