You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m configuring the video publishing options for simulcast using the H.264 codec in the Swift SDK, and I wanted to verify if my setup is correct. I’m using LocalVideoTrack.createBufferTrack to stream CMSampleBuffer directly from AVFoundation with LiveKit. Here’s my current configuration for the room and publishing options:
Could you please confirm whether this setup is correct for H.264 and simulcast, or suggest any necessary adjustments? The AVFounationcaptureSession resolution is set to to highest possible one with 1280x720.
Thanks in advance for your guidance!
Best regards
The text was updated successfully, but these errors were encountered:
Hi team,
I’m configuring the video publishing options for simulcast using the H.264 codec in the Swift SDK, and I wanted to verify if my setup is correct. I’m using
LocalVideoTrack.createBufferTrack
to streamCMSampleBuffer
directly fromAVFoundation
with LiveKit. Here’s my current configuration for the room and publishing options:Could you please confirm whether this setup is correct for H.264 and simulcast, or suggest any necessary adjustments? The
AVFounation
captureSession
resolution is set to to highest possible one with 1280x720.Thanks in advance for your guidance!
Best regards
The text was updated successfully, but these errors were encountered: