Skip to content

jankupczyk/PYnema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PYnema

🎥 PYnema is a simple UDP server written in python, allows you to watch downloaded videos.

Feel free to download any video and put it in the movies folder!

Installation

Use the package manager pip to install PYnema.

Usage

BUFFOR_SIZE_DATA = 65507 - UDP max packet size to avoid this use TCP instead of UDP
host_ip_adress = '' - localhost by default(127.0.0.1
host_port = 1337 - free PORT
avg_tmt = socket.getdefaulttimeout() - avarage default timeout

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GNU

About

🎥 PYnema is a simple UDP server written in python, allows you to watch downloaded videos.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages