|
| Playing DVDs |
|
| Playing DVDs with Mplayer |
- play the dvd ( default device is /dev/dvd )
mplayer dvd://1
mplayer dvd://2
mplayer dvd://3
mplayer -dvd 1 -dvd-device /dev/hdc
- Get as much info about the movie
mplayer dvd://1 -dvd-device /dev/hd* -vo null -ao null -frames 0 -v 2>&1 | grep sid >log.txt
mplayer dvd://1 -dvd-device /dev/hdd -vo null -ao null -frames 0 -v 2>&1 | grep aid >>log.txt
|
| Playing DVDs with VLC |
|
| Playing DVDs with Xine |
|
| Streaming Video |
|