This URL has Read-Only access.

Statistics
| Branch: | Tag: | Revision:

root / src / MANPAGE.txt @ 36397e7c

History | View | Annotate | Download (1.4 kB)

1
[DESCRIPTION]
2
Milhouse is a High-Quality Bi-Directional Audio/Video Streaming Tool
3

    
4
[SYNOPSIS]
5
milhouse [options]
6

    
7
[EXAMPLES]
8
First start the receiver :
9
  
10
  export DISPLAY=:0.1
11
  HOST=10.10.10.165
12
  milhouse -r --address ${HOST} --audioport 12000 --audiocodec raw  \
13
    --audiosink jackaudiosink --videoport 13000 --videocodec mpeg4 \
14
    --videosink xvimagesink --enable_controls
15

    
16
Then, start the sender :
17

    
18
  HOST=10.10.10.165
19
  milhouse -s --address ${HOST} --audioport 10000 --audiocodec raw \
20
    --audiosource jackaudiosrc -c 2 --videoport 11000 --videocodec mpeg4 \
21
    --videosource v4l2src
22

    
23
[AUTHOR]
24
Society for Arts and Technology
25

    
26
[REPORTING BUGS]
27
https://svn.sat.qc.ca/trac/miville
28

    
29
[COPYRIGHT]
30
Milhouse
31
Copyright (C) 2008-2009 Society for Arts and Technologies (SAT)
32
http://www.sat.qc.ca
33
All rights reserved.
34

    
35
This file is part of [propulse]ART.
36

    
37
[propulse]ART is free software: you can redistribute it and/or modify
38
it under the terms of the GNU General Public License as published by
39
the Free Software Foundation, either version 3 of the License, or
40
(at your option) any later version.
41

    
42
[propulse]ART is distributed in the hope that it will be useful,
43
but WITHOUT ANY WARRANTY; without even the implied warranty of
44
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
45
GNU General Public License for more details.
46

    
47
You should have received a copy of the GNU General Public License
48
along with [propulse]ART.  If not, see <http://www.gnu.org/licenses/>.