~ubuntu-branches/ubuntu/jaunty/vdr-plugin-xineliboutput/jaunty

« back to all changes in this revision

Viewing changes to debian/vdr-sxfe.1.txt

  • Committer: Bazaar Package Importer
  • Author(s): Tobias Grimm
  • Date: 2008-11-15 13:24:20 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20081115132420-svjsztm3wzutc91b
Tags: 1.0.3-1
* New upstream release
* Changed my maintainer/uploader email address
* Removed 02_playfile-timeout.dpatch (fixed upstream)
* Added manpages for vdr-sxfe and vdr-fbfe (Closes: #452688)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NAME
 
2
  vdr-sxfe - Remote X-Server frontend for vdr-plugin-xineliboutput
 
3
 
 
4
SYNOPSIS
 
5
  vdr-sxfe [options] [xvdr[+udp|+tcp|+rtp]:[//host[:port]]]
 
6
 
 
7
DESCRIPTION
 
8
  vdr-sxfe is a X/Xv/XvMc remote frontend, that plays back streams provided by
 
9
  vdr-plugin-xineliboutput.
 
10
 
 
11
OPTIONS
 
12
  --help                                  Show (this) help message
 
13
  --audio=audiodriver[:device]            Select audio driver and optional port
 
14
  --video=videodriver[:device]            Select video driver and optional port
 
15
                                          As far as supported, possible video drivers
 
16
                                          might be: xshm, xv, xvmc, xxmc, vidix, XDirectFB,
 
17
                                          opengl, sdl or none
 
18
  --display=displayaddress                X11 display address
 
19
  --wid=id                                Use existing X11 window
 
20
  --aspect=[auto|4:3|16:9|16:10|default]  Display aspect ratio (You can us a 
 
21
                                          script to control the HW aspect ratio:
 
22
                                          --aspect=auto:path_to_script)
 
23
  --fullscreen                            Fullscreen mode
 
24
  --hud                                   Head Up Display OSD mode
 
25
  --width=x                               Video window width
 
26
  --height=x                              Video window height
 
27
  --noscaling                             Disable all video scaling
 
28
  --post=name[:arg=val[,arg=val]]         Load and use xine post plugins, e.g.:
 
29
                                          * --post=upmix
 
30
                                          * --post=upmix;tvtime:enabled=1,cheap_mode=1)
 
31
  --lirc[=devicename]                     Use lirc input device
 
32
                                          Optional lirc socket name can be given
 
33
  --verbose                               Verbose debug output
 
34
  --silent                                Silent mode (report only errors)
 
35
  --syslog                                Write all output to system log
 
36
  --nokbd                                 Disable keyboard input
 
37
  --daemon                                Run as daemon (disable keyboard,
 
38
                                          log to syslog and fork to background)
 
39
  --slave                                 Enable slave mode (read commands from stdin)
 
40
  --reconnect                             Automatically reconnect when connection has been lost
 
41
  --tcp, --udp, --rtp                     Use TCP, UDP or RTP transport
 
42
                                          If no transport options are given, transports
 
43
                                          are tried in following order:
 
44
                                          local pipe, rtp, udp, tcp
 
45
EXAMPLES
 
46
  Search for VDR (xineliboutput) server, connect to it and
 
47
  negotiate best available transport, use best available audio:
 
48
 
 
49
    vdr-sxfe
 
50
 
 
51
  Connect to 192.168.1.3 default port and negoate best available
 
52
  transport:
 
53
 
 
54
    vdr-sxfe xvdr://192.168.1.3
 
55
 
 
56
  Connect to 192.168.2.100, port 12550 and use TCP transport:
 
57
 
 
58
    vdr-sxfe xvdr+tcp://192.168.2.100:12550
 
59
 
 
60
  Automatically search for VDR server and use UDP transport:
 
61
 
 
62
    vdr-sxfe xvdr+udp:
 
63
    vdr-syfe --udp
 
64
 
 
65
  Use alsa:
 
66
 
 
67
    vdr-sxfe --audio alsa
 
68
 
 
69
  Use alsa (and specific card/sub-device):
 
70
 
 
71
    vdr-sxfe --audio alsa:plughw:1,1
 
72
 
 
73
  Video driver (and display / device):
 
74
 
 
75
    vdr-sxfe --video xv
 
76
    vdr-sxfe --video xvmc:127.0.0.1:1.0
 
77
 
 
78
NOTE
 
79
  If deinterlacing post plugin options are not given at command line, 
 
80
  deinterlacing is controlled by VDR plugin configuration menu settings.
 
81
 
 
82
  De-interlacing can also be forced on or off with command-line option "--post tvtime".
 
83
  Examples:
 
84
 
 
85
    vdr-sxfe --post tvtime:method=Linear,cheap_mode=1,pulldown=0,use_progressive_frame_flag=1
 
86
    vdr-sxfe --post tvtime:enable=0
 
87
 
 
88
AUTHOR
 
89
  This manual page was written by Tobias Grimm <etobi@debian.org>