server with video stream

1. Your task is to fill in missing blocks in files I attached in this forum. You don’t need to complete any optional exercise.

2. I will run your program only with python3.7. I won’t accept other versions this time. It makes grading difficult.

3. You will submit 8 files. (The ones I attached below except pdf file). You should include README.md.

In your README.md, include:

– Your name and your partner’s name.

You don’t need to include what commands to run. I will run below two commands for all submissions.

– server: python Server.py 1024

– client: python ClientLauncher.py 127.0.0.1 1024 1025 movie.Mjpeg

It is your work to make it run when I run above two commands. I will give you MINIMUM GRADE if above commands fail.

4. The assignment is divided into two parts: 1) Transitioning between states + Making requests to server (Client.py). 3) Creating RTP packet (RtpPacker.py).