Dejitun 0.14 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Dejitun 0.14 (Default branch)
# 1  
Old 12-25-2007
Dejitun 0.14 (Default branch)

Dejitun creates a jitter (variance in round-trip time) removing tunnel between hosts to remove the jitter that normally destroys TCP performance. An example of high-jitter connections is mobile Internet such as 3G and GPRS. License: GNU General Public License (GPL) Changes:
An option to run as a daemon was added (-f). Compilation fixes were made for Debian 3.1 (Sarge). Better error handling was implemented and a debug output option was added (-v).Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SMPTEFrameExt(3)						    libltcsmpte 						  SMPTEFrameExt(3)

NAME
SMPTEFrameExt - Extended SMPTE frame The maximum error for startpos is 1/80 of a frame. SYNOPSIS
#include <ltcsmpte.h> Data Fields SMPTEFrame base the SMPTE decoded from the audio int delayed detected jitter in LTC-framerate/80 unit(s) - bit count in LTC frame. long int startpos the approximate sample in the stream corresponding to the start of the LTC SMPTE frame. long int endpos the sample in the stream corresponding to the end of the LTC SMPTE frame. Detailed Description Extended SMPTE frame The maximum error for startpos is 1/80 of a frame. Usually it is 0; Examples: tests/decoder.c. Definition at line 199 of file ltcsmpte.h. Field Documentation SMPTEFrame SMPTEFrameExt::base the SMPTE decoded from the audio Examples: tests/decoder.c. Definition at line 200 of file ltcsmpte.h. int SMPTEFrameExt::delayed detected jitter in LTC-framerate/80 unit(s) - bit count in LTC frame. Definition at line 201 of file ltcsmpte.h. long int SMPTEFrameExt::endpos the sample in the stream corresponding to the end of the LTC SMPTE frame. Examples: tests/decoder.c. Definition at line 203 of file ltcsmpte.h. long int SMPTEFrameExt::startpos the approximate sample in the stream corresponding to the start of the LTC SMPTE frame. Examples: tests/decoder.c. Definition at line 202 of file ltcsmpte.h. Author Generated automatically by Doxygen for libltcsmpte from the source code. Version 0.4.4 Fri Apr 27 2012 SMPTEFrameExt(3)