mateuszkj
mateuszkj
Can you provide input bytes (as HEX) and stacktrace?
@mokeyish Could you fix also clippy warning? (only in added files) There is plenty of them, like: unussed_imports, let_and_return, len_zero, field_reassign_with_default, redundant_closure. Just run `cargo clippy`
@na-g I had to write RTSP proxy with audio permissions. User without audio permission would receive SDP without audio codec (so VLC will play only video without audio). I parsing...
That's make sense. But cache reuse is not working with [seaweedfs-csi-driver](https://github.com/seaweedfs/seaweedfs-csi-driver/) + [Nomad](https://github.com/hashicorp/nomad/). This is log from my CSI driver running in Nomad: ``` I0417 01:29:58 1 mounter_seaweedfs.go:33] mounting [seaweedfs-filer.service.kzm5dev.consul:8888]...
After this PR proxy will continue to install the new version. Since they will differ by the starting `v` character. e.g. ``` Current proxy version: 0.2.6 New proxy version: v0.2.6...
thanks for your fast response @matthewmturner After second thought I think this MR should not be merged. It can be done better. Can you mark this MR as draft?. #...
I have created MR with example how to deploy seaweedfs on Nomad. It's base on @knthls. When I run multiple batch jobs, CSI driver creates a new directory in *cacheDir*...