Itv Hd 28.2e

frostie

Registered
Messages
22
Hello,

Just had my ipbox a couple of days so still feeling my way around. Am trying to get ITV HD at 11427H using the latest SIF image, and can get sound but no picture. How do you enter the vpid and apid values? When I go to advanced channel scan and enter the values and then search, it never finds anything & I have to select cancel. PCEditor also cannot edit these values.

Thanks,

frostie
 

frostie

Registered
Messages
22
Thanks for your replies. I'll stop trying now and go onto something else.

I've found on another site what's said to be the structure of the channel database and the vpid and apid values don't seem to be part of it:-

# cd /var
sqlite> .schema channelinfo
CREATE TABLE channelinfo
(
id integer primary key,
shortname text,
fullname text,
org_network_id integer,
ts_id integer,
service_id integer,
pmt_pid integer,
seq integer,
sat_id integer,
tp_id integer,
provider_id integer,
scramble integer,
status integer,
audio_mode integer,
audio_index integer,
service_type integer,
volume integer
);
CREATE UNIQUE INDEX ch_idx on channelinfo (id);

First box I've had where I've not been able to change these values.
 

bazinshine

Senior Member
Messages
138
Thats the problem mate.... they are in pmt.pid file( if i remember correctly ) created by the sbox in /tmp
not in database,, this main reason,
we change and sbox always select wrong pid anyway..
 
Top