Skip to content

choktn/Movie-Server

Repository files navigation

Movie Server

Description

This project involved implementing a video server and client that communicates using Real-Time Streaming Protocol and sends data using Real-time Transfer Protocol. The server and client are called using specfic parameters mentioned below.

How to run project

  1. Download the files from git
  2. To run the Server
    • Open a terminal window and change the directory to the folder downloaded
    • Type in terminal "python3.7 Server.py 1024" without the quotes
  3. To run the Client
    • Open another terminal window and change the directory to the folder downloaded
    • Type in terminal "python3.7 ClientLauncher.py 127.0.0.1 1024 1025 movie.Mjpeg" without the quotes while server is running

Pictures

Server.py

image

ClientLauncher.py

image

About

Video server and client using RTSP and RTP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages