I am working on a simple website, which I will use for video streaming. The website is written in PHP and it contains a player - JW Player - which will show the streaming content. For streaming I am using Wowza Media Server 3. On my website, there will be two user interfaces - one for users and one for administrators. In the administrator interface, I need to implement google maps that will show the location based on IPv4 address of connected clients to my website. I know there is a possibility to get the clients IPv4 address through the Wowza Media Server console, which shows the statictics of the server. I think it is possible to get the IPv4 address from the Wowza's management console using PHP code, but the problem is - how to show the location based on IPv4 address on google maps? I don't know if there is already a solution for this, but if not, can you just give me some good advices, tips or suggestions how to realize this?
Asked
Active
Viewed 296 times
0
-
possible duplicate of [How do I create a webpage which shows the Geo location by the user IP address on Google map?](http://stackoverflow.com/questions/6161184/how-do-i-create-a-webpage-which-shows-the-geo-location-by-the-user-ip-address-on) – G.Mendes Jan 17 '14 at 12:20
-
So, you'll have to get a locations from the IP address, then display that location on the map. Do you have a means to get coordinates for the IP's already? – Cerbrus Jan 17 '14 at 12:21
-
possible duplicate of [Geo Location based on IP Address - PHP](http://stackoverflow.com/questions/7766978/geo-location-based-on-ip-address-php) – david strachan Jan 17 '14 at 12:28