zacbre / dsbridge

Automatically exported from code.google.com/p/dsbridge
1 stars 0 forks source link

spotify port forwarding problem #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install spotify
2. put DLLs and lame_enc in spotify folder
3. port foward via router

What is the expected output? What do you see instead?
being able to stream spotify to an external ip address. currently i cant stream 
to a device off my network but it is working on devices on the network by going 
to http://myip:8124/ but not localhost:8124. I set up a port foward on a bt 
home hub 2.0 of 8124 on the pc i have spotify installed and disabled all 
firewalls(including router)but still couldnt get it to stream. any 
solutions/advice? 

What version of the product are you using? On what operating system?
20090727, windows 7 home premium 64bit

Original issue reported on code.google.com by c.ryan...@gmail.com on 10 Feb 2011 at 7:59

GoogleCodeExporter commented 8 years ago
Are you trying to access the stream via the internet? If so, are you getting 
your IP address (the myip in your URL) from the router or your PC?

The localhost URL is currently hard-wired in the software for simplicity... 
using http://localhost:8124 will not do what you want for most things (it will 
only allow you to stream to the machine with spotify on it) 

Original comment by stevengb...@gmail.com on 14 Feb 2011 at 1:07