Difference between revisions of "Iptv channel table"
From MythTV Official Wiki
(iptv_channel table) |
(No difference)
|
Latest revision as of 21:19, 22 February 2014
Note: The correct title of this article is iptv_channel table. It appears incorrectly here due to technical restrictions.
The iptv_channel table contains information about channels receiver over the IP protocol.
Table Description
Field name | Type | Null | Key | Default | Extras | Description |
---|---|---|---|---|---|---|
iptvid | smallint(6) unsigned | PRI | NULL | auto_increment | ||
chanid | int(10) unsigned | NULL | REFERENCES channel(chanid) | |||
url | text | NULL | ||||
type | set('data','rfc2733-1','rfc2733-2','rfc5109-1','rfc5109-2','smpte2022-1','smpte2022-2') | NULL | NULL | |||
bitrate | int(10) unsigned | NULL |