How to continously stream audio over the web
I'm trying to make a web app that will continually stream audio in real time and can not be delayed (other than a few seconds). Ideally I would like to stream directly from my house, but I'm not sure how that would be done, and how others could listen to the stream by going to a url? Once I have the content streaming, I have no problem creating the web app to play the content.
Any help would be appreciated. Th开发者_StackOverflow社区anks!
Use vlc 0.8.4 to capture/load the audio in the vlc. configure the streaming. Register to a DNS server on the net, it is free. Open the port 8080 on your router (see portforwarding). Then on another computer outside your lan (outside your home) run VLC on this and type http://your dns server ip address:8080.
You will need to play with the video and audio setting on the vlc on the server side. the result is great
精彩评论