Hi,
The S60 RTP quick quide as followed:
1. Open RTP
iRtpApi = CRtpAPI::NewL( ..)
iRtpApi->OpenL( ..);
iRtpApi->StrartConnection( ..);
2. CreateSession
Type: Posts; User: ChuanW; Keyword(s):
Hi,
The S60 RTP quick quide as followed:
1. Open RTP
iRtpApi = CRtpAPI::NewL( ..)
iRtpApi->OpenL( ..);
iRtpApi->StrartConnection( ..);
2. CreateSession
2) Do i need to maintained a buffer ( ex: jitter buffer) before i pass the data to RTP ? If yes Is their any public APIs available to maintains buffer?
Yes. The buffer has to be maintained before...
Hello
To send and receive RTP packet, please do the step 4,5 and 8.
1. Open RTP
iRtpApi = CRtpAPI::NewL( ..)
iRtpApi->OpenL( ..);
iRtpApi->StrartConnection( ..);
Here is the quick guide for using Nokia Rtp
1. Open RTP
iRtpApi = CRtpAPI::NewL( ..)
iRtpApi->OpenL( ..);
iRtpApi->StrartConnection( ..);
2. CreateSession
iRtpApi->CreateSessionL( .....