This package browser is in early development. Mind the rough edges.

livemedia-utils

Set of C++ libraries for multimedia streaming

This code forms a set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP). The libraries can be used to stream, receive, and process MPEG, H.265, H.264, H.263+, DV or JPEG video, and several audio codecs. They can easily be extended to support additional (audio and/or video) codecs, and can also be used to build basic RTSP or SIP clients and servers.

Installation

Install the latest version of livemedia-utils as follows:

guix install livemedia-utils

Or install a particular version:

guix install livemedia-utils@2020.11.19

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.