Re: [Tutor] . http.server -- stuck at binding [windows8]

2013-08-20 Thread Shanmukha Surya Teja
Actually I am using the Simple HTTP Server class to implement it but instead of redirecting to a html file, I am redirecting it to a media file :P use google my friend...if ur still unable to do it, I'll post the code as a reply to that message On Mon, Aug 19, 2013 at 6:46 PM, Engineering wrote:

[Tutor] . http.server -- stuck at binding [windows8]

2013-08-19 Thread Engineering
Since you are behind a router , ipconfig will only show the address of your machine which has been given by the router. Ipconfig cannot see beyond the router. If you work within your own LAN , the IP address of your machine is sufficient for the socket. If you want to access from outside , ther

Re: [Tutor] http.server -- stuck at binding [windows8]

2013-08-19 Thread Chris Down
Hello, On 2013-08-18 10:40, shanmukhat...@gmail.com wrote: > I am developing a simple http media streamer with the help of simple http > server of http.server and I have a problem in binding the server. I get the > “the address is not valid in it’s content error” and I KNOW that it can be > solved

[Tutor] http.server -- stuck at binding [windows8]

2013-08-19 Thread shanmukhateja
Hello, I am developing a simple http media streamer with the help of simple http server of http.server and I have a problem in binding the server. I get the “the address is not valid in it’s content error” and I KNOW that it can be solved by socket.INADDR_ANY but the problem is my rou