Here are the commands that I used to view the video
[mastersj@periscope DVD-easy]$ cat watch-dvd
#!/bin/sh
echo "This function was started on:"
date
esdctl off
# mount /dev/cdrom /mnt/cdrom
mount -t udf /dev/cdrom /mnt/cdrom
./tstdvd /dev/cdrom
# ./tstdvd /dev/cdrom /mnt/cdrom/video_ts/vts_01_1.vob
./tstdvd /dev/cdrom /mnt/cdrom/VIDEO_TS/VTS_01_1.VOB
mv title-key title1-key
# cat /mnt/cdrom/video_ts/vts_01_[1-8].vob | ./css-cat -v1P -|
./mpeg2player -ns -fr 150 -q -vob -f -
cat /mnt/cdrom/VIDEO_TS/VTS_01_[1-9].VOB | ./css-cat -v1P -|
./mpeg2player -ns -fr 150 -q -vob -f -
The output generated:
[root@periscope DVD-easy]# ./watch-dvd
This function was started on:
Tue Nov 16 20:52:05 GMT 1999
mount: block device /dev/cdrom is write-protected, mounting read-only
Authenticated
Request AGID [1]...	AGID 0
Host sending challenge:  REMOVED
LU sent key1:  REMOVED
Drive Authentic - using varient 5
LU sent challenge:  REMOVED
Host sending key 2:  REMOVED
DVD is authenticated
Received Session Key:	REMOVED
Authenticated
Received Disc Key:	REMOVED 
Authenticated
Authenticated
Request AGID [1]...	AGID 0
Host sending challenge:  REMOVED
LU sent key1:  REMOVED
Drive Authentic - using varient 5
LU sent challenge:  REMOVED
Host sending key 2:  REMOVED
DVD is authenticated
Received Session Key:	REMOVED 
Authenticated
Received Title Key:	REMOVED 
 CPM=1, CP_SEC=0, CGMS=3
Authenticated
Using Key 3
---------------------------------------------
Verbose					Off
File					-
SDU size				131072
Video Stream ID				0
Audio Stream ID				0
Frame rate				150
Audio					AC3
Audio buffer				102400
Audio Time Stamp buffer			1000
Video					On
Video buffer				1024000
Video Time Stamp buffer			1000
Sync audio/video			Off
---------------------------------------------
Start MPEG 2 Player
Playing MPEG 2 PS Audio/Video
-- ac3dec-0.5.5 (C) 1999 Aaron Holtzman (aholtzma@ess.engr.uvic.ca)
5.1 Mode 48 KHz    384 kbps Complete Main Audio Service
Not Pack start code
( the above line is repeated several hundred times then the video shows
the copyright screen and I have to ^C to end it)
I am using the latest UDF and CSS kernel patches.
OK here's the directory contents:
[mastersj@periscope mastersj]$ cd /mnt/cdrom
[mastersj@periscope cdrom]$ ls -la
total 137
dr-xr-xr-x   3 root     root          196 Jul 30 09:37 ./
drwxr-xr-x  10 root     root         1024 Nov  9 23:09 ../
-r--r--r--   1 root     root       132096 Jun 27 22:27 SYSCHECK.EXE
-r--r--r--   1 root     root         1362 Jun 24 20:07 TECHSUPPORT.HTM
dr-xr-xr-x   2 root     root          768 Jul 30 09:37 VIDEO_TS/
[mastersj@periscope cdrom]$ cd VIDEO_TS/
[mastersj@periscope VIDEO_TS]$ ls -la
total 7585704
dr-xr-xr-x   2 root     root          768 Jul 30 09:37 ./
dr-xr-xr-x   3 root     root          196 Jul 30 09:37 ../
-r--r--r--   1 root     root        12288 Jul 30 09:37 VIDEO_TS.BUP
-r--r--r--   1 root     root        12288 Jul 30 09:37 VIDEO_TS.IFO
-r--r--r--   1 root     root      1597440 Jul 30 09:26 VIDEO_TS.VOB
-r--r--r--   1 root     root       102400 Jul 30 08:53 VTS_01_0.BUP
-r--r--r--   1 root     root       102400 Jul 30 08:53 VTS_01_0.IFO
-r--r--r--   1 root     root     27762688 Jul 30 08:51 VTS_01_0.VOB
-r--r--r--   1 root     root     1073739776 Jul 30 08:57 VTS_01_1.VOB
-r--r--r--   1 root     root     1073739776 Jul 30 09:02 VTS_01_2.VOB
-r--r--r--   1 root     root     1073739776 Jul 30 09:06 VTS_01_3.VOB
-r--r--r--   1 root     root     784889856 Jul 30 09:09 VTS_01_4.VOB
-r--r--r--   1 root     root     1073739776 Jul 30 09:13 VTS_01_5.VOB
-r--r--r--   1 root     root     1073739776 Jul 30 09:17 VTS_01_6.VOB
-r--r--r--   1 root     root     1073739776 Jul 30 09:21 VTS_01_7.VOB
-r--r--r--   1 root     root     510838784 Jul 30 09:23 VTS_01_8.VOB
[mastersj@periscope VIDEO_TS]$ 
Can someone please help me with this continuing (irritating problem).
There _must_ be more than 8 video files since the file is obviously much
longer.
TIA,
	Jon.
-- Jonathan C. Masters jonathan@oxlug.org What I want is all of the power and none of the responsibility.- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/