php extract m3u8 wmsAuthSign with the user's ip address not the server code example
Example 1: php get user ip
$ip = $_SERVER['REMOTE_ADDR'];
Example 2: php get ip address
$clientIPAddress=$_SERVER['REMOTE_ADDR'];
$ip = $_SERVER['REMOTE_ADDR'];
$clientIPAddress=$_SERVER['REMOTE_ADDR'];