-
Notifications
You must be signed in to change notification settings - Fork 256
Open
Description
Hi
The setVideoEncoderConfiguration function appears to have a bug in how it parses and accesses the properties for H264 and MJPEG encoders. Specifically, it tries to access the profile property, but the actual property name is H264Profile for the H264 encoder. Similarly, there is a mismatch for the MJPEG encoder properties.
( options.H264.profile ? '' + options.H264.profile + '' : '' ) +
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels