AndroidFFmpeg
AndroidFFmpeg copied to clipboard
Can I use this library to play h264 over rtsp?
Hi, I am developing an Android app that streams between two devices. I need a MediaPlayer client that can play h264 over rtsp. I am trying vlc, but so far no luck due to some bugs. So is this a client that can be used in any other android project with support for rtsp?
Thanks.
You can, but probably better solution is https://github.com/google/ExoPlayer
It doesn't support rtsp, but thanks anyway.