You are on page 1of 4

Cloud Based Media Streamer

Michael Falcone, Jayson Na, Thomas Van Doren

CSE 403 - Winter 2011


Cloud Based Media Streamer

• Upload media libraries to a centralized cloud service


• Stream media to many authenticated clients
• Possible sharing among users
Architecture

• MySQL database
• Django framework (python)
• HTML5 with jQuery for UI
• Flash player for music playback

MySQL

ReSTful Service
Challenges

• Creating storage system "in the cloud"


o Limit storage and file size
• Handling different file formats
o VLC
o Conversion among formats
• Bandwidth restrictions
• Privacy
• Sharing among users, if implemented
• Possible extension: video streaming

You might also like