mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
15 lines
823 B
Plaintext
15 lines
823 B
Plaintext
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.
|