agomezmoron / screen-recorder

Java screen recorder library
MIT License
21 stars 14 forks source link

fix NoDataSinkException in Windows #12

Closed python012 closed 1 year ago

python012 commented 1 year ago

Hello, I fixed the NoDataSinkException in Windows, add if-else for platform and pass specific video file URL to MediaLocator.

For the non-Windows, it will use the original code, hope it help!

Test passed in Windows 10

python012 commented 1 year ago

Hello, this bug was already fixed in latest version

Nijat @.***> 于2023年2月10日周五 15:35写道:

Any updates on this pull request?

— Reply to this email directly, view it on GitHub https://github.com/agomezmoron/screen-recorder/pull/12#issuecomment-1425315882, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAWP2WII6U2JYWTL5AS57WTWWXVU5ANCNFSM6AAAAAASIODHYM . You are receiving this because you authored the thread.Message ID: @.***>

dhavewala commented 7 months ago

I'm using the library in my pom.xml and even though this says fixed. I still get the error

I used the version in readme.md

Is there any other latest version?