Wowza Community

WebRTCDTLSServer.notifyAlertRaised: desc:internal_error(80) error

Hi,

i keep getting this error. is not specific so i wonder if i can get some directions!

WARN server comment 2020-02-12 08:12:08 - - - - - 55.628 - - - – - - - WebRTCDTLSServer.notifyAlertRaised: desc:internal_error(80): WARN server comment 2020-02-12 08:12:15 - - - - - 62.401 - - - – - - - WebRTCDTLSServer.notifyAlertRaised: desc:internal_error(80):

Hi Sebastiaan,

Thanks for reaching out on the Wowza Community Forum. The error is an internal error encountered while shutting down the stream. There is an imposed wait time to allow the stream to shutdown.

WebRTCDTLSServer.notifyAlertRaised: desc:internal_error(80):

This is likely occurring because the existing stream name is attempting to be published before the existing stream has properly shut down.

Are you by chance trying to to implement a Many-to-Many workflow? Per our WebRTC workflow documentation, WSE supports few-to-many. To accomplish this, each publisher will need to use their own stream name.

Based on the above are publisher’s using the same stream name for multiple publishing clients at the same time?