audio broadcasting

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hariomtechnologies
Forum Newbie
Posts: 1
Joined: Wed Dec 09, 2009 12:18 pm

audio broadcasting

Post by hariomtechnologies »

Hi ,

I want to start audio broadcasting from my website , how should i do this ,

i want to start a service like ustream or livestream but only for one of my shows on my website .

I am not getting how to start on this topic .

I am php developer so i can write the code but i am not getting how to start on this topic .

Please help .
incubi
Forum Contributor
Posts: 119
Joined: Mon Dec 07, 2009 1:47 pm

Re: audio broadcasting

Post by incubi »

If you're talking about a php based streaming server that's a major undertaking
with all the security needed. Also, there are a lot of free ones out there example,

http://www.icecast.org/
http://www.shoutcast.com/

For a client side app you could use flash if you need a custom app.

incubi
Post Reply