Hi, I'm using start_recording() function of nathelper module. I use "-R" option in rtpproxy daemon in order not to record RTCP. start_recording() is called in route and onreply_route.
After the call ends I see the following files in the recording directory: 283K 2009-07-06 13:41 [email protected]=38a3b929-co1782-ins001;1.a.rtp 275K 2009-07-06 13:41 [email protected]=38a3b929-co1782-ins001;1.o.rtp 0 2009-07-06 13:41 [email protected]=38a3b929-co1782-ins001;2.a.rtp 0 2009-07-06 13:41 [email protected]=38a3b929-co1782-ins001;2.o.rtp Some questions: - "1.a.rtp" is one direction and "1.o.rtp" the other, right? - What are the last two files? In this case they are 0 length, but in longer calls the are some bytes length. PS: Is there any way to start the recording when 200 OK arrives (so early media is not recorded)? I cannot imagine how to do it since "start_recording()" must be called in the INVITE request (and also in the response). Thanks a lot. -- Iñaki Baz Castillo <[email protected]> _______________________________________________ Devel mailing list [email protected] http://lists.rtpproxy.org/mailman/listinfo/devel
