Lines Matching +full:stream +full:- +full:mode +full:- +full:support
43 .Op Fl M Ar mode
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.
95 .It Fl M Ar mode
100 mode for the incoming stream.
109 mode.
111 Receive DV or MPEG TS stream and dump it to a file.
113 Some DV cameras seem not to send the stream if a bus manager exists.
114 If it is impossible to get the stream, try the following commands:
115 .Bd -literal -offset indent
117 fwcontrol -r
127 Resulting MPEG TS stream can be played and sent over a
133 The stream can be piped directly to
138 Send a DV file as isochronous stream.
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
176 stream at 25 Mbps bandwidth.
178 To send the stream from the camera over the network using TCP (which
180 .Dl "fwcontrol -R - | nc 192.168.10.11 9000"
183 from ports and to receive the stream, use
184 .Dl nc -l -p 9000 | vlc -
191 .Dl "fwcontrol -R - | nc 192.168.10.11 9000"
192 and to receive the stream, use
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).