Skip to content

Final for CPS 344 - Computer Networking at Franklin & Marshall College

Notifications You must be signed in to change notification settings

jgriel/music_streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Music Streaming

Required dependency:

  • pyaudio
sudo apt install python3-pyaudio

Run server using:

python3 server.py

Run client using:

python3 <song_title> <# of threads>

Expected file structure for storing music is:

  • "data/<song_title>.wav"

NOTE: Ensure hosts in both client.py and server.py match to successfully make connection

Releases

No releases published

Packages

No packages published

Languages