Livestream table

From MythTV Official Wiki
Jump to: navigation, search

Important.png Note: The correct title of this article is livestream table. It appears incorrectly here due to technical restrictions.

The livestream table is used to support the HTTP Live Streaming Server. It is used to transcode videos on-the-fly.

Table Description

Field name Type Null Key Default Extras Description
id int(10) unsigned PRI NULL auto_increment Unique job ID
width int(10) unsigned NULL Requested width
height int(10) unsigned NULL Requested height
bitrate int(10) unsigned NULL Requested bit-rate
audiobitrate int(10) unsigned NULL Requested audio bit-rate
samplerate int(10) unsigned NULL Requested audio sample-rate
audioonlybitrate int(10) unsigned NULL
segmentsize int(10) unsigned 10
maxsegments int(10) unsigned 0
startsegment int(10) unsigned 0
currentsegment int(10) unsigned 0
segmentcount int(10) unsigned 0
percentcomplete int(10) unsigned 0
created datetime NULL
lastmodified datetime NULL
relativeurl varchar(512) NULL
fullurl varchar(1024) NULL
status int(10) unsigned 0
statusmessage varchar(256) NULL
sourcefile varchar(512) NULL
sourcehost varchar(64) NULL
sourcewidth int(10) unsigned 0 Original width
sourceheight int(10) unsigned 0 Original height
outdir varchar(256) NULL
outbase varchar(128) NULL

Fields

Example Entries