-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CVPixelBuffer to WebSocket #144
Comments
Hey, sending Data through websockets should work. Can you share your code so others can get more context of what you are trying to achieve? |
Hi again. Ok I am sharing my code. This is my capturer code. In the end of this code block as you can see I added FrameRenderer() class to localVideTrack.
FrameRenderer() class is like:
This socket is my example socket for testing. I am sending the data to joinRoom event. And my convert function:
This convert function not working correctly I guess. As I said my sole purpose is recording the meeting on server simultaneously. I am open any other advice to do it. Thanks. @stasel |
Hi everyone. I'm trying to send CVPixelBuffer to my websocket. But websocket has few data types for sending like "data, ping, pong, string". So when I try to convert that buffer data It returns empty. My goal is record the meeting in the server. At this point I could not send buffer data to my websocket. Can anyone help me? @stasel @kmadiar
The text was updated successfully, but these errors were encountered: