All,
Is there a way to have the base URL for the m3u8 playlist use something other than the Wowza Server’s IP address? So now it is like
http://<IP_OF_Wowza>/live/prog_index.m3u8?wowzasession…
File:
media_10.ts?wowzasession…
I would like it now to be
http://<SOME_OTHER_FQDN>/live/prog_index.m3u8?wowzasession…
File:
media_10.ts?wowzasession…
Then the media segment file request would be
http://<SOME_OTHER_FQDN>/live/media_10.ts?wowzasession…
Is this possible?
Jim