Hi i am developing live video stream in android with wowza media server. I follow this link http://spydroid-ipcamera.googlecode.com/svn/ . I created all the things. Now my problem is i got an error in GenericAudioStream.java class as
import android.net.rtp.AudioCodec;
import android.net.rtp.AudioGroup;
import android.net.rtp.AudioStream;
import android.net.rtp.RtpStream;
The import android.net.rtp cannot be resolved. How can i resolved it? Can anybody help me to solve this problem? Thanks in advance.