Hi,
I use Include client IP address in hash generation for playback security.
Everything seem fine, but If client access with Ipv6 , stream not working.
Hi,
I use Include client IP address in hash generation for playback security.
Everything seem fine, but If client access with Ipv6 , stream not working.
$viewer_ip= $_SERVER[‘REMOTE_ADDR’];
// if viewer ip is Ipv4 , stream link working well, but when user is Ipv6 stream link not working
You can use either IPv4 or IPv6 but you cannot use both. In your case you must disable IPv4 for IPv6 to work. The article below provides additional information.
https://www.wowza.com/docs/how-to-use-ipv6-networking-in-wowza-media-server-software
From the article:
-Djava.net.preferIPv4Stack=false
eg : when I access my stream with Ipv4 :
but with Ipv6 ( eg I use japan proxy - eg 45.32.63.123)
stream link not working
my wowza engine is on centos and Do I need to install java on that server ?
Wowza Streaming Engine is built on Java and installs Java. More information on Java can be found in our article below.
https://www.wowza.com/docs/manually-install-and-troubleshoot-java-on-wowza-streaming-engine
Problem fix :
I use cloudflare for my website , Now I add IP4 header and problem fix .