Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 454 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 454 Bytes

GroupPlay

Uses http server and socket server to synchronously play songs to several devices connected in the same network.

Pre-requisites

PyQt-4
python-vlc

Instructions

  • Lists all mp3 files available in current directory.

  • Run main.py in python/Code directory!

  • Connect the client programs after initiating the server.

  • Server IP must be specified to the clients running in different system.

  • Android app works as client.