Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-30 | Try to fix printf warnings with uint64_t | Martin Lucina | |
2010-01-30 | Implement bandwidth estimation | Martin Lucina | |
Raw video streams require large amounts of bandwidth. For example a 640x480 RGB24 stream at 15 frames per second will consume around 100 Mbps. This code adds a bandwidth and fps display in the window title on the receiving side so that you can see the bandwidth requirements for the stream being sent. | |||
2010-01-29 | Add snide comment about cheap cameras | Martin Lucina | |
2010-01-29 | Change the inproc:// connection logic | Martin Lucina | |
An inproc:// endpoint must exist before we can connect to it. This change removes the silly sleep(1) hack to wait for the sender thread to come online and instead does the zmq_bind() in the main thread and the zmq_connect() in the sender thread. | |||
2010-01-29 | Initial commit | Martin Lucina | |