Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 434 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 434 Bytes

RTP_Media_Server

Computer Networks 2021 Fall term project

How to execute?

install required libraries

python -m pip install -r requirements.txt

run server

python test_server.py -a <server ip>
# e.g. python test_server.py -a 127.0.0.1

run client (in another terminal)

python main_client.py -a <server ip> -l <client ip> -n <file>
# e.g. python main_client.py -a 127.0.0.1 -l 192.168.137.111 -n movie5.mp4