Abstract base class for UDP RTP subnet broadcast. More...
#include <rtp.h>
Inherits: RTPSocket, RTSSendThread
This abstract class implements the basic support needed for a RTP broadcast session using UDP packets. Broadcasts are uni-directional and can be used to flood a subnet with real-time streaming. There should also be a RTPMulticast added soon.
Create and bind an RTP socket to an internet interface address and known port number for the purpose of subnet broadcasting with 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. |
Update the time stamp for the next sent packet from the service thread.
| number | of samples to increment by. |
Write data from the service thread to the RTP socket.
| address | buffer to write. |
| len | of bytes to write in addition to the header. |
| Kdoc |