Télécharger la liste

Description du projet

JRTPLIB is an object-oriented library written in
C++ that offers support for the Real-time
Transport Protocol (RTP) as defined in RFC 3550.
It makes it very easy to send and receive RTP
packets, and the RTCP (RTP Control Protocol)
functions can be handled entirely internally.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-06-20 15:33
3.6.0

Un système de gestion de la mémoire a été ajoutée. Un bug concernant l'utilisation de la fonction rand_s dans la version Win32 a été fixée.
A memory management system was added. A bug
concerning the use of the rand_s function in the
Win32 version was fixed.

2006-03-28 12:00
3.5.2

Un problème où la fonction rand_s a été utilisé dans la mauvaise direction sur la plate-forme Win32, causant chaque numéro «aléatoire» à zéro a été fixée. Types comme u_int32_t ont été remplacés par des types comme uint32_t.
Tags: Major bugfixes
A problem where the rand_s function was used in the wrong way on the Win32 platform, causing each 'random' number to be zero was fixed. Types like u_int32_t were replaced by types like uint32_t.

2006-03-24 16:29
3.5.1

Cette version corrige un bug important dans le programmateur RTCP.
Tags: Major bugfixes
This release fixes an important bug in the RTCP scheduler.

2006-03-21 14:40
3.5.0

Dans la version précédente, un rappel spécifique a été effectivement jamais appelé. Ceci est maintenant corrigé. Un rappel pour inspecter les données sortantes RTCP a été ajouté. Versions plus sûre de rand et srand sont maintenant utilisées sur Win32, si possible. Modifications mineures ont été apportées à certains modèles, ce qui devrait conduire à davantage de compilateur de code-friendly.
In the previous version, a specific callback was
actually never called. This is now fixed. A
callback to inspect outgoing RTCP data was added.
Safer versions of rand and srand are now used on
Win32 when possible. Small modifications were made
to some templates, which should result in more
compiler-friendly code.

2006-01-19 16:10
3.4.0

Corrections de bogues ont été faites dans les tables de hachage.
Tags: Major bugfixes
Bugfixes were made in the hash tables.

Project Resources