#ifndef rtpMPEGLib_H
#define rtpMPEGLib_H
int play( unsigned long starting_time, SOCKET sock );
int pause();
int resume();
int stop(); 
#endif