WebRTC, stream a Gige camera out of the Nano

  1. I am aware of the WebRTC library from NVIDIA
  2. for the life of me I cannot find documentation, templates or sample code for (1)
  3. has anyone used (1) successfully? Can you please share a simple template code sample?

PS: I have built WebRTC app in python/JS on other platforms but, for example, aiortc won’t obviously build on the Nano because of the hardware dependencies in encoding/decoding in the AV package.

Hi,
Please check the information in
https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%2520Linux%2520Driver%2520Package%2520Development%2520Guide%2Fhardware_acceleration_in_webrtc.html

And there is a related post:

Other than using this package, gstreamer WebRTC may be an alternative.