Hi all;
I want to change the receivers end of the rtp file stream. so where does the RtpPacketReceived() is called, and how can i change that calling function in order to listen multicast packet...
Type: Posts; User: Jayasanka; Keyword(s):
Hi all;
I want to change the receivers end of the rtp file stream. so where does the RtpPacketReceived() is called, and how can i change that calling function in order to listen multicast packet...
hi
anyone know the solution to get listening channel in L2CAp via socket.GetOpt() ?
plz help..!!
Hi all;
does anyone implement RTP for bluetooth voice streaming application ? in general applications (Example) we need to set Ip for the send and receive RTP packet, so instead of using IPs, like...
is that the only solution to assign iAPSObserver to "nothing" ? because defining a pointer causes another problems :(
I need to assign a null value to object called
CQueueHandler& iAPSObserver;
I need to initialize this form another method, but the question is, since there is no constructor initialization in...
Anyone tried to develop a voice conference over WLAN system. I'm developing such application, but it always crash when there are multiple connections open at a time. Is there a way to check the...
Thankx;
now it works, i've re-import the project. :)
Hi;
yes, my project got compile correctly, and in the .RSG file has a entry like this;
#define R_MYIP_QUERY_DIALOG 0x702b100e
but Carbide C++ IDE cannot identify the symbol...
hi;
In my application cannot find resource symbol "R_MYIP_QUERY_DIALOG" even it already has in my .RSG file. and I have included that .RSG file in to my class file. Problem occures following line;...
Thanks wizard_hu_ , i ve learn a lot more than I expect.. but stil i'm struggling on sending multiple requests at same time.
I thought "flag" is used for identify different packet sequences. If i...
Hi;
So how do I tell to the ActiveObject to use queued requests, if u have any code example please past on them in this thread.
do I need to create a several ActiveObjects to do this? or do I...
TLex lex(ips);
while (!lex.Eos())
{
ConfMember *cnfMem = new (ELeave) ConfMember();
TPtrC ptr(lex.NextToken());
reqIPBuf = ptr;
cnfMem->myReqIP.Copy(reqIPBuf);
Thanks wizard_hu_, mayankkedia and and savaj for ur helps. BTW I couldn't find the exact solution to the bellow errors, but now Im using bellow code and it work properly for me. since my project now...
Thanks so much , I've add WriteUserData capability to my mmp file. But it still not work properly. Following is a part of new "epocwind.out" file,
----------------------------
...
according to epocwind.out file the error is Panic KERN-EXEC 3
---
PlatSecDisabledCaps NONE
0.000 Thread 02471280 created @ 0x2471280 - Win32 Thread ID 0x61c
...
I've debug my app an i think since CPbkMultipleEntryFetchDlg dialog does not pop-up, paramCount always have -ve value. At that point the Application will crash.
Even I Enabled Extended panic code...
Hi,
i'm using http://wiki.forum.nokia.com/index.php/How_to_add_contacts_from_phonebook?fnLanguageSelect=Portuguese example to get multi-contact info from the phone book. Currently I'm testing my...
I also going to develop such application. As 'projeci' said there are few number of topics are discussing voice conferencing over Symbian. Is it could be done with the current technologies on s60...
I also had the problem of "cannot find 'wlancdbcols.h'" even I installed "S60_3rd_Ed_SDK_FP1_API_Plug-In_Pack" correctly to my Symbian SDK, but finally I solved it by copying the suitable plug-in...