-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade from 6.0 to 6.1 breaks WebRTC - coredump - 'sinkpad' should not be nullptr #687
Comments
Ok, so according to https://patchwork.libcamera.org/patch/14939/ (from 2021) "gstreamer: Avoid call to deprecated gst_element_get_request_pad()". |
Please see upstream PR. https://github.com/dusty-nv/jetson-utils/pull/219/files |
Update - changing to 1/ When I run 2/ When I run |
Per @Fibo27, WebRTC used to work as of 6.0 and no longer works w/ the change to 6.1: #688 (comment) Hi level summary:
|
No progress so far - I'll test on an older 6.0 Orin to confirm if it's a 6.0->6.1 issue. @dusty-nv - how can I be most useful in debugging this, or is it something dumb I'm doing? |
Update - part of
Appear to be broken:
So if you desperately need to get video data out at reasonable frame rates, then rtp works.... |
@dusty-nv thanks for NanoLLM for CUDA=12.6 - works well!!
However, when I invoke it with:
and then go to
https://192.168.X.X:8554
to view the output,nano_llm
core dumps due to'sinkpad' should not be nullptr
. I'm invoking this from the Orin - the same thing happens forhttps://127.0.0.1:8554
etc.This is a known issue (see related discussion in
jetson-inference
dusty-nv/jetson-inference#1619) and so I've disabled#enable-webrtc-hide-local-ips-with-mdns
inchrome://flags
, which did not help. The other suggestion has to do with the STUN server, but enabling/disabling that did not help.Anyone out there - any success with WebRTC from
jetson-containers
orjetson-utils
orjetson-inference
? If so, how did you get it to work?The text was updated successfully, but these errors were encountered: