Abstract base class for UDP RTP reception. More...
#include <rtp.h>
Inherits: RTPSocket, RTSRecvThread
This abstract class implements the basic support needed for a RTP packet reception using UDP packets. The receiver is uni-directional and can be used to receive real-time streaming broadcasts.
Create and bind an RTP receiver to an internet interface address and known port number for the purpose of receiving RTP.
pri | of service threads relative to parent. |
session | id for sending under. |
port | address to bind the service under. |
bind | address to bind this socket to. |
Read data from the service thread to the RTP socket.
seq | number of current packet. |
timestamp | of current packet. |
address | buffer to write. |
| Kdoc |