Anton Smirnov

Results 87 comments of Anton Smirnov

anything i can check to help you fix it?

Basically any project tests can be launched with visualvm. i've just checked https://github.com/4ntoine/NotesServerApp/blob/master/infra-gateway-ormlite/src/test/kotlin/name/antonsmirnov/notes/gateway/OrmLiteGatewayTest.kt

It seems to be the bug i've faced with too. If starting from scratch (or `data` dir cleaned): `core list --all` forces updating index (library_index, package_index) but `GetPlatform` with `all`...

Nope, it seems that `all` is [used](https://github.com/arduino/arduino-cli/blob/master/commands/core/list.go#L41) in the code. I will create another ticket for my issue

@silvanocerza Yeah, your concerns are more than reasonable. I've been also thinking about that. It seems if we limit the paths to `user` and `build` dirs only (to be able...

@ubidefeo yes, i tried different scenarios including samba (and it worked). I'm thinking about "average user" and Arduino is awesome due to it's simplicity. So imo if it costs only...

@silvanocerza will [it](https://github.com/arduino/arduino-cli/pull/1536#issuecomment-961291825) work for you to address security concerns? i can update the MR

also i can't figure out what timestamp for frame for network stream means (for file frames it's a time from video beginning)

for file it's clear: time_base is frame number and timestamp is time from video beginning player_decode_video Decoded video frame: 0.320000, time_base: 8 05-05 18:32:42.344: INFO/player.c(16998): player_wait_for_frame[0] start 05-05 18:32:42.344: INFO/player.c(16998):...

I can't see any reason for it for the files to be wrong as time is relative to video beginning. How should this be changed for playing stream (rtmp/hls) ?