Replies: 2 comments
-
Hi, This depends on backend stream framerate and also webrtc peerconnection. Best Regards, |
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks for the reply. The frame I observed on the server side is about 26 FPS. I am not sure how MediaDevices/getSupportedConstraints) helps. |
Beta Was this translation helpful? Give feedback.
-
I am using webrtc-streamer as a server to stream on the client side. Let's say the server has a video playing in a video player. I run the webrtc streamer default without changing anything using the simple command ./webrtc-streamer. On the client side, I open the browser and start streaming the video by clicking on the video player tab on the top. The streaming works; however, I have noticed that the video is streamed at <=30 FPS. My question is, how can I increase the FPS to 60 such that the server captures and sends video at 60 FPS?
Beta Was this translation helpful? Give feedback.
All reactions