So I have 2 Radio Feeds and 1 Video Podcast Feed. When the user clicks on the link on our website, it needs to stream the correct feed. The problem is, we need the feeds to actually go through our website IP address and not the actual direct radio feed. This is for monitoring they require one IP address.
This is for a website on our server. So there are 3 links. Link1 is Radio Channel 1. Link2 is Radio Channel 2. And Link 3 is the video podcast.
The provider requires us to pass everything through 1 IP address. So the server needs to somehow intercept and make a connection and return everything through a tunnel.
Any suggestions are welcome.