changeset 832 | e7fb2538ac5c |
parent 830 | c8b4ace735ea |
child 834 | e8d6255306f8 |
831:af3a788344f9 | 832:e7fb2538ac5c |
---|---|
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 |