Hi,
Here is the architecture we use with Wowza :
Wowza Edge(liverepeater-edge-origin) ----> Wowza Origin(live-lowlatency) -> Personal Video Gateway Server -> IP Camera
Sometimes Wowza Edge make in loop and infinitely this :
…
…
…
2016-03-25 12:18:48,601 | INFO | Server | Mac=inconnu | SId=inconnu | Rec=inconnu | Sha=inconnu | onStreamCreate: 1
2016-03-25 12:19:00,880 | WARN | defaultVHost | LiveMediaStreamReceiver.doWatchdog: streamTimeout[LiveApplication/definst/cQWQadpTPdslwfMaT7CHoaaweqeq]: Resetting connection: wowzs://192.42.172.69:1935/LiveApplication/definst/cQWQadpTPdslwfMaT7CHoaaweqeq
2016-03-25 12:19:00,881 | INFO | defaultVHost | LiveMediaStreamReceiver.resetConnection: SSL:true url:wowzs://192.42.172.69:1935/LiveApplication/definst/cQWQadpTPdslwfMaT7CHoaaweqeq
2016-03-25 12:19:00,887 | INFO | Server | LiveMediaStreamReceiver.sessionClosed[LiveApplication/definst/cQWQadpTPdslwfMaT7CHoaaweqeq]
2016-03-25 12:19:00,887 | INFO | Server | LiveMediaStreamReceiver.sessionClosed[LiveApplication/definst/cQWQadpTPdslwfMaT7CHoaaweqeq]: reconnect: isCurrentSession:false tryConnect:true
…
…
…
The stream that Wowza Edge is trying to access on Wowza Live doesn’t exists anymore this is why it never succeeds to connect.
But why does Wowza Edge is resetting connection infinitely ? There is no client anymore that are asking streaming on Wowza Edge.
Is there something to do in java code to tell him to cancel this infinite reconnection or something to configure to set a maximum retry numbers before cancelling by himself ?
In advance, Thank you
Nicolas