I'd like to listen to online radio which runs on a port that is being blocked on our company's FW. (The radio changes its URL:port from time to time and I don't want to ask our admin to open another port each time this happens.)

I have my own server running outside that FW which I could use for this. If I could use Apache for such "stream forwarding" it would be great as it's running on that server already. I was thinking proxy or reverse proxy might be the answer, but I'm not sure they actually do what I need. Or is this some kind of tunneling?

link|improve this question

71% accept rate
feedback

2 Answers

up vote 1 down vote accepted

a discussion of using vlc to forward rtp streams is here: http://forum.videolan.org/viewtopic.php?f=4&t=60690

not sure you can do it with apache, but i doubt it.

link|improve this answer
better than nothing, thanks :) – Jaroslav Záruba Dec 16 '10 at 8:22
feedback

So, using the reverse proxy on Apache kinda works (this helped me a lot) but there are periodical short drop-outs in the audio stream, which is probably due the fact that this functionality is not supposed for streaming data. Setting ProxyReceiveBufferSize or ProxyIOBufferSize does not help.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.