Hi all, i'm configuring a teradek vidiu with MonaServer in windows 10. I have downloaded the binaries in the monaserver site (MonaServer_1.1_Win32), In monaserver.ini i have this configuration:
;MonaServer.ini
socketBufferSize = 114688
[RTMFP]
port = 1985
keepAlivePeer = 10
keepAliveServer = 15
[logs]
name=log
directory=C:/MonaServer/logs
[HTTP]
port=8081
[RTMP]
port = 1935
And i have created a subfolder in www with a folder named "live", and in the manual config in the teradek i have this config:
RTMP Server URL:
Stream:
test
When i execute "MonaServer.exe" it says the following:
Mona/Protocols.h[102] RTMFP server started on
0.0.0.0:1985 (UDP)
Mona/Protocols.h[102] RTMP server started on
0.0.0.0:1935 (TCP)
Mona/Protocols.h[102] HTTP server started on
0.0.0.0:8081 (TCP)
Mona/Protocols.h[102] RTSP server started on
0.0.0.0:554 (TCP)
So, when i start the stream in the teradek that is in the same network, in the MonaServer.exe screen says:
Mona/Protocols.h[102] RTMFP server started on
0.0.0.0:1985 (UDP)
sources\FlashMainStream.cpp[73] Client RTMP not compatible with AMF3, few complex object can be not supported
sources\Server.cpp[144] 1 clients
sources\Server.cpp[144] 0 clients
I don't know what to do now, CAN YOU PLEASE HELP ME?