Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove setting of the seekable field #663

Merged
merged 3 commits into from
Jun 26, 2024
Merged

Conversation

zgabi
Copy link
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.

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

Check the comment from june 6, 2023: unosquare#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
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
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