src/jlibrtp/RTPSession.java
changeset 826 8649e502be0e
parent 823 2036ebfaccda
equal deleted inserted replaced
825:b87f8688118c 826:8649e502be0e
   558 
   558 
   559 			// Actually send the packet
   559 			// Actually send the packet
   560 			try {
   560 			try {
   561 				
   561 				
   562 				rtpSock.send(packet);
   562 				rtpSock.send(packet);
   563 				Log.d("RTP", "packet");
   563 				//Log.d("RTP", "packet");
   564 				// Debug
   564 				// Debug
   565 				if (this.debugAppIntf != null) {
   565 				if (this.debugAppIntf != null) {
   566 					this.debugAppIntf
   566 					this.debugAppIntf
   567 					.packetSent(
   567 					.packetSent(
   568 							0,
   568 							0,