help with azap

2011-10-13 Thread James

$ more channels.conf
CIII-HD:8500:8VSB:49:52+53:1
OTTAWA CBOFT-DT:18900:8VSB:49:53+52:3
CJOH:21300:8VSB:49:51+52:1
TVO:53300:8VSB:49:52+53:1
OTTAWA  CBOT-DT:53900:8VSB:49:52+53:3
Télé-Québec_HD:56900:8VSB:49:52+53:3
CHOT:62900:8VSB:49:52:3

$ azap -c channels.conf CJOH
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
ERROR: error while parsing Audio PID (not a number)

$ tzap -c channels.conf CJOH
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
reading channels from file 'channels.conf'
ERROR: error while parsing inversion (syntax error)

Why does tzap show what file it is reading the channel list from but 
azap doesn't?


What does ERROR: error while parsing Audio PID (not a number) mean?
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: help with azap

2011-10-13 Thread Devin Heitmueller
On Thu, Oct 13, 2011 at 2:14 PM, James bjloc...@lockie.ca wrote:
 $ more channels.conf
 CIII-HD:8500:8VSB:49:52+53:1
 OTTAWA CBOFT-DT:18900:8VSB:49:53+52:3
 CJOH:21300:8VSB:49:51+52:1
 TVO    :53300:8VSB:49:52+53:1
 OTTAWA  CBOT-DT:53900:8VSB:49:52+53:3
 Télé-Québec_HD:56900:8VSB:49:52+53:3
 CHOT:62900:8VSB:49:52:3

 $ azap -c channels.conf CJOH
 using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
 ERROR: error while parsing Audio PID (not a number)

 $ tzap -c channels.conf CJOH
 using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
 reading channels from file 'channels.conf'
 ERROR: error while parsing inversion (syntax error)

 Why does tzap show what file it is reading the channel list from but azap
 doesn't?

If I recall, tzap and azap are actually from different codebases
(although I believe one was originally derived from the other).  That
is why the output is a little inconsistent.

That said, you should not be using tzap for ATSC/ClearQAM.  tzap is for DVB-T.

 What does ERROR: error while parsing Audio PID (not a number) mean?

I don't know where your channels.conf came from, but it appears to be
malformed.  You cannot have 52+53 as the audio PID.  If you just
want to get up and running, remove the +53 part.

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: help with azap

2011-10-13 Thread James

On 10/13/11 14:30, Devin Heitmueller wrote:

On Thu, Oct 13, 2011 at 2:14 PM, Jamesbjloc...@lockie.ca  wrote:

$ more channels.conf
CIII-HD:8500:8VSB:49:52+53:1
OTTAWA CBOFT-DT:18900:8VSB:49:53+52:3
CJOH:21300:8VSB:49:51+52:1
TVO:53300:8VSB:49:52+53:1
OTTAWA  CBOT-DT:53900:8VSB:49:52+53:3
Télé-Québec_HD:56900:8VSB:49:52+53:3
CHOT:62900:8VSB:49:52:3



What does ERROR: error while parsing Audio PID (not a number) mean?

I don't know where your channels.conf came from, but it appears to be
malformed.  You cannot have 52+53 as the audio PID.  If you just
want to get up and running, remove the +53 part.

Devin


I used:
w_scan -f a -c US -M
(mplayer format)

I redid it with:
w_scan -f a -c US -X
(czap/tzap/szap/xine)
and got:
CIII-HD:8500:8VSB:49:52:1
OTTAWA CBOFT-DT:18900:8VSB:49:53:3
CJOH:21300:8VSB:49:51:1
TVO:53300:8VSB:49:52:1
OTTAWA  CBOT-DT:53900:8VSB:49:52:3
Télé-Québec_HD:56900:8VSB:49:52:3
CHOT:62900:8VSB:49:52:3

It is weird there is not a standard format. :-)

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html