Wednesday, June 18, 2008

bash script to send video to the TV

#! /bin/bash
#This script send fullscreen video to the tv through VLC (http://www.videolan.org/vlc/)
#read $1
DISPLAY=:0.1 vlc --fullscreen $1