Uses of Class
com.wowza.wms.manifest.model.m3u8.PlaylistModel
-
Packages that use PlaylistModel Package Description com.wowza.wms.manifest.model.m3u8 com.wowza.wms.manifest.reader.m3u8 com.wowza.wms.manifest.reader.m3u8.tag com.wowza.wms.pushpublish.protocol.cupertino -
-
Uses of PlaylistModel in com.wowza.wms.manifest.model.m3u8
Fields in com.wowza.wms.manifest.model.m3u8 with type parameters of type PlaylistModel Modifier and Type Field Description java.util.List<PlaylistModel>
PlaylistModel. playlists
-
Uses of PlaylistModel in com.wowza.wms.manifest.reader.m3u8
Methods in com.wowza.wms.manifest.reader.m3u8 that return PlaylistModel Modifier and Type Method Description PlaylistModel
PlaylistReader. parsePlaylist(java.io.BufferedReader reader)
PlaylistModel
PlaylistReader. parsePlaylist(java.io.InputStream in)
-
Uses of PlaylistModel in com.wowza.wms.manifest.reader.m3u8.tag
Methods in com.wowza.wms.manifest.reader.m3u8.tag with parameters of type PlaylistModel Modifier and Type Method Description java.util.List<Attribute>
TagReaderUtils. parseAttributes(String line, String tag, PlaylistModel playlist)
boolean
ITagReader. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderAllowCache. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderByteRange. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderDiscontinuity. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderDiscontinuitySequence. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderEndList. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderIFramesOnly. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderIFrameStreamInf. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderIndependentSegments. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderINF. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderKey. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderM3U. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderMap. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderMedia. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderMediaSequence. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
TagModelPartialSegment
TagReaderPartialSegment. parseTag(String line, PlaylistModel playlist)
boolean
TagReaderPartialSegment. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
TagModelPartialSegmentINF
TagReaderPartialSegmentINF. parseTag(String line, PlaylistModel playlist)
boolean
TagReaderPartialSegmentINF. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderPlaylistType. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderPreFetch. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
TagModelPreloadHint
TagReaderPreloadHint. parseTag(String line, PlaylistModel playlist)
boolean
TagReaderPreloadHint. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderProgramDateTime. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
TagModelRenditionReport
TagReaderRenditionReport. parseTag(String line, PlaylistModel playlist)
boolean
TagReaderRenditionReport. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderServerControl. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderSessionData. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderSessionKey. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderSkip. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderStart. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderStreamInf. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderTargetDuration. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderUnknown. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
boolean
TagReaderVersion. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)
protected boolean
TagReaderStreamInf. processCommonAttributes(java.util.List<Attribute> attributes, TagModelStreamInfCommon model, PlaylistModel playlist)
protected void
TagReaderUtils. propagateDebug(TagModel model, PlaylistModel playlist)
java.util.List<String>
TagReaderUtils. splitAttributes(String line, String tag, PlaylistModel playlist)
-
Uses of PlaylistModel in com.wowza.wms.pushpublish.protocol.cupertino
Methods in com.wowza.wms.pushpublish.protocol.cupertino that return PlaylistModel Modifier and Type Method Description protected PlaylistModel
PushPublishHTTPCupertino. createMasterPlaylist(com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerApplicationContextCupertinoStreamer appContext)
Creates a master playlist and propagates the context string from this implementation to the returned playlist modelPlaylistModel
PushPublishHTTPCupertinoUtil. createMasterPlaylist(String context, boolean logDebugManifest)
Creates a master playlist and propagates the context string from this implemenation to the returned playlist modelprotected PlaylistModel
PushPublishHTTPCupertino. createMediaPlaylist(int rIndex)
Creates a empty media playlist and propagates the context from this implemenation to the returned playlistPlaylistModel
PushPublishHTTPCupertinoUtil. createMediaPlaylist(int rIndex, PushPublishHTTPCupertino hlsEntry, String context, boolean logDebugManifest)
Creates a empty media playlist and propagates the context from this implemenation to the returned playlistprotected PlaylistModel
PushPublishHTTPCupertino. getMediaPlaylistForRendtion(int rIndex, PlaylistModel masterPlaylist)
(Meant for internal use)PlaylistModel
PushPublishHTTPCupertinoUtil. getMediaPlaylistForRendtion(int renditionIndex, PlaylistModel masterPlaylist)
protected PlaylistModel
PushPublishHTTPCupertino. prepareMediaPlaylist(PlaylistModel masterPlaylist, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerApplicationContextCupertinoStreamer appContext, int lastChunkIndex, int rIndex, int chunkRendition)
Methods in com.wowza.wms.pushpublish.protocol.cupertino that return types with arguments of type PlaylistModel Modifier and Type Method Description protected java.util.Map<Integer,PlaylistModel>
PushPublishHTTPCupertino. getMediaPlaylists(int rIndex, PlaylistModel masterPlaylist, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerApplicationContextCupertinoStreamer appContext, int lastChunkIndex)
(internal) Used byPushPublishHTTPCupertino.createOutputItem(ILiveStreamPacketizer, int)
This will be overriden by CMAF HLS to handle AUDIO VIDEO casesMethods in com.wowza.wms.pushpublish.protocol.cupertino with parameters of type PlaylistModel Modifier and Type Method Description protected void
PushPublishHTTPCupertino. addPlaylistToMasterPlaylist(int rIndex, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerApplicationContextCupertinoStreamer appContext, PlaylistModel mediaPlaylist, PlaylistModel masterPlaylist)
protected void
PushPublishHTTPCupertino. addTagToPlaylist(PlaylistModel playlist, int idx, TagModel tag)
Adds the provided TagModel to the list of TagModels at the idx for the provided Playlist Modelprotected void
PushPublishHTTPCupertino. addTagToPlaylist(PlaylistModel playlist, TagModel tag)
Adds the provided TagModel to the end of the list of TagModels for the provided Playlist Modelvoid
PushPublishHTTPCupertinoUtil. addTagToPlaylist(PlaylistModel playlist, int idx, TagModel tag)
Adds the provided TagModel to the list of TagModels at the idx for the provided Playlist Modelvoid
PushPublishHTTPCupertinoUtil. addTagToPlaylist(PlaylistModel playlist, TagModel tag)
Adds the provided TagModel to the end of the list of TagModels for the provided Playlist Modelprotected String
PushPublishHTTPCupertinoCloudStorageHandler. getDestinationStreamPath(PlaylistModel playlist)
protected PlaylistModel
PushPublishHTTPCupertino. getMediaPlaylistForRendtion(int rIndex, PlaylistModel masterPlaylist)
(Meant for internal use)PlaylistModel
PushPublishHTTPCupertinoUtil. getMediaPlaylistForRendtion(int renditionIndex, PlaylistModel masterPlaylist)
int
PushPublishHTTPCupertinoUtil. getMediaPlaylistRenditionIndex(PlaylistModel mediaPlaylist)
protected java.util.Map<Integer,PlaylistModel>
PushPublishHTTPCupertino. getMediaPlaylists(int rIndex, PlaylistModel masterPlaylist, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerApplicationContextCupertinoStreamer appContext, int lastChunkIndex)
(internal) Used byPushPublishHTTPCupertino.createOutputItem(ILiveStreamPacketizer, int)
This will be overriden by CMAF HLS to handle AUDIO VIDEO casesint
PushPublishHTTPCupertinoUtil. getSubtitlesListRenditionIndex(PlaylistModel subtitlesList)
protected PlaylistModel
PushPublishHTTPCupertino. prepareMediaPlaylist(PlaylistModel masterPlaylist, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerApplicationContextCupertinoStreamer appContext, int lastChunkIndex, int rIndex, int chunkRendition)
String
PushPublishHTTPCupertino. printPlaylist(PlaylistModel playlist)
Will print the provided playlist to a String.protected void
PushPublishHTTPCupertino. processPlaylistChunks(int rIndex, int playlistChunksToProcess, int playlistChunkStartIndex, int lastChunkIndex, PlaylistModel livePacketizerMediaPlaylist, boolean isCustomChunkId, PlaylistModel mediaPlaylist)
int
IPushPublishHTTPCupertino. sendGroupMasterPlaylist(String groupName, PlaylistModel playlist)
Sends a group master playlist to the destination.int
PushPublishHTTPCupertinoAkamaiHandler. sendGroupMasterPlaylist(String groupName, PlaylistModel playlist)
int
PushPublishHTTPCupertinoCloudStorageHandler. sendGroupMasterPlaylist(String groupName, PlaylistModel playlist)
int
PushPublishHTTPCupertinoGoogleHandler. sendGroupMasterPlaylist(String groupName, PlaylistModel masterPlaylist)
int
IPushPublishHTTPCupertino. sendMasterPlaylist(PlaylistModel playlist)
Sends the master playlist to the destination.int
PushPublishHTTPCupertinoAkamaiHandler. sendMasterPlaylist(PlaylistModel playlist)
int
PushPublishHTTPCupertinoCloudStorageHandler. sendMasterPlaylist(PlaylistModel playlist)
int
PushPublishHTTPCupertinoGoogleHandler. sendMasterPlaylist(PlaylistModel playlist)
int
IPushPublishHTTPCupertino. sendMediaPlaylist(PlaylistModel playlist)
Sends the media playlist to the destination.int
PushPublishHTTPCupertinoAkamaiHandler. sendMediaPlaylist(PlaylistModel playlist)
int
PushPublishHTTPCupertinoCloudStorageHandler. sendMediaPlaylist(PlaylistModel playlist)
int
PushPublishHTTPCupertinoGoogleHandler. sendMediaPlaylist(PlaylistModel playlist)
int
PushPublishHTTPCupertinoWowzaVideoHandler. sendMediaPlaylist(PlaylistModel playlist)
protected int
PushPublishHTTPCupertinoCloudStorageHandler. sendPlaylist(String parentMethod, java.net.URI uri, PlaylistModel playlist)
void
PushPublishHTTPCupertinoUtil. setMediaPlaylistRenditionIndex(PlaylistModel mediaPlaylist, int index)
boolean
IPushPublishHTTPCupertino. updateGroupMasterPlaylistPlaybackURI(String groupName, PlaylistModel masterPlaylist)
Get the group master playlist URI for the given group master playlist file that a player would use to consume the content from the CDN Example: "http://myHost.com/myPath/myGroup/playlist.m3u8"boolean
PushPublishHTTPCupertinoAkamaiHandler. updateGroupMasterPlaylistPlaybackURI(String groupName, PlaylistModel masterPlaylist)
boolean
PushPublishHTTPCupertinoCloudStorageHandler. updateGroupMasterPlaylistPlaybackURI(String groupName, PlaylistModel masterPlaylist)
boolean
PushPublishHTTPCupertinoGoogleHandler. updateGroupMasterPlaylistPlaybackURI(String groupName, PlaylistModel masterPlaylist)
boolean
IPushPublishHTTPCupertino. updateMasterPlaylistPlaybackURI(PlaylistModel playlist)
update the master playlist URI for the provided playlist model that a player would use to consume the content from the CDN Example: "http://myHost.com/myPath/myStream/playlist.m3u8" where "playlist.m3u8" is the value given for masterPlaylistFilenameboolean
PushPublishHTTPCupertinoAkamaiHandler. updateMasterPlaylistPlaybackURI(PlaylistModel playlist)
boolean
PushPublishHTTPCupertinoCloudStorageHandler. updateMasterPlaylistPlaybackURI(PlaylistModel playlist)
boolean
PushPublishHTTPCupertinoGoogleHandler. updateMasterPlaylistPlaybackURI(PlaylistModel playlist)
boolean
IPushPublishHTTPCupertino. updateMediaPlaylistPlaybackURI(PlaylistModel playlist)
update/set the media playlist (chunklist) URI for the provided media playlist file that a player would use to consume the content from the CDN Example: "http://myHost.com/myPath/myStream/chunklist.m3u8" where "chunklist.m3u8" is the value given for mediaPlaylistFilenameboolean
PushPublishHTTPCupertinoAkamaiHandler. updateMediaPlaylistPlaybackURI(PlaylistModel playlist)
boolean
PushPublishHTTPCupertinoCloudStorageHandler. updateMediaPlaylistPlaybackURI(PlaylistModel playlist)
boolean
PushPublishHTTPCupertinoGoogleHandler. updateMediaPlaylistPlaybackURI(PlaylistModel playlist)
-