All of lore.kernel.org
 help / color / mirror / Atom feed
* OGG demux fails with aiur.imx
@ 2014-01-10 10:35 stephane Cerveau
  2014-01-10 11:51 ` Daiane Angolini
  0 siblings, 1 reply; 5+ messages in thread
From: stephane Cerveau @ 2014-01-10 10:35 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

Hello,

gst-launch playbin2 uri=file:///tmp/example.ogg
I'm using meta-fsl arm dora branch and i'm unable to play ogg file 
because of aiur demux which fails.
I'm getting this error:
0:00:00.135230334  1160    0x80460 WARN               aiurdemux 
aiurdemux.c:3756:aiurdemux_loop_state_header: Warning: 
API[initializeIndex] not implement!
0:00:00.135399334  1160    0x80460 WARN               aiurdemux 
aiurdemux.c:3448:aiurdemux_set_readmode: API[setReadMode] failed, ret=-6
0:00:00.135473334  1160    0x80460 ERROR              aiurdemux 
aiurdemux.c:3469:aiurdemux_set_readmode: ***final file mode
0:00:00.135534000  1160    0x80460 WARN               aiurdemux 
aiurdemux.c:3767:aiurdemux_loop_state_header: Warning: 
API[getNumPrograms] not implement!
And then vorbidec fails to decode audio packet.

Do I have to do something special to enable ogg demux working with 
aiur.demux ?
Do I have to disable aiur.demux ? Can I change the rank for this plugin ?
It seems that the rank is really high, can I change it somewhere ?

Best regards.

Stéphane


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

* Re: OGG demux fails with aiur.imx
  2014-01-10 10:35 OGG demux fails with aiur.imx stephane Cerveau
@ 2014-01-10 11:51 ` Daiane Angolini
  2014-01-10 13:24   ` stephane Cerveau
  0 siblings, 1 reply; 5+ messages in thread
From: Daiane Angolini @ 2014-01-10 11:51 UTC (permalink / raw)
  To: stephane Cerveau, meta-freescale@yoctoproject.org

On 10-01-2014 08:35, stephane Cerveau wrote:
> Hello,
>
> gst-launch playbin2 uri=file:///tmp/example.ogg
> I'm using meta-fsl arm dora branch and i'm unable to play ogg file
> because of aiur demux which fails.
> I'm getting this error:
> 0:00:00.135230334  1160    0x80460 WARN               aiurdemux
> aiurdemux.c:3756:aiurdemux_loop_state_header: Warning:
> API[initializeIndex] not implement!
> 0:00:00.135399334  1160    0x80460 WARN               aiurdemux
> aiurdemux.c:3448:aiurdemux_set_readmode: API[setReadMode] failed, ret=-6
> 0:00:00.135473334  1160    0x80460 ERROR              aiurdemux
> aiurdemux.c:3469:aiurdemux_set_readmode: ***final file mode
> 0:00:00.135534000  1160    0x80460 WARN               aiurdemux
> aiurdemux.c:3767:aiurdemux_loop_state_header: Warning:
> API[getNumPrograms] not implement!
> And then vorbidec fails to decode audio packet.
>
> Do I have to do something special to enable ogg demux working with
> aiur.demux ?

nothing that I'm aware

> Do I have to disable aiur.demux ? Can I change the rank for this plugin ?

it's up to you. yes you can.

> It seems that the rank is really high, can I change it somewhere ?

it's a *.cf file inside /usr/share/

please, find the file for the plugin you want to change.
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPluginFeature.html


Daiane

>
> Best regards.
>
> Stéphane
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>
>


-- 
Daiane



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

* Re: OGG demux fails with aiur.imx
  2014-01-10 11:51 ` Daiane Angolini
@ 2014-01-10 13:24   ` stephane Cerveau
  2014-01-10 13:26     ` Daiane Angolini
  0 siblings, 1 reply; 5+ messages in thread
From: stephane Cerveau @ 2014-01-10 13:24 UTC (permalink / raw)
  To: Daiane Angolini, meta-freescale@yoctoproject.org

Thank you daiane for your fast reply.
Having a look to the cf file and the source code, i'm not able to change 
specifically the plugin ranking but i can by example remove ogg entry in 
aiur_registry.arm11.cf
Can you confirm that it is the best way to support ogg on imx6q platform 
(not using aiur but use oggdemux)?
Best regards.

Stéphane

