This message was deleted.
# helpdesk
s
This message was deleted.
a
Copy code
Er Error
Please use a keyframe frequency of four seconds or less. Currently, keyframes are not being sent often enough, which can cause buffering. The current keyframe frequency is 9.2 seconds. Note that ingestion errors can cause incorrect GOP (group of pictures) sizes.
8:19 PM
Warning
The stream's current bitrate (45.14 Kbps) is lower than the recommended bitrate. We recommend that you use a stream bitrate of 1000 Kbpsor
Please use a keyframe frequency of four seconds or less. Currently, keyframes are not being sent often enough, which can cause buffering. The current keyframe frequency is 9.2 seconds. Note that ingestion errors can cause incorrect GOP (group of pictures) sizes.
8:19 PM
Warning
The stream's current bitrate (45.14 Kbps) is lower than the recommended bitrate. We recommend that you use a stream bitrate of 1000 Kbps
Copy code
const encodingOptions = {
  width: 1920,
  height: 1080,
  depth: 24,
  framerate: 30,
  audioCodec: 2,
  audioBitrate: 128,
  audioFrequency: 44100,
  videoCodec: 2,
  videoBitrate: 4500

}
I've perhaps gotten closer to the issue. It seems the background color of
grid
and
grid-light
are showing but not any of the video or audio
solved... please make sure your egress and server api keys are the same
👍 2