I'm tracing UDP packets and Ethereal shows me in UDP protocol filter.
Haroon
Type: Posts; User: hazmat; Keyword(s):
I'm tracing UDP packets and Ethereal shows me in UDP protocol filter.
Haroon
Hi ChuanW and payu.sergey,
can u give me little clue how can u able to receviev RTP packet,means ur observer is called. I use ether real to trace and sniff the packet and I'm sure packet is...
please put any comments on it...Anybody who is secceeded in receiving and sending RTP.Please share some line of code if u like.I'm stuck and really dont know what would be next step for getting out...
Hi,
I've these libraries
LIBRARY srtp.lib
LIBRARY rtpservice.lib
in the .mmp file of my project and second copy these libs and rtpapi.h header file.
...
Hi,
Is there any special range of port number for RTP.This question is raised in one of the previous thread and he fixed the problem by changing port number.
Thnaks in advance,
Haroon Azmat
Any clue plz!
Thnaks in advance,
Haroon Azmat
Hi all,
I'm sending G711 codec over RTP and application succssessfully keep sending it.Problem is that i'm not getting it at receiver end.
I've Started the iRtpAPI sessions at both ends as...
I found the reason of this problem so now atleast i'm able to send RTP packet but somehow my receive callback is not call at remote end.
I've a doubt regarding that. Should i need to start rtpapi...
Hi,
Here is my code for sending RTP packet.RTP Session has been started successfully and as u mentioned i've created both output and input streams and register Rtp observer as well.
TInt err =...
I'm bit confused as u mentioned me to use
8. Send RTCP packet
Set session bandwidth or rtcp fraction
iRtpApi->SetRtcpParameters(..);
iRtpApi->SendRtcpByePacket( .. );...
Hi,
You need to send equivalent SDP description part in INVITE request.I'm pasting some part of my code how u can create a media description it might be helpfull!
RStringF voiceMedia =...
Hi,
Anyone who has used RRtpSession framework please keep this thread rolling so other developers can take benifits out of it.
Thanks inadvance,
Haroon Azmat
Hi,
I'm using TCP SPY to monitor incoming and outgoing trafic of Symbian SIP Proxy Server.U can download that and install on the same machine where SIP server is running.Is there any other good...
Hi,
i've created output stream by calling RRtpSession function NewSendSourceL() which is not documented in SDK.If u look at rtp.h file u ll find out this function so it works fine.Now my problem...
Hi,
RRtpSendSource iSendSource;
RRtpSendPacket iSendPacket;
this line crashes my application,is anybody knows hoe to create a send stream ,please share with me couple of...
Hi,
I am developing VOIP client and implementing last part of this on N95 device which is sending and receiving voice data over RTP using RTPSession framework.I'm enable to open and register...
There is no example of RTPSession Framework please provide us atleast clues of how to use SendSource and ReceiveSource for sending and receiving RTP packets.
Thanks in advance,
Haroon Azmat
it is solved here...
http://discussion.forum.nokia.com/forum/showthread.php?t=111831
Haroon Azmat
it is solved .Look at my thread that i just closed.
http://discussion.forum.nokia.com/forum/showthread.php?t=111831
Haroon Azmat
Hi,
Paste the compiling Errors ,may be i can help u out.I Just set the CRtpAPI on my system but i'm decided to work on RtpSession.I got N95 and this phone 9.2 and supports this framework.
...
I just solved this....
http://discussion.forum.nokia.com/forum/showthread.php?t=111831
Haroon Azmat
Thanks alot,It works now.
Well done,I'm appreciated your gr8!!! reply.
So I'm closing this thread successfully.
Haroon Azmat
Please pay attention to my new thread ...
http://discussion.forum.nokia.com/forum/showthread.php?t=111831&highlight=haroon
I'm writing a VOIP client so on both ends we've same applications.
...
Please give me clue on this problem ...i'm almost on the way to implement RTP Framwork.To test my application i really need to remove this road block.I'm stuck at this point for last two, weeks...
Hi,
I defined the capabilities as you mentioned but my application crashed when i tried to create a ACCEPT-CONTACT header like this...
_LIT8( KAcceptContactParam,*;mobility=mobile;media=audio)...