Jump to content
  • 0

The current frame rate is too low. Please set the frame rate to 15 - 60 fps or viewers may experience a lower quality stream. from facebook


robertosamayoa
 Share

Question

 

I get these error from facebook when streaming with rtmp always, thanks to @rahul7827 i was able to fix, just adding Framerate to MediaConstraints.

var mediaConstraints = {
        video: true, frameRate:{max:60},
        audio : true
        

The current frame rate is too low. Please set the frame rate to 15 - 60 fps or viewers may experience a lower quality stream. from facebook .

  • Thanks 1
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0
5 hours ago, robertosamayoa said:

 

I get these error from facebook when streaming with rtmp always, thanks to @rahul7827 i was able to fix, just adding Framerate to MediaConstraints.

var mediaConstraints = {
        video: true, frameRate:{max:60},
        audio : true
        

The current frame rate is too low. Please set the frame rate to 15 - 60 fps or viewers may experience a lower quality stream. from facebook .

You are a champ @robertosamayoa. Keep exploring.

Link to comment
Share on other sites

 Share

×
×
  • Create New...