* vlc runtime issues
@ 2015-04-08 21:39 Gary Thomas
2015-04-09 7:58 ` Rafaël Carré
0 siblings, 1 reply; 2+ messages in thread
From: Gary Thomas @ 2015-04-08 21:39 UTC (permalink / raw)
To: openembedded-devel
Now that I've finally built vlc for my embedded target (i.MX6),
I've run into some issues.
First are missing codecs:
[0xb5c25e78] main decoder error: no suitable decoder module for fourcc `h264'. VLC probably does not support this sound or video format.
[0xb5c25e78] main decoder error: no suitable decoder module for fourcc `mp4a'. VLC probably does not support this sound or video format.
Are these something that can be enabled via PACKAGECONFIG?
I'm not sure these are important:
[0xb454e458] lua probe error: Error loading script /usr/lib/vlc/lua/sd/fmc.luac: /usr/lib/vlc/lua/sd/fmc.luac: incompatible precompiled chunk
[0xb454e458] lua probe error: Error loading script /usr/lib/vlc/lua/sd/icecast.luac: /usr/lib/vlc/lua/sd/icecast.luac: incompatible precompiled chunk
[0xb454e458] lua probe error: Error loading script /usr/lib/vlc/lua/sd/jamendo.luac: /usr/lib/vlc/lua/sd/jamendo.luac: incompatible precompiled chunk
[0xb454e458] lua probe error: Error loading script /usr/lib/vlc/lua/sd/metachannels.luac: /usr/lib/vlc/lua/sd/metachannels.luac: incompatible precompiled chunk
These probably happen because of cross compiling from x86_64 -> ARM/Cortex-A9
Any ideas? I'm mostly keen on getting the codecs I need. I already
have them working using mplayer, but I'd like vlc as well.
Thanks
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: vlc runtime issues
2015-04-08 21:39 vlc runtime issues Gary Thomas
@ 2015-04-09 7:58 ` Rafaël Carré
0 siblings, 0 replies; 2+ messages in thread
From: Rafaël Carré @ 2015-04-09 7:58 UTC (permalink / raw)
To: openembedded-devel
Hello,
On 04/08/2015 11:39 PM, Gary Thomas wrote:
> Now that I've finally built vlc for my embedded target (i.MX6),
> I've run into some issues.
>
> First are missing codecs:
> [0xb5c25e78] main decoder error: no suitable decoder module for fourcc `h264'. VLC probably does not support this sound or video format.
> [0xb5c25e78] main decoder error: no suitable decoder module for fourcc `mp4a'. VLC probably does not support this sound or video format.
>
> Are these something that can be enabled via PACKAGECONFIG?
You should get them by enabling libva in PACKAGECONFIG
> I'm not sure these are important:
> [0xb454e458] lua probe error: Error loading script /usr/lib/vlc/lua/sd/fmc.luac: /usr/lib/vlc/lua/sd/fmc.luac: incompatible precompiled chunk
> [0xb454e458] lua probe error: Error loading script /usr/lib/vlc/lua/sd/icecast.luac: /usr/lib/vlc/lua/sd/icecast.luac: incompatible precompiled chunk
> [0xb454e458] lua probe error: Error loading script /usr/lib/vlc/lua/sd/jamendo.luac: /usr/lib/vlc/lua/sd/jamendo.luac: incompatible precompiled chunk
> [0xb454e458] lua probe error: Error loading script /usr/lib/vlc/lua/sd/metachannels.luac: /usr/lib/vlc/lua/sd/metachannels.luac: incompatible precompiled chunk
>
> These probably happen because of cross compiling from x86_64 -> ARM/Cortex-A9
Yes, luac doesn't support cross compilation
The .lua files should be installed rather than the .luac
> Any ideas? I'm mostly keen on getting the codecs I need. I already
> have them working using mplayer, but I'd like vlc as well.
>
> Thanks
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-09 7:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 21:39 vlc runtime issues Gary Thomas
2015-04-09 7:58 ` Rafaël Carré
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.