Aaron Clauson
Aaron Clauson
It's something to do with `CMainSignals&`. Wherever it's used in libbitcoin_qt the msvc compiler generates a syntax error of: `Error C2238 unexpected token(s) preceding ';'`
tACK 70f36d816e823d300361f872923f2c3a5f90d476. *I'm not qualified to verify the safety of changing crypto logic. I performed an msvc build and then ran the benchmark with and without this PR and there...
tACK e94ae810a55da16fce6040714677b9d50781bebd. Relevant `bench_bitcoin.exe` results from my Intel i9 CPU machine. Looks up 5 to 10x faster than my i7 results above. ``` | ns/byte | byte/s | err% |...
> @sipsorcery any chance you can weigh in here? Can we improve this workaround in some way? I have dealt with socket address in use problems on Windows in the...
> > Is there a venue for reporting this to MSVC? They recently [patted themselves on the back for detecting similar patterns](https://devblogs.microsoft.com/cppblog/a-tour-of-4-msvc-backend-improvements/). It's a shame MSVC can't detect something that...
Most likely means your ffmpeg binaries cannot be found. Try installing with the command below: `winget install "FFmpeg (Shared)"` After that you can pass an empty string to the initialise...
First thing I'd try is a diffent pixel format instead of Format24bppRgb, 32bpp being the obvious one. If the image looks correct but has a slice curt off then you...
Can you paste in some images with the options you applied to them.
Is the remote video meant to be the same as Local video? In the remote video there seem to be a few frames that are good. Is that the case?
If there is even a single good frame coming through then it's not an encoding issue. More likely there are packets being dropped and key frames are missing. Try reducing...