Download List

프로젝트 설명

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.

System Requirements

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

메모리 관리 시스템에 추가되었습니다. 버그는 Win32 버전 rand_s 함수의 사용에 관한 해결되었습니다.
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

문제는 여기서 rand_s 함수를 잘못된 방법으로 Win32 플랫폼에서 각 ','임의의 숫자 0의 원인이 해결되었습니다 사용되었다. u_int32_t 같은 종류 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

이 릴리스에는 수정 RTCP 스케줄러에서 중요한 버그.
Tags: Major bugfixes
This release fixes an important bug in the RTCP scheduler.

2006-03-21 14:40
3.5.0

이전 버전에서는, 특정 콜백 실제로 전화를 안했다. 이것은 지금은 고정됩니다. 콜백 랜드와 srand합니다. 안전한 버전이 추가되었습니다 지금은 Win32에서 가능하면 사용되는 발신 RTCP 데이터를 검사합니다. 작은 수정 몇 가지, 이는 더 많은 컴파일러 친화적인 코드의 결과가 있어야 템플릿되었다.
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

버그수정 해시 테이블에 제출했다.
Tags: Major bugfixes
Bugfixes were made in the hash tables.

Project Resources