Speykious

Results 79 comments of Speykious

Would you like to help testing https://github.com/vignetteapp/SeeShark/pull/30?

``` //while (fetched != IntPtr.Zero && mediaTypes[0] != null) => This is incorrect ``` I see. I checked the Microsoft documentation and it seems that I misunderstood what `fetched` was:...

> But whatever I set for InputFormat in VideoInputOptions, I have always CodecName set to h264 in VideoStreamDecoder constructor... > > In Linux how do you test that the InputFormat...

Could you make a PR of your code so that I can take a look and integrate your changes to #30?

You're welcome! Your software is so useful :)

You mean hardware acceleration? Well if you look into `SeeShark/Decode`, you'll see there are these classes lying around, [`HardwareAccelDevice`](https://github.com/Speykious/SeeShark/blob/cc4aa3b69053f08c92b77528ab95d326c91d7f72/SeeShark/Decode/HardwareAccelDevice.cs) and [`HardwareAccelStreamDecoder`](https://github.com/Speykious/SeeShark/blob/cc4aa3b69053f08c92b77528ab95d326c91d7f72/SeeShark/Decode/HardwareAccelStreamDecoder.cs) Currently I believe they do literally nothing, I didn't...

Hey wait, the issue isn't fixed no? ',:v

...Well that's really weird... A different error each time. And the error messages don't help. I need to do something about it. I have no clue if I can fix...

So it's about bringing customizability here? https://github.com/Speykious/SeeShark/blob/cc4aa3b69053f08c92b77528ab95d326c91d7f72/SeeShark/FFmpeg/FFmpegManager.cs#L102-L126