Flutter WebRTC 摄像头
一款用于 iPhone/Android/Mac 的应用程序,可以让您通过 WiFi 将智能手机(iOS/Android)摄像头用作网络摄像头。首先构建并运行 Mac 应用程序,然后构建 iPhone 和 Android 应用程序并在同一 WiFi 网络上运行,它会自动找到摄像头并按所示连接。
It is an app for iPhone/Android/Mac that allows you to use a smartphone (iOS/Android) camera like a webcam through WiFi. Build and run the Mac app first, then build the iPhone and Android apps and run on the same WiFi network, the camera is automatically found and connected as shown.
发现
摄像头使用基于 Zeroconf 的包 bonsoir,当应用程序在本地网络上运行时会自动连接。
The camera connects automatically when the app is launched on the local network using bonsoir, a package based on Zeroconf.
WebRTC & SocketIO
主机和智能手机的视频通信基于 WebRTC 技术进行连接。使用找到的设备的 IP 地址执行 Socket 通信,以发送和接收 WebRTC 连接所需的数据。
Host and smartphone video communication are connected based on WebRTC technology. Socket communication is performed using the IP of the found device to send and receive data necessary for WebRTC connection.
联系方式
http://practical.kr/?p=521[http://practical.kr/?p=521]
