From bea971a6e6317b123338aeeb08f3f0bc53ec8ba4 Mon Sep 17 00:00:00 2001 From: Jason Dudash Date: Mon, 7 Feb 2022 11:22:37 -0500 Subject: [PATCH] Update README-buildnotes.md --- docs/README-buildnotes.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/README-buildnotes.md b/docs/README-buildnotes.md index 5ab6288..94c4dab 100644 --- a/docs/README-buildnotes.md +++ b/docs/README-buildnotes.md @@ -41,13 +41,12 @@ There seems to be an issue on the jetson with a mismatch in dependencies with NV sudo apt-get install libopus-dev libvpx-dev ``` -* Build container - -This is TBD but using these links might help: https://github.com/dusty-nv/jetson-containers#pre-built-container-images -https://github.com/NVIDIA/nvidia-docker/wiki/NVIDIA-Container-Runtime-on-Jetson +* Build container - this is TBD but using these links might help + * https://github.com/dusty-nv/jetson-containers#pre-built-container-images + * https://github.com/NVIDIA/nvidia-docker/wiki/NVIDIA-Container-Runtime-on-Jetson * Hardware support The Jetson is a edge device with low computing capabilities - so using the dedicated hardware efficiently is important. If everything just uses CPU then we are doing it wrong. Using software libraries that can leverage the HW is important (encoding and decoding video). Initial research shows ffmpeg available for the Jetson might not support HW enc/dec - also H.264 might be required vs. other formats. See here for discussion/alternatives: -* https://forums.developer.nvidia.com/t/webrtc-low-performances-with-nvidia-encoder/115324 -* https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/hardware_acceleration_in_webrtc.html#wwpID0E0OB0HA + * https://forums.developer.nvidia.com/t/webrtc-low-performances-with-nvidia-encoder/115324 + * https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/hardware_acceleration_in_webrtc.html#wwpID0E0OB0HA