A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: how to stream audio using php?

  1. #1
    Senior Member
    Join Date
    Apr 2004
    Location
    LA
    Posts
    349

    how to stream audio using php?

    I'm interested in setting up a site where I can put MP3 files on my server (outside the web root) and stream them to a flash application. I'm not talking about progressive download here. The basic idea is to let visitors hear a band's music without actually downloading or caching an mp3 or SWF which could be located as a file and saved or ripped.

    I have seen this awesome tutorial on streaming an flv and was wondering if anyone can recommend a PHP/AS3 solution which would let me do the same for audio.
    Write multiplayer games with FlashMOG 0.3.1
    Try the MyPlan Salary Calculator

  2. #2
    Registered User
    Join Date
    Nov 2009
    Posts
    1

    Flash Media Server

    You may want to check out Adobe's Flash Media server http://www.adobe.com/products/flashmediaserver/ OR Red5 http://osflash.org/red5. They both provide video and audio streaming through RTMP (Real Time Messaging Protocol). You can search for web hosting servers that already have Red5 installed. Red5 will be much cheaper than Flash Media Server, since it's open source. The video or audio files don't get cached onto the users system and it allows you to jump at any point in time of the playing content.

  3. #3
    Senior Member
    Join Date
    Apr 2004
    Location
    LA
    Posts
    349
    Thanks for your response.

    FMS is a thousand bucks. red5 is Java. Definitely looking for PHP options here if possible.
    Write multiplayer games with FlashMOG 0.3.1
    Try the MyPlan Salary Calculator

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center