Is this possible? I have setup a MonaTiny instance (using TCP port 1949) with the respective application subfolders. When a single publication (in the same machine running MonaTiny) is being done, no issues occur, but if i try to do a second publication to MonaTiny while another publication is still running, this second RTMP stream can't be published. This appears on MonaTiny's log file:
19/06 15:35:46.0 ERROR 14792 FlashMainStream.cpp[150] Method client releaseStream not found in application /oldtw5
19/06 15:35:46.0 ERROR 14792 FlashMainStream.cpp[150] Method client FCPublish not found in application /oldtw5
19/06 15:35:46.0 NOTE 14792 MonaTiny.cpp[147] Client publish
19/06 15:35:46.0 INFO 14792 Publication.cpp[105] Publication started
19/06 15:35:46.0 WARN 14792 MPEG4.cpp[39] AAC configuration packet must have a minimum size of 2 bytes
19/06 15:35:46.9 INFO 14792 Server.cpp[128] 1 clients
19/06 16:25:49.4 ERROR 14792 FlashMainStream.cpp[150] Method client releaseStream not found in application /oldtw6
19/06 16:25:49.4 ERROR 14792 FlashMainStream.cpp[150] Method client FCPublish not found in application /oldtw6
19/06 16:25:49.4 ERROR 14792 ServerAPI.cpp[61] is already publishing
First RTMP stream: rtmp://localhost:1949/oldtw5
Second RTMP stream: rtmp://localhost:1949/oldtw6