How to MAP my Static IP (Numeric) to a URL
Posted: 11 Aug 2008 09:14
I have found out a link in VLC Documentation i.e
I'm using a static IP (e.g 123.123.32.23)
Suppose I use Port 8080 to stream in mp4 prococol. So when I watch this link from some another IP on some another system then it works like http://123.123.32.23:8080 . Yes I'm able to successfully play the client but here is where MY QUESTION COMES i.e if I want to use something like http://www.mydomainname.com/stream1:8080 then how to use it. Can anyone help me out in this? Basically I want to convert numeric values to easy remember url.
I'm using Windows 2003 to stream the VLC Player.
I have a web server installed on some another static ip and my domain name is hosted there. Can it helpful from any angle??
Code: Select all
vlc -vvv input_stream --sout '#standard{access=http,mux=ogg,url=server.example.org:8080}
Suppose I use Port 8080 to stream in mp4 prococol. So when I watch this link from some another IP on some another system then it works like http://123.123.32.23:8080 . Yes I'm able to successfully play the client but here is where MY QUESTION COMES i.e if I want to use something like http://www.mydomainname.com/stream1:8080 then how to use it. Can anyone help me out in this? Basically I want to convert numeric values to easy remember url.
I'm using Windows 2003 to stream the VLC Player.
I have a web server installed on some another static ip and my domain name is hosted there. Can it helpful from any angle??