diff options
author | joel <joel@FreeBSD.org> | 2012-03-26 15:18:14 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-03-26 15:18:14 +0000 |
commit | 4234591b03e753d1515af0b97f7b10e85b3b0f16 (patch) | |
tree | cfe37b07c91a21b11ef67e7d2af479becafb2652 /usr.sbin/fwcontrol | |
parent | 39153f7b71fce5c5ff6372cd72d647d48566d697 (diff) | |
download | FreeBSD-src-4234591b03e753d1515af0b97f7b10e85b3b0f16.zip FreeBSD-src-4234591b03e753d1515af0b97f7b10e85b3b0f16.tar.gz |
mdoc: terminate quoted strings.
Reviewed by: brueffer
Diffstat (limited to 'usr.sbin/fwcontrol')
-rw-r--r-- | usr.sbin/fwcontrol/fwcontrol.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/fwcontrol/fwcontrol.8 b/usr.sbin/fwcontrol/fwcontrol.8 index f3a83b7..4d67b3a 100644 --- a/usr.sbin/fwcontrol/fwcontrol.8 +++ b/usr.sbin/fwcontrol/fwcontrol.8 @@ -171,7 +171,7 @@ For PAL, replace with .Dq Li bs=144000 . .Pp -.Dl "fwcontrol -R file.m2t +.Dl "fwcontrol -R file.m2t" .Pp Receive an MPEG TS stream from a camera producing MPEG transport stream. This has been tested with SONY HDR-FX1E camera that produces HD MPEG-2 @@ -179,7 +179,7 @@ stream at 25 Mbps bandwidth. .Pp To send the stream from the camera over the network using TCP (which surprisingly works better with vlc), you can use -.Dl "fwcontrol -R - | nc 192.168.10.11 9000 +.Dl "fwcontrol -R - | nc 192.168.10.11 9000" with .Nm netcat from ports and to receive the stream, use @@ -190,7 +190,7 @@ To netcast via UDP, you need to use program from ports, since vlc is not fast enough to read UDP packets from buffers and thus it experiences dropouts when run directly. The sending side can use -.Dl "fwcontrol -R - | nc 192.168.10.11 9000 +.Dl "fwcontrol -R - | nc 192.168.10.11 9000" and to receive the stream, use .Dl nc -l -u -p 9000 | buffer -s 10k -b 1000 -m 20m -p 5 | vlc - .Pp |