Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Ein Memory-Management-System wurde hinzugefügt. Ein Bug, der über die Verwendung der rand_s Funktion in der Win32-Version wurde behoben.
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

Ein Problem, wo die rand_s Funktion wurde in die falsche Richtung auf der Win32-Plattform verwendet werden, so dass jeder "zufällige" Zahl auf Null festgesetzt worden war. Typen wie u_int32_t wurden von Typen wie uint32_t ersetzt.
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

Diese Version behebt ein wichtiger Fehler in der RTCP-Scheduler.
Tags: Major bugfixes
This release fixes an important bug in the RTCP scheduler.

2006-03-21 14:40
3.5.0

In der vorherigen Version wurde eine spezielle Callback eigentlich nie aufgerufen. Dies ist nun behoben. Ein Rückruf an die ausscheidenden RTCP Daten einzusehen wurde hinzugefügt. Safer Versionen von rand und srand befinden sich jetzt auf Win32 verwendet, wenn möglich. Kleine Änderungen wurden an einigen Vorlagen, die in mehr Compiler-freundliche Code führen sollte.
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

Bugfixes wurden in der Hash-Tabellen gemacht.
Tags: Major bugfixes
Bugfixes were made in the hash tables.

Project Resources