Cloud Based Media Streamer

Slides:



Advertisements
Similar presentations
W3C Web & TV Workshop 2014 UPnP, W3C and TV W3C Web & TV Workshop March 2014.
Advertisements

Prime’ Senior Project. Presentation Outline What is Our Project? Problem Definition What does our system do? How does the system work? Implementation.
Andy Page MScott Walters Trisha Denesevich.
LYU0002 Wireless Cyber Campus Supervisor: Prof. LYU, Rung Tsong Michael Marker: Prof. CAI, Leizhen Students:Jang Kim Fung, Harvest Tang Ho Man, Sunny.
Windows Azure Conference 2014 Building Media Solutions with Windows Azure Media Services.
Introduction to Model-View-Controller (MVC) Web Programming with TurboGears Leif Oppermann,
Presentation Outline  Project Aims  Introduction of Digital Video Library  Introduction of Our Work  Considerations and Approach  Design and Implementation.
VCT May 20, 2009 Sapna Blesson Advisor: Dr.Christopher Pollett.
Architecture & Data Management of XML-Based Digital Video Library System Jacky C.K. Ma Michael R. Lyu.
CS 290C: Formal Models for Web Software Lecture 1: Introduction Instructor: Tevfik Bultan.
FYP0002 Wireless Cyber Campus Supervisor: Prof. Michael R. Lyu Student:Jang Kim Fung Tang Ho Man.
Austyn Krutsinger & Iain Smith. Program Overview  Who is this for?  What does it do?  Key points  Remove the need for paper records  Save all information.
Picture Users Making Art Chat An interactive communication tool.
The World of Web Development Cindy Royal, Ph.D Associate Professor Texas State University School of Journalism and Mass Communication
INTRO TO MAKING A WEBSITE Mark Zhang.  HTML  CSS  Javascript  PHP  MySQL  …That’s a lot of stuff!
| Basel Discovering Windows Azure Mobile Services and Media Services Ken Casada
 Video and Audio Files can be played online just by selecting them  Video are flash files and will not work with Quicktime (Apple) or Windows Media.
JMU Online Video Collection Background and Technical Processes for the VIVA Multimedia Collections Task Force Jeff Clark, Grover Saunders James Madison.
Microsoft, Linux and the Open Source Community Mark Gayler, Senior Technical Evangelist, Microsoft Open Technologies, Inc.
Global MP3 Presented by the Chatterbox Group. Overview GlobalMP3 – developing a portable MP3 radio service Streaming MP3’s to clients – basically speakers.
CHAPTER 18 INTEGRATING AUDIO AND VIDEO. LEARNING OBJECTIVES How the HTML 5 and tag pair can be used to include a video file within a webpage How video.
The digital revolutionThe cloud revolution vs Extensible multi-tenant Media Services platform on Windows Azure The best of Microsoft Media Platform Components.
Project 1 Online multi-user video monitoring system.
Unified Cloud Storage Group 9 Navneet Joshi Apoorva Gupta Gurinder Pal Singh.
Interface & navigation (How to build a simple presentation interface) Flash ActionScript Introduction to Thomas Lövgren
MULTIMEDIA TUTORIAL FOR BLACKBOARD USING E-BOOK TECHNOLOGY SIRISH BATHINA WILLIAM HINDERMAN MONICA CZARNY.
Lecture 19 Web Application Frameworks Boriana Koleva Room: C54
Introduction to Apache Hadoop Zibo Wang. Introduction  What is Apache Hadoop?  Apache Hadoop is a software framework which provides open source libraries.
Dot Net FM Chris Zamanillo Ana Rodriguez Allen Lee Peter Singh Allen Vega Robert Lyn Software and Object Design.
Digital Filing A Simple Way to Digitally Centralize and Distribute Documents.
A Genealogy System for the Web Matthew A. Page November 20, 2002.
 What is Windows Azure Media Services  Architecture and Features  SDK and REST API.
Flash for CFers An Introduction to Rich Internet Application Development.
Unified Cloud Storage Navneet Joshi, Apoorva Gupta, Gurinder Pal Singh Today there are a number of cloud storage services (Dropbox, Google drive, Box).
Inserting Flash Videos SharePoint 2007 By Joseph Risi.
Subtitles Using YouTube to subtitle your videos. Opening Creator Studio.
The Internet of Things with Live Data Cloud by Open Automation Software.
Keenan Adamson Supervisor: Dr Bill Tucker.
Web Technologies Lecture 8 Server side web. Client Side vs. Server Side Web Client-side code executes on the end-user's computer, usually within a web.
Stream Spider Distributed Music Streaming Service with Sliced Music Files from Different Originating Hosts Justin Steffy and Michael D. Elder.
Demo: Bitstream/Baseband capturing system KDDI R&D Laboratories Inc.
 An essential supporting structure of any thing  A Software Framework  Has layered structure ▪ What kind of functions and how they interrelate  Has.
University of Audiovisualand Online AV media the U of A Library Jacob Powell, Media Librarian, University of Auckland Library
MOIP – Music Over IP Bandwidth Considerations and Design Improvements Keo Malope Computer Engineering with Software Specialization.
FLASH, VIDEO & AUDIO How to add Flash movies into your site How to add video and audio to your site HTML5 and elements.
Storing digital assets on Grid/EGI FedCloud with gLibrary Giuseppe La Rocca, INFN DARIAH ERIC.
Video 2 Subject:T0934 / Multimedia Programming Foundation Session:11 Tahun:2009 Versi:1/0.
The Jukebox is a.NET web application that plays streaming music files to it’s clients according to their favorites musical genres. Clients can rate the.
Distributed Storage Middleware To build a distributed web storage service for small files; To provides RESTFUL interface to access files and directories.
ETERE A Cloud Archive System. Cloud Goals Create a distributed repository of AV content Allows distributed users to access.
About Dreamwares Dreamwares is a web & mobile application development company specializing in Cloud Computing and has built powerful applications on Amazon.
Fault – Tolerant Distributed Multimedia Streaming Web Application By Nirvan Sagar – Srishti Ganjoo – Syed Shahbaaz Safir
Prodi Teknik Informatika , Fakultas Imu Komputer
P2P Digital TV Recorder Supervisor: Professor Michael R. Lyu
Dynamic Adaptive Streaming over HTTP
Project Create a DASH-compliant (Dynamic Adaptive Streaming over HTTP) live streaming system.
Technologies and Tools
 itunes is a kind of media player, media library and a online radio broadcaster and it is developed by the Apple inc.  Through the itunes user can.
CS5220 Advanced Topics in Web Programming Course Overview
9/19/2018 8:20 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Multimedia Database Virginia Polytechnic Institute and State University Blacksburg, VA CS 4624 Multimedia, Hypertext and Information Access Client.
Live Lecture “Improving our nation’s education, one Stepp at a time.”
An Introduction to Cloud Computing
Michael LeGore Thomas Jefferson High School for Science and Technology
By Akeem Jenkins Weijia Wang
Android App Development Course
Building Serverless Enterprise Applications
Performance and Scalability Issues of Multimedia Digital Library
CS5220 Advanced Topics in Web Programming Course Overview
CS122B: Projects in Databases and Web Applications Winter 2019
Presentation transcript:

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" Limit storage and file size Handling different file formats VLC Conversion among formats Bandwidth restrictions Privacy Sharing among users, if implemented Possible extension: video streaming