Anyone know what this means?
the Port is´nt used by any other
Application.cpp[134] MonaServer v2.723
Application.cpp[136] Load configuration file MonaServer.ini
Protocols.h[82] RTMP server started on 0.0.0.0:1935
Protocols.h[91] Stream2(RTMP) server started on 0.0.0.0:1936
Protocols.h[82] SRT server started on 0.0.0.0:9710
Server.cpp[291] Stream server target srt://0.0.0.0:1234|TS loaded on publication test
MediaStream.cpp[82] Stream server target srt://0.0.0.0:1234|TS started
Server.cpp[291] Stream server target srt://0.0.0.0:1235|TS loaded on publication test2
MediaStream.cpp[82] Stream server target srt://0.0.0.0:1235|TS started
Protocol.cpp[51] SRT socket, Operation not supported: Cannot do this operation on a BOUND socket
Server.cpp[119] 1 clients
; [SRT(=true|false)] SRT server, disabled if Mona is not built with ENABLE_SRT
; Parameters also any SRT socket in mona even if server is disabled with [SRT=false]
[SRT=true]
; socket bind
port=9710
host=0.0.0.0
publicPort=9710
publicHost=127.0.0.1
; socket parameters, if not set use [net] parameters (see above in CATEGORIZED)
bufferSize=65536
recvBufferSize=65536
sendBufferSize=65536
; SRTO_TLPKTDROP, see https://github.com/Haivision/srt/blob/master/docs/API.md#options
pktdrop=true
; SRTO_PBKEYLEN, see https://github.com/Haivision/srt/blob/master/docs/API.md#options
encryption=0
; SRTO_PASSPHRASE, see https://github.com/Haivision/srt/blob/master/docs/API.md#options
passphrase=
streamid=test
; SRTO_RCVLATENCY, see https://github.com/Haivision/srt/blob/master/docs/API.md#options
latency=120
; SRTO_PEERLATENCY, see https://github.com/Haivision/srt/blob/master/docs/API.md#options
peerlatency=0
; SRTO_MSS, see https://github.com/Haivision/srt/blob/master/docs/API.md#options
mss=3000
; SRTO_OHEADBW, see https://github.com/Haivision/srt/blob/master/docs/API.md#options
overheadbw=25
; SRTO_MAXBW, see https://github.com/Haivision/srt/blob/master/docs/API.md#options
maxbw=1500000
Having this same SRT socket, Operation not supported: Cannot do this operation on a BOUND socket pop up in my console, it shouldn't affect anything when viewing SRT streams.
Anyone know what this means? the Port is´nt used by any other