This message was deleted.
# sdk-rust
s
This message was deleted.
e
is there a parameter I can pass when creating the room / session / peer connection to allow
client-sdk-rust
to receive h264?
I guess it's
libwebrtc
picking automatically which codecs it supports in the platform I'm running it, and maybe it doesn't have support for h264 (linux)
does my reasoning make any sense?
yep the libwebrtc's
InternalDecoderFactory::GetSupportedFormats()
doesn't seem to be reporting h264 in my platform
hehe 🥲
rtc_use_h264=false
changing this to
true
was enough to make it work
🙏 1
b
Yep, I will compile libwebrtc with rtc_use_h264=true on the next release 🙂
🙌 2
👍 1