Hi Everyone,
I am using the PushPublishMap.txt file to stream live channels to all my Wowza servers. I have my “own” CDN network.
my question is related to adding the file list.
I have for example 100 life channels to my file looks like the following:
live1.stream={profile:“rtmp”, host:“my.destination.wowza”, application:“live”}
live2.stream={profile:“rtmp”, host:“my.destination.wowza”, application:“live”}
live3.stream={profile:“rtmp”, host:“my.destination.wowza”, application:“live”}
.
.
.
live99.stream={profile:“rtmp”, host:“my.destination.wowza”, application:“live”}
live100.stream={profile:“rtmp”, host:“my.destination.wowza”, application:“live”}
I would to be able to stream all of my channels to all my Wowza without the need to edit PushPublishMap.txt on each Wowza server.
I have notices in some form that using “*” should do the Job, i.e.
*={profile:“rtmp”, host:“my.destination.wowza”, application:“live”}
Neverthelss that solution doesn’t work at all. nothing is streamed out. the asterisk sign doesn’t include my “incoming” mpeg-ts(udp) channles.
please advice if that can be done.
I will help me a lot not having to edit each time the file for each wowza server.
/Einav