Add missing quotes.

This commit is contained in:
joerg 2009-04-08 14:33:12 +00:00
parent f2aa054fbc
commit b20b8e52a6

View File

@ -1,4 +1,4 @@
.\" $NetBSD: fwctl.8,v 1.6 2007/11/06 17:02:15 kiyohara Exp $
.\" $NetBSD: fwctl.8,v 1.7 2009/04/08 14:33:12 joerg Exp $
.\"
.\" Copyright (c) 2005 KIYOHARA Takashi
.\" All rights reserved.
@ -157,7 +157,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 stream at
@ -165,7 +165,7 @@ has been tested with SONY HDR-FX1E camera that produces HD MPEG-2 stream at
.Pp
To send the stream from the camera over the network using TCP (which
supprisingly 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
@ -176,7 +176,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