Live555 on Android

10,604

I think I found a sample code from github, it works for me.

Share:
10,604
Bolton
Author by

Bolton

Updated on June 04, 2022

Comments

  • Bolton
    Bolton almost 2 years

    I'm trying to get the RTSP video stream play in my Android App using the build-in Videoview/MediaPlayer, but there're always various problems on different ROMs or different network status(UDP packets blocked), it's really annoying so I want to implement my own rtsp client with the live555 source and GLES and ffmpeg. I can figure out how to use ffmpeg and GLES to show a video, but I'm not familiar with live555.

    Are there any compiled version of live555 on Android? or how could I do that myself?

    Thanks.

  • Alexander Kulyakhtin
    Alexander Kulyakhtin almost 12 years
    @Bolton could you, possibly, elaborate on how you made that code work? I've been struggling with no success so far.
  • user1969053
    user1969053 almost 11 years
    @Bolton have been using this same link....bt getting exception because jnix.Pipe missing from the jni folder...can u please hel me in this issue...
  • user1767754
    user1767754 over 9 years
    Hey Bolton, could you elaborate a bit more how you make it work?
  • Dr.jacky
    Dr.jacky over 8 years
    @Bolton Would you please explain a little more to how about using thi sample code?!
  • sgupta
    sgupta over 6 years
    Actually I am using live555 and am able to stream the video. In my case RTSP H264 video. Using Android MediaCodec to stream my packets to SurfaceView.the oly issue is after 3-4 hours, stop getting packets from live555 and need to restart the video