robertosamayoa Posted February 3 Share Posted February 3 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 . 1 Link to comment Share on other sites More sharing options...
0 rahul7827 Posted February 3 Share Posted February 3 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 More sharing options...
Question
robertosamayoa
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 .
Link to comment
Share on other sites
Top Posters For This Question
1
1
Popular Days
Feb 3
2
Top Posters For This Question
rahul7827 1 post
robertosamayoa 1 post
Popular Days
Feb 3 2023
2 posts
Popular Posts
robertosamayoa
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,
1 answer to this question
Recommended Posts