Package flumotion :: Package component :: Package consumers :: Package hlsstreamer :: Module hlsring :: Class Playlister
[hide private]

Class Playlister

source code

I write HTTP Live Streaming playlists based on added fragments.

Instance Methods [hide private]
 
__init__(self) source code
 
setHostname(self, hostname) source code
 
setAllowCache(self, allowed) source code
 
_getFragmentName(self, sequenceNumber) source code
 
_getTargetDuration(self) source code
 
_autoUpdate(self, count) source code
 
_addPlaylistFragment(self, sequenceNumber, duration, encrypted) source code
 
renderArgs(self, args) source code
 
_renderMainPlaylist(self, args) source code
 
_renderStreamPlaylist(self, args) source code
 
renderPlaylist(self, playlist, args)
Returns a string representation of the requested playlist or raise an Exception if the playlist is not found
source code