On 01/10/2014 12:51 PM, Daiane Angolini wrote:
> On 10-01-2014 08:35, stephane Cerveau wrote:
>> Hello,
>>
>> gst-launch playbin2 uri=file:///tmp/example.ogg
>> I'm using meta-fsl arm dora branch and i'm unable to play ogg file
>> because of aiur demux which fails.
>> I'm getting this error:
>> 0:00:00.135230334  1160    0x80460 WARN               aiurdemux
>> aiurdemux.c:3756:aiurdemux_loop_state_header: Warning:
>> API[initializeIndex] not implement!
>> 0:00:00.135399334  1160    0x80460 WARN               aiurdemux
>> aiurdemux.c:3448:aiurdemux_set_readmode: API[setReadMode] failed, ret=-6
>> 0:00:00.135473334  1160    0x80460 ERROR              aiurdemux
>> aiurdemux.c:3469:aiurdemux_set_readmode: ***final file mode
>> 0:00:00.135534000  1160    0x80460 WARN               aiurdemux
>> aiurdemux.c:3767:aiurdemux_loop_state_header: Warning:
>> API[getNumPrograms] not implement!
>> And then vorbidec fails to decode audio packet.
>>
>> Do I have to do something special to enable ogg demux working with
>> aiur.demux ?
>
> nothing that I'm aware
>
>> Do I have to disable aiur.demux ? Can I change the rank for this 
>> plugin ?
>
> it's up to you. yes you can.
>
>> It seems that the rank is really high, can I change it somewhere ?
>
> it's a *.cf file inside /usr/share/
>
> please, find the file for the plugin you want to change.
> http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPluginFeature.html 
>
>
>
> Daiane
>
>>
>> Best regards.
>>
>> Stéphane
>> _______________________________________________
>> meta-freescale mailing list
>> meta-freescale@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-freescale
>>
>>
>
>



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

* Re: OGG demux fails with aiur.imx
  2014-01-10 13:24   ` stephane Cerveau
@ 2014-01-10 13:26     ` Daiane Angolini
  2014-01-10 13:51       ` stephane Cerveau
  0 siblings, 1 reply; 5+ messages in thread
From: Daiane Angolini @ 2014-01-10 13:26 UTC (permalink / raw)
  To: stephane Cerveau, meta-freescale@yoctoproject.org

On 10-01-2014 11:24, stephane Cerveau wrote:
> Thank you daiane for your fast reply.
> Having a look to the cf file and the source code, i'm not able to change
> specifically the plugin ranking but i can by example remove ogg entry in
> aiur_registry.arm11.cf
> Can you confirm that it is the best way to support ogg on imx6q platform
> (not using aiur but use oggdemux)?

No I cannot.

I recommend you to test both. Post a topic on imx-community with aiur 
log/error, or open an SR.

Meanwhile, remove aiur from your rootfs (changing rank or deleting the 
.so file) and test the open source demuxer available.

Daiane

> Best regards.
>
> Stéphane
>
> On 01/10/2014 12:51 PM, Daiane Angolini wrote:
>> On 10-01-2014 08:35, stephane Cerveau wrote:
>>> Hello,
>>>
>>> gst-launch playbin2 uri=file:///tmp/example.ogg
>>> I'm using meta-fsl arm dora branch and i'm unable to play ogg file
>>> because of aiur demux which fails.
>>> I'm getting this error:
>>> 0:00:00.135230334  1160    0x80460 WARN               aiurdemux
>>> aiurdemux.c:3756:aiurdemux_loop_state_header: Warning:
>>> API[initializeIndex] not implement!
>>> 0:00:00.135399334  1160    0x80460 WARN               aiurdemux
>>> aiurdemux.c:3448:aiurdemux_set_readmode: API[setReadMode] failed, ret=-6
>>> 0:00:00.135473334  1160    0x80460 ERROR              aiurdemux
>>> aiurdemux.c:3469:aiurdemux_set_readmode: ***final file mode
>>> 0:00:00.135534000  1160    0x80460 WARN               aiurdemux
>>> aiurdemux.c:3767:aiurdemux_loop_state_header: Warning:
>>> API[getNumPrograms] not implement!
>>> And then vorbidec fails to decode audio packet.
>>>
>>> Do I have to do something special to enable ogg demux working with
>>> aiur.demux ?
>>
>> nothing that I'm aware
>>
>>> Do I have to disable aiur.demux ? Can I change the rank for this
>>> plugin ?
>>
>> it's up to you. yes you can.
>>
>>> It seems that the rank is really high, can I change it somewhere ?
>>
>> it's a *.cf file inside /usr/share/
>>
>> please, find the file for the plugin you want to change.
>> http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPluginFeature.html
>>
>>
>>
>> Daiane
>>
>>>
>>> Best regards.
>>>
>>> Stéphane
>>> _______________________________________________
>>> meta-freescale mailing list
>>> meta-freescale@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/meta-freescale
>>>
>>>
>>
>>
>
>
>


-- 
Daiane



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

* Re: OGG demux fails with aiur.imx
  2014-01-10 13:26     ` Daiane Angolini
@ 2014-01-10 13:51       ` stephane Cerveau
  0 siblings, 0 replies; 5+ messages in thread
From: stephane Cerveau @ 2014-01-10 13:51 UTC (permalink / raw)
  To: Daiane Angolini, meta-freescale@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 2669 bytes --]

Here is the discussion in imx-community

https://community.freescale.com/message/372612#372612

On 01/10/2014 02:26 PM, Daiane Angolini wrote:
> On 10-01-2014 11:24, stephane Cerveau wrote:
>> Thank you daiane for your fast reply.
>> Having a look to the cf file and the source code, i'm not able to change
>> specifically the plugin ranking but i can by example remove ogg entry in
>> aiur_registry.arm11.cf
>> Can you confirm that it is the best way to support ogg on imx6q platform
>> (not using aiur but use oggdemux)?
>
> No I cannot.
>
> I recommend you to test both. Post a topic on imx-community with aiur 
> log/error, or open an SR.
>
> Meanwhile, remove aiur from your rootfs (changing rank or deleting the 
> .so file) and test the open source demuxer available.
>
> Daiane
>
>> Best regards.
>>
>> Stéphane
>>
>> On 01/10/2014 12:51 PM, Daiane Angolini wrote:
>>> On 10-01-2014 08:35, stephane Cerveau wrote:
>>>> Hello,
>>>>
>>>> gst-launch playbin2 uri=file:///tmp/example.ogg
>>>> I'm using meta-fsl arm dora branch and i'm unable to play ogg file
>>>> because of aiur demux which fails.
>>>> I'm getting this error:
>>>> 0:00:00.135230334  1160    0x80460 WARN aiurdemux
>>>> aiurdemux.c:3756:aiurdemux_loop_state_header: Warning:
>>>> API[initializeIndex] not implement!
>>>> 0:00:00.135399334  1160    0x80460 WARN aiurdemux
>>>> aiurdemux.c:3448:aiurdemux_set_readmode: API[setReadMode] failed, 
>>>> ret=-6
>>>> 0:00:00.135473334  1160    0x80460 ERROR aiurdemux
>>>> aiurdemux.c:3469:aiurdemux_set_readmode: ***final file mode
>>>> 0:00:00.135534000  1160    0x80460 WARN aiurdemux
>>>> aiurdemux.c:3767:aiurdemux_loop_state_header: Warning:
>>>> API[getNumPrograms] not implement!
>>>> And then vorbidec fails to decode audio packet.
>>>>
>>>> Do I have to do something special to enable ogg demux working with
>>>> aiur.demux ?
>>>
>>> nothing that I'm aware
>>>
>>>> Do I have to disable aiur.demux ? Can I change the rank for this
>>>> plugin ?
>>>
>>> it's up to you. yes you can.
>>>
>>>> It seems that the rank is really high, can I change it somewhere ?
>>>
>>> it's a *.cf file inside /usr/share/
>>>
>>> please, find the file for the plugin you want to change.
>>> http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPluginFeature.html 
>>>
>>>
>>>
>>>
>>> Daiane
>>>
>>>>
>>>> Best regards.
>>>>
>>>> Stéphane
>>>> _______________________________________________
>>>> meta-freescale mailing list
>>>> meta-freescale@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/meta-freescale
>>>>
>>>>
>>>
>>>
>>
>>
>>
>
>


[-- Attachment #2: Type: text/html, Size: 5868 bytes --]

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

end of thread, other threads:[~2014-01-10 13:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-10 10:35 OGG demux fails with aiur.imx stephane Cerveau
2014-01-10 11:51 ` Daiane Angolini
2014-01-10 13:24   ` stephane Cerveau
2014-01-10 13:26     ` Daiane Angolini
2014-01-10 13:51       ` stephane Cerveau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.