aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-10-24 20:34:35 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-10-24 20:34:35 +0800
commit26896663aef9192a0e30a9dd07654f92a50653ec (patch)
tree4788cd365342608a99663271ef7559aa8c597d85 /multimedia/Makefile
parent676a254215e916f69b9467cab7857f839fecfdd7 (diff)
downloadfreebsd-ports-gnome-26896663aef9192a0e30a9dd07654f92a50653ec.tar.gz
freebsd-ports-gnome-26896663aef9192a0e30a9dd07654f92a50653ec.tar.zst
freebsd-ports-gnome-26896663aef9192a0e30a9dd07654f92a50653ec.zip
- Add multimedia/multicat
multicat is a 1 input/1 output application. Inputs and outputs can be network streams (unicast and multicast), files, directories, character devices or FIFOs. It is thought to be a multicast equivalent of the popular netcat tool. Typical applications are recording live transport streams, or playing out TS files without modification. Also it is able to record a continuous stream into a directory, rotate the files periodically, and make seamless extracts from it. Multicat tries to rebuild the internal clock of the input stream; but it wants to remain agnostic of what is transported, so in case of files the said clock is stored to an auxiliary file (example.aux accompanies example.ts) while recording. Other inputs are considered "live", and the input clock is simply derived from the reception time of the packets. WWW: http://www.videolan.org/projects/multicat.html
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r--multimedia/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 1abc6ddf94b7..c99c8ae287a5 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -267,6 +267,7 @@
SUBDIR += msdl
SUBDIR += msopenh264
SUBDIR += msx264
+ SUBDIR += multicat
SUBDIR += mxflib
SUBDIR += mythtv
SUBDIR += mythtv-frontend