consulter le wiki pour plus d'info sur l'utilisation : https://www.assembla.com/spaces/habitv/wiki

Pour faire tourner habiTv, il vous faut : 
- une jre 1.7
- les dernires versions des outils : rtmpdump, curl, ffmpeg, aria2c (facultatif)

dans le fichier config.xml, modifier les proprits binPath pour indiquer comment excuter ces outils : 

	<downloader>
		<name>rtmpdump</name>
		<binPath>rtmpdump</binPath>
	</downloader>
	<downloader>
		<name>curl</name>
		<binPath>curl</binPath>
	</downloader>	
	<downloader>
		<name>aria2</name>
		<binPath>aria2</binPath>
	</downloader>

Pour lancer habiTv en mode Tray : 
java -cp lib/trayView.jar:lib/* com.dabi.habitv.tray.TrayLauncher

Pour lancer habiTv en mode console
java -cp lib/consoleView.jar:lib/* com.dabi.habitv.console.ConsoleLauncher