- Home /
WebRTC Receive stream
Hi!
I develoз a video-chat client using webRTC unity package (com.unity.webrtc v2.0.2). I have the completed js client for browsers and I use it for p2p connection tests. I can share webcam video data from Unity and I see it in js client.
m_peerConnection.AddTrack (videoStreamTrack);
But I don't get how I can receive the video stream from the remote peer. Maybe I should try different WebRTC implementations?
Answer by thelghome · Jul 09, 2020 at 02:18 PM
You may check out FMETP STREAM. http://u3d.as/1uHj
A cross-platform Game View Streaming solution for iOS/Android/Mac/PC/WebGL/HTML/AR/VR/HoloLens..etc
It provides Video Chat demo in UDP & WebSocket. As long as your networking system supports byte streaming, it's compatible.
it's WebSocket and it's $$anonymous$$JPEG, so it;s pretty slow for modern standard.