You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"?
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: