Wowza server ip adress to domain

Hello, we are broadcasting with wowza streaming engine, but we want to make m3u8 private, how can we do that? http://10.2.2.4:1935/a1/a1/playlist.m3u8

we want to change it like this

http://sitename.com:1935/a1/a1/playlist.m3u8

What do you mean by private here ? Care to elaborate a little ?

  1. If you want to secure it you ca use token authentication for playback
  2. What you have suggested is dns mapping (like a dns A record). This does not make the content secure / private.

http://10.4.20.2:1935/live/wowza/playlist.m3u8 to
http://sitename.com:1935/live/wowza/playlist.m3u8

i want to do like this i want my site to write name

[image]

I believe that is dns Record. If that is your public IP you need t create a DNS A mapping in your domain management panel to map the IP to the FQDN. See this https://support.dnsimple.com/articles/a-record/

In addition to what @Connessione is saying, which is 100% correct:

To go from ip address to a domain name, you would need dns. If it’s a private ip address, then you would need a private dns system on your local network.