Part Number: AM3358
Hi,
I am using beaglebone black am3358 processor.
I am using meta-ti (thud) branch and trying to add vlc in to my rootfs.
I am able to add vlc in to the rootfs but when i am runing vlc from command prompt then i am getting below error
root@beaglebone-black:~# vlc
VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
[004e6950] core xml reader error: XML reader not found
Home directory not accessible: Permission denied
[005020a8] pulse audio output error: PulseAudio server connection failure: Connection refused
[004f0e40] core interface error: no suitable interface module
[0046e218] core libvlc error: interface "globalhotkeys,none" initialization failed
[004f0e40] dbus interface error: Failed to connect to the D-Bus session daemon: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
[004f0e40] core interface error: no suitable interface module
[0046e218] core libvlc error: interface "dbus,none" initialization failed
[0046e218] core libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Remote control interface initialized. Type `help' for help.
I tried with cvlc also
root@beaglebone-black:~# cvlc
VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
[004e29e0] core xml reader error: XML reader not found
Home directory not accessible: Permission denied
[004fe148] pulse audio output error: PulseAudio server connection failure: Connection refused
[004ece50] core interface error: no suitable interface module
[0046a218] core libvlc error: interface "globalhotkeys,none" initialization failed
[004ece50] dbus interface error: Failed to connect to the D-Bus session daemon: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
[004ece50] core interface error: no suitable interface module
[0046a218] core libvlc error: interface "dbus,none" initialization failed
[004ece50] dummy interface: using the dummy interface module...
Kindly help me what i am missing.