fwcontrol.8 (d4352d2928361679f37990489db478f78f3d6119) fwcontrol.8 (c2965cd1854b75e6a13cb4bd6759b71adc8d2a87)
1.\" Copyright (c) 2002 Hidetoshi Shimokawa
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 157 unchanged lines hidden (view full) ---

166.Pp
167Swap first and second 30 frames and send them to DV recorder.
168.Pp
169For PAL, replace
170.Dq Li bs=120000
171with
172.Dq Li bs=144000 .
173.Pp
1.\" Copyright (c) 2002 Hidetoshi Shimokawa
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 157 unchanged lines hidden (view full) ---

166.Pp
167Swap first and second 30 frames and send them to DV recorder.
168.Pp
169For PAL, replace
170.Dq Li bs=120000
171with
172.Dq Li bs=144000 .
173.Pp
174.Dl "fwcontrol -R file.m2t
174.Dl "fwcontrol -R file.m2t"
175.Pp
176Receive an MPEG TS stream from a camera producing MPEG transport stream.
177This has been tested with SONY HDR-FX1E camera that produces HD MPEG-2
178stream at 25 Mbps bandwidth.
179.Pp
180To send the stream from the camera over the network using TCP (which
181surprisingly works better with vlc), you can use
175.Pp
176Receive an MPEG TS stream from a camera producing MPEG transport stream.
177This has been tested with SONY HDR-FX1E camera that produces HD MPEG-2
178stream at 25 Mbps bandwidth.
179.Pp
180To send the stream from the camera over the network using TCP (which
181surprisingly works better with vlc), you can use
182.Dl "fwcontrol -R - | nc 192.168.10.11 9000
182.Dl "fwcontrol -R - | nc 192.168.10.11 9000"
183with
184.Nm netcat
185from ports and to receive the stream, use
186.Dl nc -l -p 9000 | vlc -
187.Pp
188To netcast via UDP, you need to use
189.Nm buffer
190program from ports, since vlc is not fast enough to read UDP packets from
191buffers and thus it experiences dropouts when run directly.
192The sending side can use
183with
184.Nm netcat
185from ports and to receive the stream, use
186.Dl nc -l -p 9000 | vlc -
187.Pp
188To netcast via UDP, you need to use
189.Nm buffer
190program from ports, since vlc is not fast enough to read UDP packets from
191buffers and thus it experiences dropouts when run directly.
192The sending side can use
193.Dl "fwcontrol -R - | nc 192.168.10.11 9000
193.Dl "fwcontrol -R - | nc 192.168.10.11 9000"
194and to receive the stream, use
195.Dl nc -l -u -p 9000 | buffer -s 10k -b 1000 -m 20m -p 5 | vlc -
196.Pp
197For more information on how to work with
198.Nm vlc
199see its docs.
200.Sh SEE ALSO
201.Xr mplayer 1 ,

--- 19 unchanged lines hidden ---
194and to receive the stream, use
195.Dl nc -l -u -p 9000 | buffer -s 10k -b 1000 -m 20m -p 5 | vlc -
196.Pp
197For more information on how to work with
198.Nm vlc
199see its docs.
200.Sh SEE ALSO
201.Xr mplayer 1 ,

--- 19 unchanged lines hidden ---