So why am I need my own ip by using get content? I want to use some tv channels which is m3u8 file and using m3u8?wmsAuthSign=code
wmsAuthSign code is changing everytime the page refresh it self and they are getting ip adrress inside of that code.
So i can't play the tv channel by my servers ip !
the code i gave down below is just an example :D
<?php
   $myURL = "https://whatismyipaddress.com/ip-lookup";
   $lines = file($myURL);
   echo $lines[145];
?>
Is there any way that i can change it to my one ip adresse?
 
     
    