SONiC (Software for Open Networking in the Cloud)
https://en.wikipedia.org/wiki/SONiC_(operating_system)
https://azure.github.io/SONiC/
CDMI-Proxy (VCDM): A python based CDMI-compatible (v 1.0.1) server by Ilja Livenson
http://resources.venus-c.eu/cdmiproxy/docs/
I found VCDM well documented, easy to configure and simple enough in getting quick response to a new CDMI client. Current version allows operation without TLS on server port 2365. One can use port 2364 to do operation without TLS and without authentication. Here is a list of steps I followed to install the server. See VCDM documentation page for any update.
Intel® DPDK: Data Plane Development Kit (driven by 6WIND)
Hardware acceleration of security protocols in DPDK
FFmpeg
I worked on audio/ video transcoding/ streaming and used FFmpeg in my development areas. In one of the mobile streaming works, I implemented RTP payload format for AMR codec as per RFC 3267 and integrated with FFmpeg - here is my patch published to the leading multimedia framework. I was thrilled to get my code reviewed by maintainer Michael Niedermayer - see his comments in next messages in the thread.