RTPBroadcast Class Reference

[ARTS Index] [ARTS Heirarchy]


Abstract base class for UDP RTP subnet broadcast. More...

#include <rtp.h>

Inherits: UDPSocket, RTPSendThread

Public Members


Detailed Description

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.


RTPBroadcast(BroadcastAddress &bind, short port, int pri, unsigned long session)

Create and bind an RTP socket to an internet interface address and known port number for the purpose of subnet broadcasting with RTP.

Parameters:
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.

  • Author: David Sugar <dyfet@ostel.com>.
  • Documentation generated by dyfet@centauri.sys on Tue Jun 29 23:36:17 EDT 1999
Kdoc