Hello,
I'm trying to test that
1. VLC server(option with showing its display) pushes traffic into NS-3 through the left side tap like an tap-csma-virtual-machine.cc
2. The traffic traverses NS-3 nodes and arrives at a final node.
3. VLC client receives the traffic which comes out of the final node via a right side tap.
LXC containers were configured properly by following the guide ""HOWTO Use Linux Containers to set up virtual networks" except using "lxc-execute" command instead of "lxc-start".
Next, I tried to start VLC player inside a LXC container (e.g., left).
It shows the error like the following. (Actually, I've configured and built the VLC source with --enable-run-as-root option)
ditto@left:~/test/vlc-2.1.1$ ./vlc
VLC media player 2.1.1 Rincewind (revision 2.1.0-207-g89c9520)
[0xe9fa08] main interface error: no suitable interface module
[0xda7248] main libvlc error: interface "globalhotkeys,none" initialization failed
[0xe9fa08] dbus interface error: Failed to connect to the D-Bus session daemon: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
[0xe9fa08] main interface error: no suitable interface module
[0xda7248] main libvlc error: interface "dbus,none" initialization failed
[0xda7248] main libvlc: 기본 인터페이스로 vlc 실행. vlc 인터페이스 없이 사용하려면 'cvlc' 을 사용하세요.
[0xea4df8] qt4 interface error: Could not connect to X server
[0xea4df8] skins2 interface error: cannot initialize OSFactory
[0xea4df8] [cli] lua interface: Listening on host "*console".
VLC media player 2.1.1 Rincewind
Command Line Interface initialized. Type `help' for help.
>
Do you have any idea on "Running VLC player inside LXC container" ?
Thanks.
/Jeonghwan Kim