ZMQ Video Chat 1.0.1
License: Free File size: 1 bytes
Users Rating: 5.0/5 - 1 votes
Please wait ... Your download link is being verified for malicious content.
You'll be able to download in 5 seconds.
You'll be able to download in 5 seconds.
ABOUT ZMQ Video Chat
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.