Skip to content

remove setting of the seekable field#663

Merged
mariodivece merged 3 commits intounosquare:masterfrom
zgabi:patch-1
Jun 26, 2024
Merged

remove setting of the seekable field#663
mariodivece merged 3 commits intounosquare:masterfrom
zgabi:patch-1

Conversation

@zgabi
Copy link
Copy Markdown
Contributor

@zgabi zgabi commented Jun 10, 2024

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

Check the comment from june 6, 2023: #642

Or:
Ruslan-B/FFmpeg.AutoGen#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 added 2 commits June 10, 2024 21:09
remove setting of the seekable field, since it causes access violation errors, and unnecessary.

Check the comment from june 6, 2023: #642

Or:
Ruslan-B/FFmpeg.AutoGen#255

Currently I'm uusing my own package, but I'd liek 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
Copy link
Copy Markdown
Contributor Author

zgabi commented Jun 10, 2024

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

@mariodivece mariodivece merged commit 6ceff20 into unosquare:master Jun 26, 2024
@mariodivece
Copy link
Copy Markdown
Member

New package on the way! Thanks for the updates!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants