Re: mythcommflag depends on frontend?

Top Page

Reply to this message
Author: Christian Marillat
Date:  
To: dmo-discussion
Subject: Re: mythcommflag depends on frontend?
Rob Owens <rowens@???> writes:

[...]

> Yes. When I run:
>
> mythcommflag --file /var/lib/mythtv/1114_20130506000000.mpg
>
> I get the following output:
>
> 2013-11-05 19:16:17.785554 C  mythcommflag version:  [v0.26.1] www.mythtv.org
> 2013-11-05 19:16:17.785596 C  Qt version: compile: 4.8.2, runtime: 4.8.2
> 2013-11-05 19:16:19.998194 A  Cannot find default UPnP backend
> MythTV Commercial Flagger, flagging commercials for:
>     Chelsea Lately
> 2013-11-05 19:19:12.375478 E  AFD: Unknown audio decoding error


For me this bug has been fixed in bug
http://code.mythtv.org/trac/ticket/11380 in MythTV 0.26 and 0.27
I also checked that my build find this codec (seems to be OK°) :

,----
| config.h:#define CONFIG_AAC_LATM_DECODER 1
| config.h:#define CONFIG_AAC_LATM_PARSER 1
| config.mak:CONFIG_AAC_LATM_DECODER=yes
| config.mak:CONFIG_AAC_LATM_PARSER=yes

`----

Could you show me the output of :

mythffprobe /var/lib/mythtv/1114_20130506000000.mpg

Christian