How to make audio and video streaming servers work?

Posted by Santosh Linkha on Programmers See other posts from Programmers or by Santosh Linkha
Published on 2011-01-14T06:07:46Z Indexed on 2014/08/23 10:35 UTC
Read the original article Hit count: 221

Filed under:
|
|

I am PHP MySQL developer and I am interested in the way television and radio are broadcasted over Internet live. I want to know how it works and and what are its requirements (which package of which programming language offers the best).

And please clarify me:

Websites are stored in servers. From my desktop, if I want to broadcast some video, then I need to connect to webserver (to upstream the video). Is there an application to do that (or do I have to code that or embed in my web application and which programming language would be suitable (does Python support that))? And I also need a script to handle the upstreamed video or audio (can I do that with PHP)?

© Programmers or respective owner

Related posts about server

Related posts about video