关于ZMQ Video Chat
您可以随时随地在自己的各种设备上畅享数百万最新的 Android 应用、游戏、音乐、电影、电视节目、图书、杂志等精彩内容。
This Android app serves as a simple showcase application to demonstrate the use of ØMQ and Node.js to stream Video from one Android smartphone to another. The project uses ØMQ as the communication layer to send and receive video frames and chat messages in a publish-subscribe pattern. The messages are published to a server running a Node.js module which forwards the messages to all subscribers.
The application is completely open-source. The source code as well as a description of how to use the app and run the node.js server can be found at https://github.com/eggerdo/ZmqVideoChat
Note that this app has not been testes extensively and is sill in a beta state. However, feel free to use it as it is or improve on it.