Skip to content

hieubexi/Video_Streaming_Appplication_HCMUT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Streaming Appplication

How to run

  • First, open new terminal as a server side
  • Enter command below
python Server.py <server_port>

<server_port> is a port to help Server create RTSP connecion. Standard for port is 554, but is this case, we need more large than 1024.

  • Now, open a second terminal as a client side
  • Enter command below
python ClientLauncher.py <server_host> <server_port> <rtp_port> <video_file>

<server_host> : your IP address
<server_port> : the port that you used in the server side
<rtp_port> : port to receive RTP packet (any integer number > 0 that you want)
<video_file> : name of video that you want to stream (in this assignment video_file is movie.Mjpeg)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages