Hey everyone!
I’ve been trying to run this webrtc demos https://github.com/centricular/gstwebrtc-demos in the Jetson TX2 but trying to build any example results in:
Package gstreamer-webrtc-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-webrtc-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-webrtc-1.0' found
Makefile:8: *** recipe commences before first target. Stop.
However, I have gstreamer-plugins-bad installed (as default in L4T 32.4.2) and webrtc shows up in gst-inspect:
gst-inspect-1.0 | grep webrtc
webrtcdsp: webrtcechoprobe: Accoustic Echo Canceller probe
webrtcdsp: webrtcdsp: Voice Processor (AGC, AEC, filters, etc.)
webrtc: webrtcbin: WebRTC Bin
Is there a way to solve this? I’m aware of ridgerun GstWebrtc but I was hoping to find another solution
Thank you for your attention!