Wowza Community

SRT incomming stream problem

Hi all, i’ve some problems to connect srt stream source using Wowza Media Engine at latest version.
I’ve created stream file according documentation - put stream URL srt://xxx.xxx.xxx.xxx:xxxxx, at propoerties fill value at srtPassPhrase, connected stream (off course as MediaCaster type i choose srt) and I have still the same info “Waiting for Stream”.
At log file:
wowzastreamingengine_error.log file:
WARN server comment 2023-07-18 20:53:25 - - - – 598.319 - - - - - - - - Setting socket setting failed: 24 result: -1 for socket: 7520956
WARN server comment 2023-07-18 20:53:25 - - - – 598.319 - - - - - - - - Setting socket setting failed: 7 result: -1 for socket: 7520956

wowzastreamingengine_access.log file:
2023-07-18 20:56:10 CEST comment server INFO 200 - SRTListener bind failure on : xxx.xxx.xxx.xxx:xxxxx - - - 764.048 - - - - - - - - - - - - - - - - - - - - - - - - -
2023-07-18 20:56:10 CEST comment server INFO 200 - SRTListener listen attempt failed: SRTListener [localPort=xxxxx, localIpAddress=xxx.xxx.xxx.xxx, isListening=false, srtNativeSession=140271216029904, srtSocketReference=7520956, sessionContext=TEST/definst:DT1.stream, bound=false, state=1] - - - 764.048 - - - - - - - - - - - - - - - - - - - - - - - - -
2023-07-18 20:56:10 CEST comment server INFO 200 - LiveMediaSRTReceiver Connect failure. [TEST/definst:DT1.stream] Socket State: 0 - - - 764.049 - - - - - - - - - - - - - - - - - - - - - - - - -
2023-07-18 20:56:11 CEST comment server INFO 200 - LiveMediaSRTReceiver.doWatchdog[srt://xxx.xxx.xxx.xxx:xxxxx]: reset reason: 4 - - - 764.242 - - - - - - - - - - - - - - - - - - - - - - - - -

Source is working correctly, i can connect via VLC.

Wowza is working at OpenSUSE operating system without any running firewall.

Can someone know what is going on with my problem, where should i configure something or what should i change?

Hi,
…and what do you mean when you write:
stream URL srt://xxx.xxx.xxx.xxx:xxxxx
you should specify something like this:
srt://0.0.0.0:9999
Where 9999 is the port number to which SRT is sent to your wowza.
Let us know if it helped.

HI, thank You for reply, i had to mask ip address of source because is public ip address of one our broadcaster.
For test i instaled new instance of Wowza at Windows OS, but results was excacly the same.

One more time:
SRT is sent to the IP address of the wowza (your), to a specific port -example: 9999.
now, you add a new stream -example: srt.stream and in it you give srt://0.0.0.0:9999
you hook up srt.stream as SRT
that’s it

yet another way:
on what port does the client transmit the SRT stream??srt_stream

Did it help?
Thank you.