I am trying to make way to broadcast live audio feeds in HTML 5 compatible means. I don’t want many advance features and all. But however I am looking for everything to be Open source. Can any one shed light into this. I am comfortable with python. Is it possible with python to get the audio from mic and broadcast it in HTML5 compatible format?
- How can I make HTML 5 Play live feeds?
- Is there any library or projects in python to broadcast audio?
- Is there a way I can control VLC player from python for the purpose?
My Target audience will be very less.
Use SHOUTcast/Icecast and one of the many encoders for those to encode and stream.
What you use on the player side is up to you, but you can do this with HTML5 or Flash. It’s just MP3 over HTTP.