Replies: 1 comment
-
|
What is wrong with WebRTC? WebSockets were not made to transfer videos |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to send live video for a video chat app, I cannot use webRTC as it is not scalable enough for my needs. But socket.io seems too slow with my current implementation in which I send images from the webcam. Any suggestions to quickly send webcam frames with socket.io at a reasonable fps? (right now I can only manage 1fps)
Beta Was this translation helpful? Give feedback.
All reactions