Results 1 to 5 of 5

Thread: Unable To Play RTP Payload In WAV Format

  1. #1
    Join Date
    Jan 2010
    Posts
    59

    Unable To Play RTP Payload In WAV Format

    Hello to everyone. I have recently started to work on the MobileSIPClient project. And it is needed to work . The aim of the project is to follow the steps below:
    • It is needed to perform the Registration to a Proxy Server.
    • It will also need to perform the Deregistration.
    • Add the contact.
    • Instant Messaging.
    • Details for contact.
    • Settings for account.
    • Making call.

    Now I can able to perform the all of the requirement, but I am not able to create the code for calling. Currently I am working on My Nokia Handset.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Unable To Play RTP Payload In WAV Format

    Hello, If you provide the code which you have created for the rest of the requirement, then I will able to help you on the basis of that. So, simply provide the details about it, so I can simply make use of the details from your application code and provide you details about the code which you are searching. So, just reply with the existing code.

  3. #3
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Unable To Play RTP Payload In WAV Format

    Hello, you must need to make use of the SIP protocol for your purpose. As you will create the application with the J2ME you need to make use of the steps below for getting the solution:
    • Open the Connection For Receiving
    • Then simply receive the packets.
    • RTP Packet Extraction.

  4. #4
    Join Date
    May 2008
    Posts
    2,297

    Re: Unable To Play RTP Payload In WAV Format

    Hello, I have tried the code below, but it is giving me exception. Check that if you can able to rectify and use for your purpose:
    Code:
    ByteArrayInputStream bInputStream = new ByteArrayInputStream(RTPSourceStream.getInstance().getRTPPayload());
    this.rtp_play = Manager.createPlayer(bInputStream, "audio/x-wav");
    this.rtp_play.realize();
    this.rtp_play.start();

  5. #5
    Join Date
    May 2008
    Posts
    2,012

    Re: Unable To Play RTP Payload In WAV Format

    Hello, I think you must need to make use of the different books for this purpose. As from that you will able to get more details for creating code as per your requirement. So, simply make use of that and get the solution for your problem. You need to use the books which are specially dedicated to the calling from the phone. It will help you.

Similar Threads

  1. Replies: 4
    Last Post: 02-01-2011, 06:36 AM
  2. Unable to format nokia 5130 with format codes
    By Lashawn in forum Portable Devices
    Replies: 5
    Last Post: 18-03-2010, 09:51 AM
  3. Replies: 8
    Last Post: 26-02-2010, 10:33 PM
  4. Unable to convert djvu format files in JPEG format
    By Suzane in forum Windows Software
    Replies: 2
    Last Post: 11-05-2009, 05:14 PM
  5. Unable to play .mpeg format video at the correct speed
    By Darshan22 in forum Windows Software
    Replies: 3
    Last Post: 24-03-2009, 10:37 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,285,039.05073 seconds with 17 queries