If I want to transmit the audio infomation use my own format, how can I do?

In order to transmit the sound for secret, I want to change the default format by encrypting it.
Is it viable?
If it is viable, where can i find the correlative data?

Seems like there are two directions you could go in. First, you could extend the Processor class to add support for transcoding a new audio format, and then you'd be able to encode/decode it the same way normal audio works. Good luck figuring out how to do that, and good luck find any sort of helpful documentation.
The second idea, which is going to be more documented, is to developed a custom RTP payload. You could then use any audio format, and just encrypt the actual packetized data with whatever data encrpytion scheme you wanted. Most hosts would simply reject the RTP payload if they intercepted the stream, and even if they did receive it, they would have to be able to decrypt it before they could play it.
For more information about creating your own RTP payload type, take a look at:
http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/CustomPayload.html

Similar Messages

Maybe you are looking for

  • Multiple instances of explorer.exe running in task manager

    I got a dropper trojan virus on my computer that microsoft security essencials do not recognized but after running "superantispyware" antivirus I got discover it and delete it. After that, I still could find the infected files in my administrator fol

  • Popup with the text "Security Breach" in Safari

    My son told me he saw a popup with the text "Security Breach" when visiting a website. He is concerned that his phone may be compromized. He is using Safari, iOS 6.0.1 on a iPhone 4S. The was a n OK button on the popup. He pressed it and the popup di

  • Is there a way to find libjvm.so on Linux without it being in the path?

    On Windows, I know it's possible to find the location of jvm.dll using the RuntimeLib key in the registry, and I've used this technique in a program. Is there a UNIX/Linux equivalent to this? In other words, is it possible for me to find out the loca

  • Feh Not setting background image[SOLVED]

    I don't know what is going on but feh absolutely refuses to set the bg image on x starting up.  I can set it manually just fine but it will not reset it on xstart.  Here is my .xinitrc: \#!/bin/sh # ~/.xinitrc # Executed by startx (run your window ma

  • Procedure in Discoverer

    Hi All, Is there a way to use PL/SQL Procedure using DML operations in Discoverer and How ? Are they any events in Discoverer like Before Reports or After Report like Oracle Reports? - Raghav