changeset 830 | c8b4ace735ea |
parent 823 | 2036ebfaccda |
child 834 | e8d6255306f8 |
829:f703b3e14f9a | 830:c8b4ace735ea |
---|---|
42 public class RtpStreamSender extends Thread{ |
42 public class RtpStreamSender extends Thread{ |
43 |
43 |
44 private static final boolean DEBUG = true; |
44 private static final boolean DEBUG = true; |
45 |
45 |
46 /** The RtpSocket */ |
46 /** The RtpSocket */ |
47 //private RtpSocket rtp_socket = null; |
|
48 private RTPSession rtpSession = null; |
47 private RTPSession rtpSession = null; |
49 |
48 |
50 /** Codec */ |
49 /** Codec */ |
51 private Codec codec; |
50 private Codec codec; |
52 |
51 |