[Live-devel] RTP client/server
Madhukar
madhukar at kosmicsolutions.com
Thu May 27 11:46:55 PDT 2004
I WANT TO TRANSFER A TEXT FILE FROM ONE COMPUTER TO ANOTHER COMPUTER.
SIMPLE CLIENT SERVER PROGRAM BY USING RTP/RTCP AND UNDERLYING PROTOCOL UDP.
PLEASE VISIT THIS URL.
http://www-out.bell-labs.com/project/RTPlib/DOCS/rtp_test.html
ttp://www.cs.columbia.edu/IRT/software/rtplib/rtplib-1.0a1/rtp_api.html#examples
IN LINUX SYSYTM I JUST WROTE A PROGRAM
#include "rtp_api.h"
#include "rtp_crypt.h"
context my_context;
rtperror the_err;
the_err=RTPCreate(&my_context)
if(the_err!=RTP_OK)
{
printf("%s\n",RTPStrError());
}
in the above code..it is not identifing the context,rtperror..so which
libraray i have to include..or else i have to download any libraray pavkages
from net????it is giving error it don't know rtpCreate().
please can anybody guide me.
do i need any other inbuilt libraray???do i need to install any other
library??
--
Regards
Madhukar M
Embedded Division
KOSMIC TECHNOLOGIES
Chennai.
More information about the live-devel
mailing list