WebRTC in React and WebScoket Server in Golang
TODO: ...
Sample Code
- Github : https://github.com/webrtc/samples/blob/gh-pages/src/content/peerconnection/constraints/js/main.js
- Page : https://webrtc.github.io/samples/
Constraints
- MediaTrackConstraints : https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackConstraints#constraindouble
- constraints : https://webrtc.github.io/samples/src/content/peerconnection/constraints/
Tools
Using The Chrome DevTools FPS meter
- F12 -> Control+Shift+P in Windows or Command+Shift+P in Mac -> Show frames per second (FPS) meter
- https://gilfink.medium.com/quick-tip-using-the-chrome-devtools-fps-meter-1bb400b63f7
Reference
- https://github.com/junaidrahim/webrtc-session
- https://www.youtube.com/watch?v=JTIm3ChI-6w
- https://github.com/pfertyk/webrtc-working-example
- https://github.com/gorilla/websocket/blob/master/examples/command/main.go
- https://webrtc.org/getting-started/peer-connections
- https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Signaling_and_video_calling
- https://medium.com/@jedy05097952/%E5%88%9D%E6%8E%A2-webrtc-%E6%89%8B%E6%8A%8A%E6%89%8B%E5%BB%BA%E7%AB%8B%E7%B7%9A%E4%B8%8A%E8%A6%96%E8%A8%8A-3-65e14b07cc87