summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-26 23:17:32 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-26 23:17:32 +0000
commit7469e217d318af8635af42c784a91f94ccf0df7a (patch)
tree664703a1aad5754c68e11e73c9bcf6d81d07661a
parent79f94cdd8bfa82fd31eaf9255720c00659d86607 (diff)
downloadATCD-7469e217d318af8635af42c784a91f94ccf0df7a.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c6
-rw-r--r--TAO/orbsvcs/tests/AVStreams/mpeg/README52
2 files changed, 58 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index b3808295b1b..01dd354997e 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,9 @@
+Wed Aug 26 18:15:37 1998 Nagarajan Surendran <naga@cs.wustl.edu>
+
+ * orbsvcs/tests/AVStreams/mpeg/: Added a README file and
+ renamed the README and INSTALL files to README.OGI and
+ INSTALL.OGI.
+
Wed Aug 26 18:07:31 1998 Jeff Parsons <jp4@cs.wustl.edu>
* tao/orb.h:
diff --git a/TAO/orbsvcs/tests/AVStreams/mpeg/README b/TAO/orbsvcs/tests/AVStreams/mpeg/README
new file mode 100644
index 00000000000..cbdc683a686
--- /dev/null
+++ b/TAO/orbsvcs/tests/AVStreams/mpeg/README
@@ -0,0 +1,52 @@
+TAO MPEG Player
+==========================
+
+This directory contains the source code for TAO's Audio/Video Mpeg
+player. This is written using the TAO's Audio/Video streaming service.
+
+This is a modified version of the Distributed Audio/video Mpeg player
+developed at the Oregon Graduate Institute. For more information about
+the original player read README.OGI.
+
+The MPEG-1 player requires X windows and hence may not work on Windows
+platforms.
+
+To run:
+======
+
+1. Start the Naming service.
+
+2. Start mpeg/source/server/server
+
+3. You can start the player
+ mpeg/source/client/vcr
+
+The video and audio files can be either specified on the command line
+or be read from a file in
+
+ ~/.vcr/vcrPrograms
+
+The format of the entries should be like this
+Three Stooges-1
+/project/merengue/MPEG_movies/ts1_v.mpg
+/project/merengue/MPEG_movies/ts1_a.au
+
+i.e
+Name of the Movie.
+Video file path
+Audio file path.
+
+You can download some of the MPEG-1 audio and video files from this
+URL.
+ http://www.cs.wustl.edu/~naga/MPEG_movies
+
+You can also download the .Info files used by the server to store the
+information about the MPEG files.
+
+If you have the ~/.vcr/vcrPrograms then you can select the Prog button
+on the player and select the movie.
+
+You can also give the audio and video files on the command line like
+
+vcr -v video_file_path -a audio_file_path.
+