Project: Stream H.264 Video to QT Player

Due: Project presentations will be on 12 April 2010 (in class). The project report is due 12 April 2010 (in class).

Below are the details of the project.

Project Scope

In this project, your task is to enable existing Yima Server PE v1.1 to communicate with an existing RTSP/RTP client software. Your implementation will be added to the Yima Personal Edition streaming media server code. You will be given the source code of Yima PE.

Your implementation will be added to the Yima Personal Edition streaming media server code. You will be given the source code of Yima PE. You then have to implement your routines within this framework.

To submit your project, create a tarball of all yours sources, (please exclude sample audios, object files etc.), put it into IVLE workbin. Your source code should be properly commented with explanations to help me understand your code. You must include a README.txt file that explains how your code works.

How to Compile/Run under Linux

Instructions on how to install, compile and run Yima PE can be found in a PDF file here. More information will be given during the lecture on 9 February and can be found in the slides here.

Resources

All the students talking this module have an account on cervino.ddns.comp.nus.edu.sg. The machine is running RHEL 4.6. The QT streaming server for testing is already installed on this machine.

Make sure that you include the following statement in your .bash_profile file in your home directory (modify it if necessary):

LD_LIBRARY_PATH=$HOME/YimaPE_v1.0/Server/qpthread-1.3.1
export LD_LIBRARY_PATH

Additional information: