cpu :
top - 15:34:12 up 6 days, 51 min, 1 user, load average: 0.62, 0.16, 0.05
Tasks: 72 total, 1 running, 71 sleeping, 0 stopped, 0 zombie
Cpu0 : 94.0%us, 0.7%sy, 0.0%ni, 5.0%id, 0.0%wa, 0.3%hi, 0.0%si, 0.0%st
Cpu1 : 29.2%us, 1.3%sy, 0.0%ni, 69.1%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
Mem: 2061512k total, 448344k used, 1613168k free, 73696k buffers
Swap: 1502036k total, 0k used, 1502036k free, 208320k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
30759 nico 20 0 164m 128m 6884 S 126 6.4 0:47.57 vlc
FYI, my vlm file + command line :
---------------------------------
new channel1 broadcast enabled
setup channel1 input udp://@:1234
setup channel1 output #duplicate{dst=mosaic-bridge{id=1,height=576,width=720},select=video,dst=bridge-out{id=1},select=audio}
new background broadcast enabled
setup background input fake://
setup background output #transcode{sfilter=mosaic,vcodec=mp2v,vb=1024,scale=1}:bridge-in{delay=0,id-offset=100}:standard{access=http,mux=ts,dst=127.0.0.1:8080}
new channel2 broadcast enabled
setup channel2 input
http://127.0.0.1:8080
setup channel2 output #std{access=http,mux=ts,dst=172.30.92.72:8081}
control background play
control channel1 play
control channel2 play
--------------------------------
command line :
vlc --color -I telnet --vlm-conf /home/nico/vlm.conf --ttl 40 --fake-file /home/nico/fond.jpg --fake-aspect-ratio "4:3" --mosaic-width 720 --mosaic-height 576 --udp-caching 5000 --mosaic-keep-picture --mosaic-rows 1 --mosaic-cols 1 --mosaic-position 1 --mosaic-order 1 --ipv4
Niko