Anton Smirnov

Results 22 issues of Anton Smirnov

java 1.6.32, 64bit: ``` >java -version java version "1.6.0_32" Java(TM) SE Runtime Environment (build 1.6.0_32-b05) Java HotSpot(TM) 64-Bit Server VM (build 20.7-b02, mixed mode) ``` windows 7, 64bit --- libs...

I was able to add maven repo and gradle download artifacts from https://bintray.com/orangy/maven/kotlinx-files-dev#files/org/jetbrains/kotlinx. However build for native failed: ``` > Task :desktop:performance_app:compileKotlinNative FAILED w: skipping /Users/asmirnov/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-files-macosx64/0.1.0-dev-31/77854b4718090e294deda0273771c40396a6e381/kotlinx-files.klib. The abi versions don't...

When compiled for ARM 32bit `CT_HOST=arm-linux-gnueabihf` archiever fails to put `.o` files into `.a` with return code 159. If not archiving .o into .a and pass to linker linker fails...

Please add encode method with input and output streams parameters for encoding in real time

Add .proto file (messages and a service), generate go files. (Draft to demonstrate the proposal). **Please check if the PR fulfills these requirements** - [ ] The PR has no...

topic: code
topic: gRPC

I've compiled ffmpeg-android and it works for files. The problem is that it shows nothing for network streams (both rtmp and hls) as frame timestamp is too big and it...

I have some [issue](https://github.com/jcmvbkbc/crosstool-NG/issues/68) building a toolchain on a x86_64 linux [build] with original repo that runs on arm-linux-androideabi [host] targeting obviously xtensa-lx106-elf [target]. Probably i'm doing smth wrong, but...

I've tried to stream large resolution video (like 2048 x 2048 and more) and RTP packets are lost and decoding sometimes fails: ``` MBA-Anton:platform-tools asmirnov$ ffplay rtsp://192.168.168.159:8087 ffplay version 2.2.3...

Alpine linux 3.14.2 (x86_64 virt) after `libc6-compat` installed and uninstalled: ``` # apk add --allow-untrusted ./glibc-2.34-r0.apk 1 error; 111 MiB in 56 packages ``` adding `-v` does not add any...

question

Hi, thanks for you blog post and shared source code. Learning Clean architecture i've found different people think different about what layer Gateway interfaces should belong to: Use Cases layer...