Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kripton/krad_radio
Krad Radio - Network A/V Composer
https://github.com/kripton/krad_radio
Last synced: about 2 months ago
JSON representation
Krad Radio - Network A/V Composer
- Host: GitHub
- URL: https://github.com/kripton/krad_radio
- Owner: kripton
- Created: 2012-12-03T05:25:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-17T10:39:13.000Z (over 10 years ago)
- Last Synced: 2024-05-01T22:49:11.204Z (8 months ago)
- Language: C
- Homepage: http://kradradio.com
- Size: 64.2 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Krad Radio - http://kradradio.com
Note: This document is highly incomplete.
### Overview
Krad Radio is a daemon that is controlled locally or remotely by Krad Radio clients.
Clients are written using the Krad Radio clientlib, writing clients that directly speak
the Krad Radio IPC protocol is not advisable or supported. Clients can be command line,
ncurses, GUI or web based, and any number of clients can be connected to the daemon at
any time. This design is directly inspired from the design of XMMS2.The Krad Radio daemon can be thought of in three parts, the mixer, the compositor and
the linker.[Krad Compositor]
[Incoming Links] >> >> [Outgoing Links]
[Krad Mixer]Links can be a variety of things, files, network streams, or local A/V hardware.
Capture Support: V4L2, Decklink, X11, Jack, PulseAudio, ALSA
### Codec and container support
Krad Radio natively supports a certain set of container and codecs that
are suited for its purpose. Native support meaning that KR interfaces
directly with the codecs and containers for the most precise control possible.Support of non-native codecs will be though Jack for audio, and gstreamer audio
and video sinks. Videojack should it come back to life will also be supported, or
should there be some other local shared memory video routing software come into
existence.All native codecs will work in Ogg and MKV containers for incoming and outgoing links.
For UDP and WebRTC connections, only a subset will be supported, Opus for audio and TBD
for video.Native Containers Ogg, MKV/WebM, Krad UDP*
Planned Containers: TransOgg, WebRTCNative Codec Support List
Current Video: VP8 (libvpx), Theora, Dirac*, MJPEG, PNG*
Planned Video: VP8 (xvp8), daala
Thinking about it: DNxHD, CinemaDNGCurrent Audio: Opus, Vorbis, FLAC, Codec2*
* Code existing, but not fully baked
### Host system support
Krad Radio is built and tested on x86, x86_64 and ARM CPU's running linux. Support for other
CPU types and legacy operating systems is not currently planned, but is possible. Krad makes
use of the Linux only unix abstract socket namespace and epoll(), but these are both optional.