Hi,
In PushPublishMap.txt, when I want to restream using a specific stream name like below, it works fine.
myStream={profile:“rtmp”, streamName:“myStream”, host:“my_host”, userName:“myUser”, password:“myPassword”}
But I want to restream for all live streams regardless of the stream name.
I tried to use it like below but it didn’t work.
*={profile:“rtmp”, streamName:“myStream”, host:“my_host”, userName:“myUser”, password:“myPassword”}
${SourceStreamName}={profile:“rtmp”, streamName:“myStream”, host:“my_host”, userName:“myUser”, password:“myPassword”}