I’m having issue Stream Targets not sending to edege rmpt . Version wowza i’m using 4.8.0.
- PushPublishMap in aplications.
myStream={“entryName”:“myStream_from”, “profile”:“rtmp”, “debugPackets”:“true”, “debugLogChildren”:“true”, “streamName”:“myStream_to”, “enabled”:“true”, “application”:“edge-myStream”, “port”:“1936”, “debugLog”:“true”, “destinationName”:“rtmp”, “host”:“xx.xx.xx.xx”}
P/s:
-
Stream rmtp active in Incoming Streams.
-
Port ip host 1936 destination telnet well.
-
Logs access when enable myStream_from Stream Target .
2020-06-23 21:29:27 ICT comment server INFO 200 - ModulePushPublish.setEntryEnabled(myStream/definst) myStream_from enabled: true update: true - - - 966267.177 - - - - - - - - - - - - - - - - – - - - - - - -
2020-06-23 21:29:27 ICT comment server INFO 200 - ModulePushPublish.StreamWatcher.run(myStream/definst) checkForStreamChanges DISABLED-- - 966267.366 - - - - - - - - - - - - - - - - - - - – - - - -
2020-06-23 21:29:27 ICT comment server INFO 200 - ModulePushPublish.checkForEntryActions(myStream/definst) myStream_from : START – - 966267.366 - - - - - - - - - - - - - - - - - - - – - - - -
2020-06-23 21:29:27 ICT comment server INFO 200 - ModulePushPublish.loadMapFile(myStream/definst) loaded 1 entries from map file (/usr/local/WowzaStreamingEngine/conf/myStream/PushPublishMap.txt) - - - 966267.367 - - - - - - - - – - - - - - - - - - - - - - - -
2020-06-23 21:29:27 ICT comment server INFO 200 - REST API: PushPublishStreamAppConfig.enableAction: Entry (myStream_from) enabled successfully – - 966267.367 - - - - - - - - - - - - - - - - - - - – - - - -
Can anyone tell me what else to check. Thanks .