summaryrefslogtreecommitdiff
path: root/net/ccrtp
AgeCommit message (Collapse)AuthorFilesLines
2013-06-27Updated to latest release. No functional differences in pkgsrc files. Fromrodent2-6/+6
ChangeLog: 2013-06-03 Tristan Matth Uninitialized control message and rtcp messages.
2013-04-22Reduce included dependencies to the bare minimum.rodent2-12/+2
2013-04-17Import ccrtp-2.0.5 as net/ccrtp from pkgsrc-wip, originally packagedrodent6-0/+94
by pancake ;) <poppnk@users.sourceforge.net>. Welcome to GNU ccRTP, the RTP protocol stack of GNU Common C++ and the GNU project. GNU ccRTP was created as a "generic" and high performance RTP stack and uses queued packet lists for both sending and receiving of realtime data. A single scheduler thread both schedules delivery of timestamped outgoing packets, and processes incoming packets into the receive queue. A seperate thread or process can then feed data into the stack for delivery and process pending requests without interfering with the stack service thread itself.