Question: This is the basic program requirement That three .py files will remain what it looks like and don't need to add new code. VideoStream.py, Servery.py,ClientLauncher.py
This is the basic program requirement
That three .py files will remain what it looks like and don't need to add new code.
VideoStream.py, Servery.py,ClientLauncher.py
And those three .py files are the files that I need help with.
The ServerWorker.py RtpPacket.py and the Client.py
You can find those code in the link below:
https://github.com/monawade0507/Networks2-Assignment6
The problem is once I run the program based on the requirement. It will say

I would be really thankful if you could help me out with the details. I am really confused about this assignment. And please don't copy other answers to here.
: /Templates/VideostreamingCode \$ python3 Server.py server_port [Usage: Server.py Server_port] Traceback (most recent call last): File "/home/Belontiidae/Templates/VideoStreamingCode/Server.py", line 23, in (Server()). main() File "/home/Belontiidae/Templates/VideoStreamingCode/Server.py", line 13, in m ain rtspSocket.bind(("', SERVER_PORT)) UnboundLocalError: local variable 'SERVER_PORT' referenced before assignment
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
