• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. J

    Apps Multicast Receive

    I have been writing a RTSP streaming app in eclipse for android. Its a RTSP Streaming client. I am able to do the handshaking i.e am able to receive responses for DESCRIBE, SETUP, PLAY commands. I am receiving the data in multicast mode. The problem is that I am unable to receive the...
  2. J

    RTSP Streaming

    I am trying to receive the RTSP H.264 stream on Android device using a sdp file. I am using MediaPlayer to do this. Just made changes to MediaPlayerDemo_Video sample by setting a RTSP URL. The media prepared event is received, surfacechanged event is also received, but an error is received...