Error running cirrus voice chat application

hello experts,
1) . As per the guidelines... i signed up on cirrus to get the developer key and rtmfp netconnection key.... i received the following:-
Your (codename) Cirrus developer key is:
6620faa05e8785b2ea3616a2-.......
To connect to the Cirrus service, open an RTMFP NetConnection to:
rtmfp://p2p.rtmfp.net/6620faa05e8785b2ea3616a2-.....
2). Inside the code(mxml) i made following changes
        // rtmfp server address (Adobe Cirrus or FMS)
            [Bindable] private var connectUrl:String = "rtmfp://p2p.rtmfp.net";
            // developer key, please insert your developer key here
            private const DeveloperKey:String = "6620faa05e8785b2ea3616a2-7ffe01f89c02";
            // please insert your web service URL here for exchanging peer ID
            private const WebServiceUrl:String = "rtmfp://p2p.rtmfp.net/6620faa05e8785b2ea3616a2-7ffe01f89c02/";
3). When i run the application i am recieving error
ScriptDebug: Connecting to rtmfp://p2p.rtmfp.net
ScriptDebug: NetConnection event: NetConnection.Connect.Success
ScriptDebug: Connected, my ID: 78e69f93deef48850a2aa296362b0aebc78caa83423233226d2cf7a97e886b91
ScriptDebug: ID event: idManagerError
ScriptDebug: Error description: HTTP error: (mx.messaging.messages::ErrorMessage)#0
  body = ""
  clientId = "DirectHTTPChannel0"

LaalaPanchal wrote:
Hello,
I was just trying the code given in JMF documentation for voice chat. When i ran the below given code, it doesn't throw any error but after running this program when i speak anything into my microphone i am unable to hear anything. What can be the problem?Why exactly are you expecting to hear anything? You don't have anything in your code to render sound, so why're you expecting it to?

