Daniel

Results 6 comments of Daniel

> I need someone to run some tests for me on the new builds, could you be of help? Absolutely yes, helpful and happy to help you! As I said,...

``` [ ... ] Digest: sha256:6066604c713f6c21c7fb3e07c01193389eb606d66c9d3591df114208327b6b85 Status: Downloaded newer image for roflcoopter/jetson-nano-base:1.3 ffmpeg version n4.2.2-15-g6878ea5a44 Copyright (c) 2000-2019 the FFmpeg developers built with gcc 7 (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) configuration: --prefix=/usr --enable-nvv4l2dec...

**docker run -it --rm --runtime=nvidia --privileged roflcoopter/jetson-nano-base:1.3 ffmpeg -hwaccels** ``` ffmpeg version n4.2.2-15-g6878ea5a44 Copyright (c) 2000-2019 the FFmpeg developers built with gcc 7 (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) configuration: --prefix=/usr --enable-nvv4l2dec --enable-libv4l2 --enable-shared...

is attached :) [decodecs.txt](https://github.com/roflcoopter/viseron/files/8097190/decodecs.txt)

**sudo docker run -it --rm --runtime=nvidia roflcoopter/jetson-nano-base:1.3 ffmpeg -c:v h264_nvv4l2dec -rtsp_transport tcp -i rtsp://[xxxx]:[xxxxx]@192.168.1.122:554/Streaming/Channels/101 -f segment -segment_time 5 -segment_format mp4 -c copy -an test%d.mp4** ``` ffmpeg version n4.2.2-15-g6878ea5a44 Copyright (c)...

I’m glad. What was the problem? How can I solve ? Or do you have to solve at the code level ? Thank you!