rohc team mailing list archive
-
rohc team
-
Mailing list archive
-
Message #00059
Re: [Question #89639]: how to start rohc
Question #89639 on rohc changed:
https://answers.launchpad.net/rohc/+question/89639
Status: Open => Answered
Didier Barvaux proposed the following answer:
Hi monali,
ROHC is a library not a program. You have to develop your own program
that uses the ROHC library to compress/decompress VoIP packets on your
network. None is available at the moment.
In the source code of the library, there is an small tunnel program to
help you starting your own program. The tunnel application compresses
packets captured on a computer and encapsulates them in an UDP stream to
transmit them toward another computer. This not what you want to do, but
it may help you doing your job. Be careful that the tunnel application
is dedicated to tests, it is not recommended for production use.
Some links you might find interesting :
- See https://answers.launchpad.net/rohc/+faq/639 to learn how to test the ROHC library with the ROHC tunnel application.
- See https://answers.launchpad.net/rohc/+faq/638 to learn how to use the ROHC library in your own program.
- See this message on the mailing list (https://lists.launchpad.net/rohc/msg00035.html) for a very simple example using the ROHC library.
- See http://launchpad.net/~rohc/+join to join the ROHC mailing list, ask questions and/or report difficulties.
Regards,
Didier Barvaux
Viveris Technologies
http://www.tech.viveris.com/opensource/
--
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.