| java.lang.Object com.db.media.rtp.VideoChatRTP
VideoChatRTP | public class VideoChatRTP implements ControllerListener(Code) | | A RTP over UDP player which will receive RTP UDP packets and stream
them to the JMF RTP Player or (RTPSM) which is not aware of the
underlying network/transport protocol. This sample uses the
interfaces defined in javax.media.rtp.RTPSocket and its related classes.
|
Inner Class :public class UDPHandler extends Thread implements PushSourceStream,OutputDataStream | |
address | String address(Code) | | RTP Session address, multicast, unicast or broadcast address
|
media | String media(Code) | | en
Media Type i.e. one of audio or video
|
playerWindow | PlayerWindow playerWindow(Code) | | |
port | int port(Code) | | RTP Session port
|
rtcpsource | RTPPushDataSource rtcpsource(Code) | | |
rtpsocket | RTPSocket rtpsocket(Code) | | |
VideoChatRTP | public VideoChatRTP(String address, int port)(Code) | | |
controllerUpdate | public synchronized void controllerUpdate(ControllerEvent ce)(Code) | | |
|
|