/parallel-video-streaming

A complete rewrite of the Networks project made in CS425.

Primary LanguagePython

Parallel Video Streaming

This is a message-passing based rewrite of my Networks project, which was based on a (rather complicated) multithreaded model. Refer the blog post for details.

Dependencies

  • pika
  • opencv

The current version is compatible with Python 2.7.15rc1.

Instructions

Start the entities in the sequence mentioned below -

  • rabbit-mq server
  • server.py
  • client.py

Relevant links