Built on an Intel Dual Core 2200 with Centos 5.3 x86_64 FFmpeg also built and installed on the same machine. This is for a mosaic application. All libraries appear to be in place, but obviously they aren't.
[root@mosaic html]# /usr/local/bin/vlc --color --miface-addr=192.168.70.53 -I telnet --vlm-conf mosaic.vlm.conf
VLC media player 0.8.6e Janus
[00000245] main interface: creating VLM
[00000245] telnet interface: using the VLM interface plugin...
[00000245] telnet interface: telnet interface started on interface 4212
[00000335] [Media: bg] main decoder error: no suitable decoder module for fourcc `jpeg'. <<==================
VLC probably does not support this image format.
[00000329] [Media: bg] fake decoder error: unable to read image file bg_black.jpg
[00000258] [Media: bg] stream_out_transcode private error: cannot find decoder
[00000258] [Media: bg] stream_out_transcode private error: cannot create video chain
[00000299] [Media: bg] main packetizer error: cannot create packetizer output (fake)
signal 2 received, terminating vlc - do it again in case it gets stuck
[00000350] [Media: channel_a] main private error: cannot pre fill buffer
[00000292] [Media: channel_b] main private error: cannot pre fill buffer
[00000328] [Media: channel_c] main private error: cannot pre fill buffer
Can anyone fill me in on what these mean and what I might be missing? libavcodec is in /usr/lib and /usr/lib64 as both .so and .a
Thanks!