[MPlayer-users] Encrypted VOB file (not compiled with libcss support) when playing over mplayer /dev/dvd
Corey Hickey
bugfood-ml at fatooh.org
Fri Jun 6 10:32:11 CEST 2003
Joerg Esser wrote:
> It´s this damned Road Trip DVD what makes trouble. When I try mplayer
> dvd:// it only plays the first title but is has 15 titles.
> I rent another one (Mr. Deeds) and this one works fine with mplayer dvd://
> Every title is played correct.
>
> Anyone else had similar problems ?
>
> Thx,
>
> and yes I RTFM :)
>
Are you saying you want to play all 15 titles, one after another?
mplayer dvd://1 dvd://2 dvd://3 ... dvd://15
-or-
mplayer $(for i in $(seq 1 15) ; do echo dvd://$i ; done)
There's got to be a better way to do what I wrote above, but that's what
comes to mind.... :)
-Corey
More information about the MPlayer-users
mailing list