Copy Instructions

  • Make a directory called VOD
  • Copy vod.tar.Z into VOD by clicking the right mouse button and selecting Save Link As ...

    Installation instructions for Video On Demand client

  • Open a shell
  • From the shell type:uncompress vod.tar.Z
  • type:tar xvf vod.tar
  • type:make
  • Run it from appletviewer by typing:appletviewer vodProg.html

    Installation instructions for simulated RTSP server

  • Open a shell
  • From the shell type:uncompress vod.tar.Z (if the source code hasn't extracted yet)
  • type:tar xvf vod.tar
  • Very Important: create a directory called sdp. Then create a file named sdp.txt with the sdp format. Here is a sample that I used sdp.txt
  • type:javac RTSPServer.java
  • type:java RTSPServer

    Installation instructions for simulated SDP server

  • Open a shell
  • From the shell type:umcompress vod.tar.Z (if the source code isn't extracted yet)
  • type:tar xvf vod.tar
  • type:javac SDPServer.java
  • type:java SDPServer

    Note: the simulated RTSPServer and SDPServer should be executed before the Video On Demand client

    Here are the sdp files that I used to test the robustness of the SDP parsing. In order to use them copy them into the sdp.txt file.

  • sdp.txt1-15
  • sdp.txt16-21
  • sdp.txt22-33
  • sdp.txt35-42
  • sdp.txt7-11