dvb
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dvb [2011/06/21 00:58] – [DVBSnoop] paulsmith | dvb [2015/11/27 15:44] (current) – paulsmith | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== DVB apps reference ====== | ||
| + | http:// | ||
| + | |||
| + | ====== MythTV Clear out program guide ====== | ||
| + | mysql -umythtv -pmythtv mythconverg -e " | ||
| + | mysql -umythtv -pmythtv mythconverg -e " | ||
| + | |||
| + | ====== Kaffeine ====== | ||
| + | Worth looking at. | ||
| + | |||
| + | ====== Scan Channels ====== | ||
| + | < | ||
| + | scan-dvb / | ||
| + | |||
| + | if there is zero pids then you need to do this and find the AC3 pids | ||
| + | scan-dvb -a 1 -o pids / | ||
| + | |||
| + | |||
| + | </ | ||
| + | |||
| + | ====== DVBSnoop ====== | ||
| + | < | ||
| + | CARD0: | ||
| + | dvbtune -c 0 -f 226500000 -cr 3_4 -qam 64 -bw 7 -I 2 -tm 8 -gi 16 | ||
| + | CARD1: | ||
| + | dvbtune -c 1 -f 226500000 -cr 3_4 -qam 64 -bw 7 -I 2 -tm 8 -gi 16 | ||
| + | |||
| + | CARD0: | ||
| + | dvbsnoop -adapter 0 -s feinfo | ||
| + | CARD1: | ||
| + | dvbsnoop -adapter 1 -s feinfo | ||
| + | |||
| + | |||
| + | Note: to get EIT there must be a running dvbtune. | ||
| + | In terminal #1 | ||
| + | dvbtune -m -c 0 -f 226500000 -cr 3_4 -qam 64 -bw 7 -I 2 -tm 8 -gi 16 | ||
| + | In terminal #2 | ||
| + | dvbsnoop -pd 9 -s sec -nph -n 5 0x12 | ||
| + | |||
| + | |||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | < | ||
| + | |||
| + | dvbsnoop -n 1 0x00 | ||
| + | eg: | ||
| + | Program_number: | ||
| + | reserved: 7 (0x07) | ||
| + | Program_map_PID: | ||
| + | |||
| + | => | ||
| + | dvbsnoop | ||
| + | |||
| + | Stream_type: | ||
| + | reserved_1: 7 (0x07) | ||
| + | Elementary_PID: | ||
| + | reserved_2: 15 (0x0f) | ||
| + | ES_info_length: | ||
| + | |||
| + | Stream_type: | ||
| + | reserved_1: 7 (0x07) | ||
| + | Elementary_PID: | ||
| + | reserved_2: 15 (0x0f) | ||
| + | ES_info_length: | ||
| + | |||
| + | |||
| + | |||
| + | dvbsnoop -n 1 0x010 | ||
| + | |||
| + | |||
| + | dvbsnoop -n 1 0x011 | ||
| + | |||
| + | |||
| + | </ | ||
