aisnote

Results 9 issues of aisnote

I tried build the notes on ubuntu, what's gtk version I need to install? thanks.

**Describe the bug** Crash with Release O2 compile **Expected vs observed behaviour** Crash as the picture. **Patch or snippet allowing to reproduce the problem** see picture, Debug is ok. And...

macOS
repro needed

**I tried:** build-with-docker.sh echo "FFMPEG_EM_FLAGS=${FLAGS[@]}" emmake make -j \# emcc "${FLAGS[@]}" emcc "${FLAGS[@]}" **-s SIDE_MODULE=2** **And got:** AR libavcodec/libavcodec.a LD libavcodec/libavcodec.so.58 emcc: warning: linking a library with `-shared` will emit...

![image](https://user-images.githubusercontent.com/1201634/189001805-eb5df459-a3b2-4a3e-ae81-5635a7a22302.png)

https://www.webrtc-experiment.com/RecordRTC/simple-demos/video-plus-screen-recording.html only 1-2 seconds be recorded. Note: Windows is ok. But Mac -M1 machine has this kind of issue

**failed with vips version: 8.14.** I used govips like: // #cgo pkg-config: vips **There is no this issue on 8.10.** C:/msys64/ucrt64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lgio-2.0: No such file or directory C:/msys64/ucrt64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe:...

question

## **inputVideoBlob. type = video/x-matroska;codecs=avc1,opus,** ``` function demux_blob(inputVideoBlob) { var copyBlob = new Blob([inputVideoBlob], {type: inputVideoBlob.type}); var fileReader1 = new FileReader(); fileReader1.onload = function() { vab = this.result; // arrayBuffer...