--- rtp.c.orig 2004-11-18 13:17:31.000000000 -0600 +++ rtp.c 2004-11-18 13:08:17.000000000 -0600 @@ -1037,6 +1037,8 @@ rtpheader[3] |= htonl((800)); /* Set the End bit for the last 3 */ rtpheader[3] |= htonl((1 << 23)); + } else if ( x < 3) { + rtpheader[0] = htonl((2 << 30) | (payload << 16) | (rtp->seqno++)); } } return 0;