Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to develop a music streaming website using PHP [closed]

Tags:

php

web

audio

I am about to start a Music Streaming website. I want to provide users to play songs online. So how to start

  1. Where should i store all the music files for faster streaming
  2. How to play audio songs on my website
  3. For playing a audio file is there any other PROTOCOL to follow ?
  4. Is there any frameworks are there ?

Please guide me

Thank You

like image 283
KillerFish Avatar asked Feb 11 '11 04:02

KillerFish


Video Answer


1 Answers

  1. Look to store the files on Amazon S3. It's by far your most cost effective option. http://aws.amazon.com/s3/
  2. Use flash http://wpaudioplayer.com/ or html5 audio tag http://www.w3schools.com/HTML/html5_audio.asp
  3. Just use http.
  4. See #1 and #2
like image 61
jmathai Avatar answered Sep 21 '22 18:09

jmathai