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

How can I push the libdash into Android MediaPlayer(NuPlayer::Source)? #16

Open
guoanxiaodi opened this issue Jul 7, 2017 · 0 comments

Comments

@guoanxiaodi
Copy link

Dear friends,
1.As we know, NuPlayer has three sources: 1. HTTPLiveSource(HLS) 2.GenericSource(HTTP/fd)
3.RTSPSource
Now I want to push the libdash into Android Native Player: NuPlayer
2.I only know the simple libdash API function:
IDASHManager *manager = CreateDashManager();
manager->open();
manager->setBufferLength(30);
manager->start();
manager->read();
I think this is the VOD play, In live session, I think I must to do some other operation, such as:
refresh playlist(mpd) like HLS.

Could you please give some advices or guideline to me for "libdash push into Android NuPlayer"?
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

1 participant