neilyoung
neilyoung
@RealSenseCustomerSupport Could you please elaborate on this statement? Is the T265 retired? Will you no longer support this camera in future?
@RealSenseSupport Thanks. Maybe I got you wrong, so please explain: It is all about what you understand as "product". If it is the camera, then I would ask for a...
@smartynenko Thanks for the link. Makes sense. So basically don't bet on the T265 anymore... Not future proof. "T265 is not discontinued " Really?
Oops, client.quit() helps. Should be documented
In fact this is the only way to make use of the hardware encoders/decoders. Otherwise deprecated webrtc functions are used. Thanks for sharing. A clear improvement
Additional info: In PeerConnectionUtils: This is what my encoderFactory provides as supportedCodecs: So something is missing...
Same device, other application (based on libwebrtc M105, but I'm sure, H.264 hardware baseline support was already available with M94): I already tried to set the "highProfileSupport" flag to false...
OK, removed the libwebrtc.aar from your package and replaced it with mine. Now there should be also in the mediasoup landscape possible access to H.264 baseline HW codecs To be...
Hmm. I think I need some insight This is what I get from encoderFactory.supportedCodecs() (just H.264 shown): I'm trying to favour this H.264 (this kind of setup works in JS):...