Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Want to do live streaming with Wawza urls #4

Open
Jan31 opened this issue Dec 23, 2016 · 1 comment
Open

Want to do live streaming with Wawza urls #4

Jan31 opened this issue Dec 23, 2016 · 1 comment

Comments

@Jan31
Copy link

Jan31 commented Dec 23, 2016

I want to play wawza urls rtmp/rtsp or http://asx.xcj/aon.mp3/manifest.mpd file format. can I play using your code? Please suggest

@echessa
Copy link
Member

echessa commented Dec 24, 2016

Hi @Jan31 I had never heard of the mpd (MPEG-DASH) format before. Anyway, I searched around and it seems like the Android MediaPlayer library doesn't support mpd. I found the following links that might be useful to you:

  1. MediaPlayer-Extended this is a library that builds up from Android's MediaPlayer. It has added mpeg-dash playback. There's a demo app created with the library on the Play store that you can check out. The first screenshot of the app shows an option of opening a DASH MPD file from disk or from a URL.

  2. Check out this post on StackOverflow. There's a few mentions of Wowza MPD playback.

  3. MultimediaForAndroid this is another library that supports MPEG-DASH playback. It was created by Sony. Here's a blog post that discusses the library.

I hope that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants