Closed lxlenovostar closed 7 years ago
Hi,
Can you try with last version of librtmfp? Which version of MonaServer are you stressing? Can you send us your results? It could be interesting.
Thanks
Hi, I downloaded the latest version of the source code, but BUG still exists, the error information as follows:
RTMFPSession.cpp[758] Peer ID :
d160dc2c7fa925d7713a5589d126e6738eeab79017eff1082a72e0a2e94447d4
RTMFPSession.cpp[786] RTMFPSession is now connected to 123.103.16.146
Main.cpp[70] Status Event 'NetConnection.Connect.Success' : Connection succeeded
RTMFPSession.cpp[620] Sending peer info (port : 36203 - port ipv6 : 55479)
Invoker.cpp[153] Deleting connection 50...
Invoker.cpp[241] Invoker, bad_function_call
Invoker.cpp[153] Deleting connection 1...
Invoker.cpp[153] Deleting connection 51...
Invoker.cpp[145] Connection at index 51 as already been removed
Invoker.cpp[145] Connection at index 1 as already been removed
Segmentation fault (core dumped)
I only use Static compilation, and use Main.cpp in "librtmfp-master/TestClient". I will send your Makefile and Main.cpp by Gmail. Thank you for your help.
Hi, The rtmfp server is: OpenRTMFP, not MonaServer.
Hi all. In the newest librtmfp, Segmentation fault is gone.
I'm stressing the rtmfp server by librtmfp. the main codes is:
The running result is:
I use gdb to debug it. ###################################################### gdb -c core.7015 ./TestClient ######################################################
Hope you can reply