Heya, this is all kind of new to me so sorry if I've missed anything out.
I'm using OBS to stream to a windows build of MonaServer so that it can be picked up by a media player, in this case MPC but I've tried VLC also. Many months ago this worked fine, I'm not sure if it's because of updates to OBS or not.
MonaServer acknowledges the data from my OBS client, the old versions state:
sources\FlashMainStream.cpp[142] Method 'releaseStream' not found on application
sources\FlashMainStream.cpp[142] Method 'FCPublish' not found on application
sources\Server.cpp[138] 1 clients
sources\Publication.cpp[88] Publication live started
sources\Publication.cpp[240] Write live publication properties
Whilst the current version states:
Mona/Protocols.h[102] RTMFP server started on
0.0.0.0:1935 (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:80 (TCP)
Mona/Protocols.h[102] RTSP server started on
0.0.0.0:554 (TCP)
sources\FlashMainStream.cpp[160] Method 'releaseStream' not found on application
sources\FlashMainStream.cpp[160] Method 'FCPublish' not found on application
sources\Publication.cpp[87] Publication live started
sources\Publication.cpp[253] Write live publication properties
RTMP\RTMPSession.cpp[279] Sending ACK : 134488 bytes (_unackBytes: 134488)
sources\Server.cpp[144] 1 clients
RTMP\RTMPSession.cpp[279] Sending ACK : 268103 bytes (_unackBytes: 133615)
RTMP\RTMPSession.cpp[279] Sending ACK : 399478 bytes (_unackBytes: 131375)
RTMP\RTMPSession.cpp[279] Sending ACK : 533701 bytes (_unackBytes: 134223)
RTMP\RTMPSession.cpp[279] Sending ACK : 666237 bytes (_unackBytes: 132536)
RTMP\RTMPSession.cpp[279] Sending ACK : 800212 bytes (_unackBytes: 133975)
RTMP\RTMPSession.cpp[279] Sending ACK : 934051 bytes (_unackBytes: 133839)
Whenever my media player connects, MonaServer acknowledges it as a client but they do not receive any data. Previously it used to give a message about x264/AAC being sent to client but I can't get it to do that now.
Any ideas?
Thanks.