Similar Messages

  • 3GS Voice Chat Application

    Hey I'm looking for a specific voice chat application. I would like an app that would allow multiple users to join a chat room and talk via voice with each other on the iphone. I would like this app to also allow users on a PC to join into this voice chat with iphone users. I would also like to make the chat room private so only certain users can join the chat room. Is there an existing application that accomplishes this? I have searched around the internet and haven't found anything yet. Thanks.

    Stebalien wrote:Cool! However, the key exchange system looks a little unwieldy; personally, I would give everyone a permanent "identity" key (preferably allow the user to a GPG key) and then use the socialist millionaire's protocol (SMP) to exchange these keys. Once the keys have been exchanged, they can be used to negotiate shared session keys. This way, once you talk to someone once, you don't need to keep manually sharing a key with them. The OTR library (libotr) does this very well but I don't know how usable it would be for this project (it's intended for layering encryption over existing IM protocols).
    Really thanx for your interest, i refer to the main developer . Be free to come in #seren on irc.freenode.net , to talk directly with him and the community!

  • JDev 10.1.3 : Error running my first ADF application.

    I compiled and runned my first JDev application and I cound the following error during the connection :
    java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-12705: invalid or unknown NLS parameter value specified
    I found the same error in 10.1.2.1 and I solved it replacing the new JDBC driver with the old one !
    Should I do the same ?
    Tks
    Tullio

    You where right, the conversion left a "JClient Runtime" library.
    I eliminated it and I went back to the original error.
    ## Detail 0 ##
    oracle.jbo.DMLException: JBO-26061: Error while opening JDBC connection.
         at oracle.jbo.server.ConnectionPool.createConnection(ConnectionPool.java:220)
         at oracle.jbo.server.ConnectionPool.instantiateResource(ConnectionPool.java:135)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:539)
         at oracle.jbo.pool.ResourcePool.useResource(ResourcePool.java:329)
         at oracle.jbo.server.ConnectionPool.getConnectionInternal(ConnectionPool.java:87)
         at oracle.jbo.server.ConnectionPool.getConnection(ConnectionPool.java:66)
         at oracle.jbo.server.ConnectionPoolManagerImpl.getConnection(ConnectionPoolManagerImpl.java:56)
         at oracle.jbo.server.DBTransactionImpl.establishNewConnection(DBTransactionImpl.java:876)
         at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1115)
         at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:5845)
         at oracle.jbo.server.DBTransactionImpl2.connect(DBTransactionImpl2.java:117)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:194)
         at oracle.jbo.server.ClConnectionStrategy.connect(ClConnectionStrategy.java:41)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:440)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:331)
         at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:7736)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:3870)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2052)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1851)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2655)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:395)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:390)
         at oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1533)
         at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1491)
         at axioma.a4j.ap.servizi.client.ServiziClient.creaAmServizi(ServiziClient.java:588)
         at axioma.a4j.ap.servizi.client.ServiziClient.<init>(ServiziClient.java:42)
         at axioma.a4j.ap.servizi.client.ServiziClientInterattivo.<init>(ServiziClientInterattivo.java:16)
         at axioma.a4j.ap.dashboard.DsTavolo.<init>(DsTavolo.java:57)
         at axioma.a4j.ap.dashboard.DsTavolo.creaTavolo(DsTavolo.java:460)
         at axioma.a4j.ap.dashboard.StartUp.<init>(StartUp.java:22)
         at axioma.a4j.ap.dashboard.StartUp.main(StartUp.java:26)
    ## Detail 0 ##
    java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-12705: invalid or unknown NLS parameter value specified
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:305)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:272)
         at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:648)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:308)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:434)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:571)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:140)
         at oracle.jbo.server.ConnectionPool.createConnection(ConnectionPool.java:189)
         at oracle.jbo.server.ConnectionPool.instantiateResource(ConnectionPool.java:135)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:539)
         at oracle.jbo.pool.ResourcePool.useResource(ResourcePool.java:329)
         at oracle.jbo.server.ConnectionPool.getConnectionInternal(ConnectionPool.java:87)
         at oracle.jbo.server.ConnectionPool.getConnection(ConnectionPool.java:66)
         at oracle.jbo.server.ConnectionPoolManagerImpl.getConnection(ConnectionPoolManagerImpl.java:56)
         at oracle.jbo.server.DBTransactionImpl.establishNewConnection(DBTransactionImpl.java:876)
         at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1115)
         at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:5845)
         at oracle.jbo.server.DBTransactionImpl2.connect(DBTransactionImpl2.java:117)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:194)
         at oracle.jbo.server.ClConnectionStrategy.connect(ClConnectionStrategy.java:41)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:440)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:331)
         at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:7736)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:3870)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2052)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1851)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2655)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:395)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:390)
         at oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1533)
         at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1491)
         at axioma.a4j.ap.servizi.client.ServiziClient.creaAmServizi(ServiziClient.java:588)
         at axioma.a4j.ap.servizi.client.ServiziClient.<init>(ServiziClient.java:42)
         at axioma.a4j.ap.servizi.client.ServiziClientInterattivo.<init>(ServiziClientInterattivo.java:16)
         at axioma.a4j.ap.dashboard.DsTavolo.<init>(DsTavolo.java:57)
         at axioma.a4j.ap.dashboard.DsTavolo.creaTavolo(DsTavolo.java:460)
         at axioma.a4j.ap.dashboard.StartUp.<init>(StartUp.java:22)
         at axioma.a4j.ap.dashboard.StartUp.main(StartUp.java:26)
    This error seems to be related to the EnvInfoProvider and I found it in 10.1.2.1 .
    Using tester (wich uses a different infoprovider) it works with the same AM.
    I suspect something changed in jdbc driver (may be symply a default) wich TesterInfoProvider resets correctly but my code don't.
    Tks
    Tullio

  • Error running SendMail when launch application from JNI

    Hello,
    I am getting the following exception when I try to send email using JavaMail. This error began happening when we upgraded to Java 1.6. It does not happen with earlier versions of Java.
    javax.mail.SendFailedException: Sending failed;
    nested exception is:
         javax.mail.MessagingException: IOException while sending message;
    nested exception is:
         javax.activation.UnsupportedDataTypeException: no object DCH for MIME type multipart/mixed; boundary="----=_Part_0_2882193.1230049431911"
    I have browsed through the forums and read the many postings with a similar error. I have tried the variety of suggestions, but nothing seems to work. My understanding is the JAF is included in Java 1.6, so we should not need the activation.jar in our classpath anymore. Even so I have tried with and without the activation.jar in the classpath. I do not think it is a class loader issue because we do not build any of this into our application. It is all referenced in jar files on the classpath.
    The interesting thing is that I can launch the application with a normal JVM launch and it works just fine. The error only occurs when I launch the application from a C++ application using JNI. In both cases I am using the exact same classpath. The error occurs whether I include activation.jar in the classpath or not.
    I have tried to programmatically add the MIME types using the MailCommandMap class, but this had no effect.
    The most recent test I ran was to put the activation.jar and mail.jar files in my C:\Java\jre6\lib\endorsed directory. This actually cleared up the error. This is not a viable solution for us, but it leads me to believe the .mailcap file is not being loaded correctly for some reason. I just cannot figure out what the issue could be as it seems to be associated with JNI.
    Thank you for any help,
    Mary Kathryn

    Because JAF is now part of the JDK, the JAF classes are loaded by the system class loader
    instead of the application class loader. If the thread's context class loader is not set, JAF
    uses its class loader to load the mailcap files. Since JavaMail's mailcap file is in mail.jar,
    and mail.jar is still loaded by the application class loader, the system class loader can't
    find JavaMail's mailcap file.
    Normally, when starting the application using the "java" command, the thread's context
    class loader will be set to the application's class loader. This may not be happening
    automatically when starting the application with JNI.

  • Seren -- New CLI voice chat application (AUR)

    Hi there!
    I'm posting this message hoping to reach for all the users that prefer to work
    from the terminal and appreciate simple, light and open programs.
    I want to recommend an application that I've been using for some months now
    and have some feedback from the community if possible. The application is called
    Seren, and it is basically a small VoIP program that allows you to setup a voice
    conference (with up to 10 people) from the terminal using a basic ncurses interface.
    The project is quite new but I have to say that the audio quality is excellent
    thanks to the Opus codec, there is basic support for sending text messages and
    the whole traffic in encrypted to protect your privacy.
    You can find more information about Seren, as well as the source code, in its
    official webpage:
    http://holdenc.altervista.org/seren/
    Just yesterday the latest version was released
    I've also created an AUR for Seren, here it is:
    https://aur.archlinux.org/packages/seren/
    Let me know what you think if you decide to give it a go!
    For everything, be free to ask directly to #seren on irc.freenode.net, the seren community will be happy to answer!
    Last edited by krabador (2014-08-03 00:56:16)

    Stebalien wrote:Cool! However, the key exchange system looks a little unwieldy; personally, I would give everyone a permanent "identity" key (preferably allow the user to a GPG key) and then use the socialist millionaire's protocol (SMP) to exchange these keys. Once the keys have been exchanged, they can be used to negotiate shared session keys. This way, once you talk to someone once, you don't need to keep manually sharing a key with them. The OTR library (libotr) does this very well but I don't know how usable it would be for this project (it's intended for layering encryption over existing IM protocols).
    Really thanx for your interest, i refer to the main developer . Be free to come in #seren on irc.freenode.net , to talk directly with him and the community!

  • Need help creating a voice chat application with java

    Hi, all:
    I'm currently using MSN messenger to talk to my friends online. However, the quality gets pretty low sometimes since MSN is a centralized service. So I was wondering if I know a friend well, and he gives me his IP, would it be better for me to just write a simple java app that captures audio from a microphone and send it over through a socket. Once the byte stream gets there, his side of the app can play it back. Of course, the packets I'm sending and receiving will just be normal TCP/IP packets, but we wouldn't have to go through a MSN messenger server, so would the audio quality be better in this case?

    Maybe, but there is probibly other software you can use for direct connections. I would try these first.

  • Problem in voice chat applet

    hi all,
    I am developing a Voice chat applet using java(JDK1.4,JMF). If i run my programs of transmitting voice and receiving voice from one machine to another machine(Without applet), its working fine.
    When i am sending voice from my server machine, and receiving on someother machine by application, its working fine.
    But if i am using my applet from some other machine(Other then server) its creating problems. Its showing some errors.
    Can you suggest some solutions??
    Thanks in advance.
    Abhishek

    hi,
    i also develop the voice chat application. can you send your source code to me. may be i can help you to solve your problems.
    my email is [email protected]

  • Code for Voice Chat.

    Dear Friends,
    We are facing some problem in Voice Chat Application .
    Kindly please send the code for this to the below ID,
    [email protected]
    Thanks in Advance.
    With Regards,
    Sarah Stepenson.

    The sender part runs ok, but the receiver freezes at the line: audioPlayer = Manager.createRealizedPlayer(url);The problem maybe because you are using same urls in Sender as well as Receiver.
    Note:
    Let:- address of sender = 192.168.1.100
    & address of receiver = 192.168.1.101
    Then:- in Sender class you use receiver's address i.e. rtp://192.168.1.101:22224/audio
    and in Receiver class you use sender's address i.e. rtp://192.168.1.100:22224/audio
    Thanks!

  • Voice chat optimization

    I am developing voice chat application using weborb for .net.
    Currently I am facing some problem like voice chat lagging there is 5-20 seconds and echo sound.
    I am using SPEEX codec and it’s encode quality is set to default value i.e. 6.
    So is there any another way to improve voice chat.
    Thanks and Regards,
    Prashant Raut.

    nuescapn wrote:
    Could u please provide exact link?? And I saw 2 other topics similar to mine. What is RIM's contact in the US? 
    Article ID: KB27203 Default BlackBerry PlayBook tablet applications versus content available per country
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Voice Chat and MailClient in Java

    I am developing Chat application with VOICE CHAT
    and MAILBOX as additional features
    can anyone send me the source code of Voice chat
    application and steps to develop a mailbox

    This will be useful for voice chat developing:
    http://forum.java.sun.com/thread.jspa?threadID=232769&tstart=75

  • Windows Based Voice Chat

    Hai friends,
    iam new to this group.let's introduce myself to you.iam studying final year B.tech(I.T).i need voice chat application source code completely.
    can anyone help me please
    pls mail to [email protected]

    nuescapn wrote:
    Could u please provide exact link?? And I saw 2 other topics similar to mine. What is RIM's contact in the US? 
    Article ID: KB27203 Default BlackBerry PlayBook tablet applications versus content available per country
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Multicast Voice Chat - Best Way To Handle (Multicast /w more than one broadcaster)

    Hello. Currently I am working on a multicast voice chat application. I am a bit new to the multicast scene and I could really use some help with how to go about the next stage of coding.
    The plan is to make an application that allows 5 (expandable later) users to connect to each other through stratus and communicate using voice chat streams. Right now, I have been able to accomplish a typical broadcaster to receiver application, but I am not sure what the best way to go about adding multiple broadcasters is.
    I can currently see two real choices. Assign each member in the group a number (or use the ID's) and then create an additional receiving stream for each member that connects, or create 5 differen't group specifiers basically making 5 different instances of the application with one broadcaster and 4 receivers.
    If anyone can help me think of a better way, that would be great.
    Also, is there a way to find out the total number of users in a group or to access their ID's?
    Thanks.

    Take a look at the 3 packages that start with "java.util.concurrent", and the methods of java.util.Collections that start "synchronized. . ." and you can probably find something that will work for your situation.

  • BBM 7 Voice Chat Requirement

    I have a 6 months BIS on a pre-paid simcard. As I do not need to call, text or data (non-BIS), I have not recharge it ... but GOOD though as my BIS is still functioning 100%; i.e. BBM, BB Browsing, etc, are all in good order.
    I have just updated to BBM 7 knowing that it gives me BBM Voice Chat .... this will "presumably" give me more freedom by "merely" subscribing to BIS. When I tried to call "by tapping on Phone Sign", it always shows "Make sure you are connected to Wi-Fi and Try Again" while I am connected to Wi-Fi.
    Can anyone help me or share ideas with me on this ? Thanks

    if you're getting the error then BBM Voice Chat is not going to work for you.
    there is a work around if you manually enter the IP address of your device on the wifi network into yuor network settings (see: :: iMudassir: BBM 7 - Features & bug fixes) BUT you have to do this for every wifi network you connect to. so unless you only want to use it at say home or the office it's basically unuseable.
    i have the problem and having given up.
    seeing as RIM are so desperately trying to regain market share a mistake like this is a serious oopsy

  • I keep getting error message, "can't open application PACE because PowerPC applications are no longer supported." I've run Clean My Mac and I still get the error.

    I keep getting error message, "can't open application PACE because PowerPC applications are no longer supported." I've run Clean My Mac and I still get the error.

    Use the Finder "Go" menu while holding down the option key to expose your User / Library folder.
    Look in the Application Support folder for PACE items and delete them.

  • SSIS is not running in 64 bit production server - Error Class cannot be found while running from c# web application

    Full error message:
    An Integration Services class cannot be found. Make sure that Integration Services is correctly installed on the computer that is running the application. Also, make sure that the 64-bit version of Integration Services is installed if you are running a 64-bit
    application
    I have developed SSIS package in my development machine where the OS is 64 bit and sql server 2012 is installed.
    The package has excel source and oledb destination. Excel files can be both .xls and .xlsx format. Since i want to run both xls and xlsx format i have installed
    32 bit Microsoft Acess database engine form the below link, then both xls and xlsx format worked.
    .xls - 32 bit
    .xlsx - 32 bit and 64 bit is available. So in common i have to run it in 32 bit.
    I have set Run64BitRuntime to False and ran package. it is working fine. I cannot set Run64BitRuntime to True and run the packages. Because i have office products installed on my machine which is 32 bit. if try to install 64 bit Microsoft Acess
    database engine redistributable pacakage from below link , it is throwing error saying that, already office 32 bit product is installed so uninstall 32 bit product and install 64 bit.
    Excel connection string is Ace database engine only. everything works fine.
    microsoftcom/en-us/download/details.aspx?id=13255
    Now i am trying to invoke package from c# code by using Microsoft.SqlServer.ManagedDTS.dll and it is also working fine in my dev machine.
    When i deploy the web application in production am getting the error while invoking package. the full error message is posted in 1st line of this thread.
    Then i tried to execute the package in production server by using dtexec utility, it is working fine. I tried both 32 bit and 64 bit dtexec utility by going to specific path (program files(x86) and Program files) via command prompt.
    It is all working fine. So the error coming when i invoke from web application. My guess is ManagedDTS causing problem.
    Where can i find 64 bit Microsoft.SqlServer.ManagedDTS.dll
    or is it because of any other problem. i have checked below links, still problem not resolved.
    social.msdn.microsoftcom/Forums/sqlserver/en-US/491384d2-02f7-4178-a1c3-bcbd58e57fce/an-integration-services-class-cannot-be-found-make-sure-that-integration-services-is-correctly?forum=sqlintegrationservices
    forums.aspnet/t/1990417.aspx?Issue+deploying+SSIS+Package+in+production+web+server

    1) "I have set Run64BitRuntime to False and ran package" -> this is not valid outside of your development environment, it is made for simulation purposes as all the dev tools are 32 Bit
    2) "Where can i find 64 bit Microsoft.SqlServer.ManagedDTS.dll " is basically SSIS. It is quite possibly the culprit. I am inclined to think you attempt to run the package where there no SSIS installed.
    Arthur
    MyBlog
    Twitter

Maybe you are looking for