Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
/ streaming_calc Public archive

Bandwidth calculation for streaming server

License

Notifications You must be signed in to change notification settings

sycured/streaming_calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streaming_calc

Bandwidth calculation for streaming server

Quality Gate Status Code Smells

Usage

Determine necessary server bandwidth

./streaming_calc.py bwserver nblisteners bitrate

./streaming_calc.py bwserver 250 64

Output

Number of listeners : 250
Bitrate (kb/s) : 64
Server bandwidth (Mib/s) : 15625.0

Determine the amount of data used for the streaming

./streaming_calc.py usagebw nblisteners bitrate nbdays nbhours

./streaming_calc.py usagebw 250 64 1 24

Output

Number of listeners : 250
Bitrate (kb/s) : 64
Number of days : 1
Number of hours by days : 24
Bandwidth used (GiB) : 164794.921875

About

Bandwidth calculation for streaming server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages