public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* help with azap
@ 2011-10-13 18:14 James
  2011-10-13 18:30 ` Devin Heitmueller
  0 siblings, 1 reply; 3+ messages in thread
From: James @ 2011-10-13 18:14 UTC (permalink / raw)
  To: linux-media Mailing List

$ more channels.conf
CIII-HD:85000000:8VSB:49:52+53:1
OTTAWA CBOFT-DT:189000000:8VSB:49:53+52:3
CJOH:213000000:8VSB:49:51+52:1
TVO    :533000000:8VSB:49:52+53:1
OTTAWA  CBOT-DT:539000000:8VSB:49:52+53:3
Télé-Québec_HD:569000000:8VSB:49:52+53:3
CHOT:629000000: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?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: help with azap
  2011-10-13 18:14 help with azap James
@ 2011-10-13 18:30 ` Devin Heitmueller
  2011-10-13 23:49   ` James
  0 siblings, 1 reply; 3+ messages in thread
From: Devin Heitmueller @ 2011-10-13 18:30 UTC (permalink / raw)
  To: James; +Cc: linux-media Mailing List

On Thu, Oct 13, 2011 at 2:14 PM, James <bjlockie@lockie.ca> wrote:
> $ more channels.conf
> CIII-HD:85000000:8VSB:49:52+53:1
> OTTAWA CBOFT-DT:189000000:8VSB:49:53+52:3
> CJOH:213000000:8VSB:49:51+52:1
> TVO    :533000000:8VSB:49:52+53:1
> OTTAWA  CBOT-DT:539000000:8VSB:49:52+53:3
> Télé-Québec_HD:569000000:8VSB:49:52+53:3
> CHOT:629000000: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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: help with azap
  2011-10-13 18:30 ` Devin Heitmueller
@ 2011-10-13 23:49   ` James
  0 siblings, 0 replies; 3+ messages in thread
From: James @ 2011-10-13 23:49 UTC (permalink / raw)
  To: linux-media Mailing List

On 10/13/11 14:30, Devin Heitmueller wrote:
> On Thu, Oct 13, 2011 at 2:14 PM, James<bjlockie@lockie.ca>  wrote:
>> $ more channels.conf
>> CIII-HD:85000000:8VSB:49:52+53:1
>> OTTAWA CBOFT-DT:189000000:8VSB:49:53+52:3
>> CJOH:213000000:8VSB:49:51+52:1
>> TVO    :533000000:8VSB:49:52+53:1
>> OTTAWA  CBOT-DT:539000000:8VSB:49:52+53:3
>> Télé-Québec_HD:569000000:8VSB:49:52+53:3
>> CHOT:629000000: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:85000000:8VSB:49:52:1
OTTAWA CBOFT-DT:189000000:8VSB:49:53:3
CJOH:213000000:8VSB:49:51:1
TVO    :533000000:8VSB:49:52:1
OTTAWA  CBOT-DT:539000000:8VSB:49:52:3
Télé-Québec_HD:569000000:8VSB:49:52:3
CHOT:629000000:8VSB:49:52:3

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-13 23:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-13 18:14 help with azap James
2011-10-13 18:30 ` Devin Heitmueller
2011-10-13 23:49   ` James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox