VLprojects / mediasoup-client-swift

Swift wrapper for libmediasoupclient
MIT License
42 stars 17 forks source link

No H264 decoding with 0.4.3 #23

Closed papaz0rgl closed 11 months ago

papaz0rgl commented 11 months ago

Hello,

I tried to upgrade from 0.4.2 to 0.4.3 but I'm not able to consume an H264 stream with 0.4.3 in the same setups that works perfectly with 0.4.2

When I look at the device.rtpCapabilities() there is no H264 codec.

Any idea ?

fedulvtubudul commented 11 months ago

Yep, there was a typo in device initialization code. Using _pcFactory ivar before its actually set. Should be fixed in version 0.4.4.

papaz0rgl commented 11 months ago

I can confirm that it works, thanks 👍 (still no simulcast in H264 ...)