[rmcat] Open source code for draft-zhu-rmcat-video-traffic-source

Sergio Mena <semena@cisco.com> Thu, 29 October 2015 14:58 UTC

Return-Path: <semena@cisco.com>
X-Original-To: rmcat@ietfa.amsl.com
Delivered-To: rmcat@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B0A131A8764 for <rmcat@ietfa.amsl.com>; Thu, 29 Oct 2015 07:58:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -14.511
X-Spam-Level:
X-Spam-Status: No, score=-14.511 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_DKIM_WL=-7.5] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id m4YIQCoJf5xz for <rmcat@ietfa.amsl.com>; Thu, 29 Oct 2015 07:58:06 -0700 (PDT)
Received: from aer-iport-2.cisco.com (aer-iport-2.cisco.com [173.38.203.52]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0C0981A8761 for <rmcat@ietf.org>; Thu, 29 Oct 2015 07:58:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=694; q=dns/txt; s=iport; t=1446130686; x=1447340286; h=to:cc:from:subject:message-id:date:mime-version: content-transfer-encoding; bh=+tc+km9pC/BsPNmV/f9TuiWo8EyTj96X/BOSNQB7n2E=; b=VTMPJ1/2obVypOzY8wAYSWrJlELg9hTAtenjH8NqEOds55hWGTtF0Z7d XdxhmrJszAEscDQgHQHAJp9ygWYBf+Oa3MgdOklv1PFig3mDv9CLE2gvO qQU1hRKJ/GD3mkU5KJ86bjXLnAugPnrpJPNg5DQ1pSeVzitKeN8UyjtKC U=;
X-IronPort-AV: E=Sophos;i="5.20,214,1444694400"; d="scan'208";a="612469018"
Received: from aer-iport-nat.cisco.com (HELO aer-core-2.cisco.com) ([173.38.203.22]) by aer-iport-2.cisco.com with ESMTP; 29 Oct 2015 14:58:04 +0000
Received: from [10.0.2.15] ([10.228.82.85]) by aer-core-2.cisco.com (8.14.5/8.14.5) with ESMTP id t9TEw3Qx024244; Thu, 29 Oct 2015 14:58:03 GMT
To: rmcat@ietf.org
From: Sergio Mena <semena@cisco.com>
Message-ID: <563233FB.5000705@cisco.com>
Date: Thu, 29 Oct 2015 15:58:03 +0100
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: <http://mailarchive.ietf.org/arch/msg/rmcat/MV94paX-xoZQBADVGCbzvd-0M_I>
Cc: Karen Elisabeth Egede Nielsen <karen.nielsen@tieto.com>, Zaheduzzaman Sarker <zaheduzzaman.sarker@ericsson.com>, Mirja Kühlewind <mirja.kuehlewind@tik.ee.ethz.ch>, "Xiaoqing Zhu (xiaoqzhu)" <xiaoqzhu@cisco.com>
Subject: [rmcat] Open source code for draft-zhu-rmcat-video-traffic-source
X-BeenThere: rmcat@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "RTP Media Congestion Avoidance Techniques \(RMCAT\) Working Group discussion list." <rmcat.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rmcat>, <mailto:rmcat-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/rmcat/>
List-Post: <mailto:rmcat@ietf.org>
List-Help: <mailto:rmcat-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rmcat>, <mailto:rmcat-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 29 Oct 2015 14:58:07 -0000

Hi all,

We just got Cisco's green light for open-sourcing the C++ classes 
implementing the synthetic codecs described in 
draft-zhu-rmcat-video-traffic-source, which we use in Cisco for 
evaluating congestion control algorithms.

Please find the source code at the following location:

https://github.com/sergio-mena/syncodecs

There is extensive documentation on how to use the C++ classes in the 
header (".h") files. There are also a couple example applications 
demonstrating the use of the synthetic codecs. The "tar.gz" file 
contains example trace files that can be used with the trace-based codecs.

Feedback/questions/suggestions are welcome.

Thanks,

Sergio