I was surprised that a certain recognition server that I used for
testing, relies on two things:
1. The presence of RTCP messages between the client and the server.
2. Not only that, but they insist to receive an RTCP BYE at the end of
the RTP data. Otherwise, the recognition may fail.
To me this seems a misinterpretation of the standards.
Questions:
1. I believe that RTSP is optional. Is this true?
2. In case RTSP is present, I believe that RTSP BYE is optional.
Is RTSP implemented in UniMRP (with or without RTSP BYE)?
Thank you very much!
Hi Vlad,
On Fri, Jun 26, 2009 at 8:57 AM, Curatica <Cura...@gmail.com> wrote:
I was surprised that a certain recognition server that I used for
testing, relies on two things:
1. The presence of RTCP messages between the client and the server.
2. Not only that, but they insist to receive an RTCP BYE at the end of
the RTP data. Otherwise, the recognition may fail.
The role of RTCP is to monitor the quality of service.That's it. I'm not aware of any implementation which actually requires RTCP support from far end, at least it's not reasonable to me.
To me this seems a misinterpretation of the standards.
Questions:
1. I believe that RTSP is optional. Is this true?I believe you wanted to mention RTCP, but not RTSP here. RTCP is optional, while RTSP is required for v1.
2. In case RTSP is present, I believe that RTSP BYE is optional.RTSP BYE is required, while RTCP BYE is optional even if RTCP is present.
Is RTSP implemented in UniMRP (with or without RTSP BYE)?RTSP is implemented, while there is no support for RTCP yet.
Thank you very much!
Sorry, Arsen, obviously all my questions referred to RTCP, not to RTSP.So, I believe that you confirmed that:1. RTCP is optional in any implementation that uses RTP.
2. Furthermore, RTCP-BYE is optional when RTCP is used.
3. UniMRCP did not implement RTCP.