Home | History | Annotate | Download | only in httplive

Lines Matching defs:playlist

326         ALOGV("Need to refresh playlist in %" PRId64 , maxDelayUs);
616 ALOGE("Playlist is missing required EXT-X-TARGETDURATION tag");
640 // when we cannot make out from the manifest what streams are included in a playlist
689 // refresh the playlist will become 0
697 sp<M3UParser> playlist = mSession->fetchPlaylist(
700 if (playlist == NULL) {
702 // We succeeded in fetching the playlist, but it was
709 ALOGE("failed to load playlist at url '%s'", uriDebugString(mURI).c_str());
714 mPlaylist = playlist;
811 // playlist's target duration or 3 seconds, whichever is less
845 // the playlist, i.e. we have already missed the boat, we inevitably have to
862 ALOGE("Cannot find sequence number %d in playlist "