#!/bin/sh

vlc -Idummy v4l:/dev/video0:size=qvga --novideo >/dev/null  2>/dev/null &


VLC_PID=$!
renice 0 $VLC_PID
#wait $VLC_PID

