Lines Matching +full:ts +full:- +full:attached
58 .Bl -tag -width indent
73 Send a link-on PHY packet to the node.
84 Valid values are 0 - 63.
90 Valid values are 0 - 63.
111 Receive DV or MPEG TS stream and dump it to a file.
115 .Bd -literal -offset indent
117 fwcontrol -r
127 Resulting MPEG TS stream can be played and sent over a
145 .Bl -tag -width "Pa /dev/fw0.0"
151 .Dl "fwcontrol -R original.dv"
153 Receive a DV stream with DV camera attached.
163 .Dl "cat second.dv first.dv | fwcontrol -S /dev/stdin"
172 .Dl "fwcontrol -R file.m2t"
174 Receive an MPEG TS stream from a camera producing MPEG transport stream.
175 This has been tested with SONY HDR-FX1E camera that produces HD MPEG-2
180 .Dl "fwcontrol -R - | nc 192.168.10.11 9000"
184 .Dl nc -l -p 9000 | vlc -
191 .Dl "fwcontrol -R - | nc 192.168.10.11 9000"
193 .Dl nc -l -u -p 9000 | buffer -s 10k -b 1000 -m 20m -p 5 | vlc -
214 (MPEG TS mode)
217 Especially MPEG TS reception support is very rudimental and supports only
218 high-bandwidth MPEG-2 streams (fn field in CIP header equals 3).