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

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Tobias Grimm
  • Date: 2011-04-10 15:00:16 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110410150016-i8lsmslg3i7j7jir
Tags: 1.0.6+cvs20110410.1300-1
* New Upstream Snapshot (Closes: #615635, #615791)
* source/format 3.0 (quilt)
* Build-Depend on vdr-dev (>= 1.7.17)
* Updated debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Local frontends
2
 
---------------
3
 
 
4
 
To use local frontends, you must install libxineliboutput-fbfe if you want to
5
 
use the framebuffer device, otherwise libxineliboutput-sxfe for the X-Server
6
 
frontend. In /etc/vdr/plugins/plugin.xineliboutput.conf set "--local=sxfe" or
7
 
"local-fbfe".
8
 
 
9
 
 
10
 
Remote frontends
11
 
--------------
12
 
 
13
 
To allow remote clients to connect over the network you must configure the
14
 
allowed network clients or network segments in  /etc/vdr/svdrphosts.conf and
15
 
set "--remote=37890" in /etc/vdr/plugins/plugin.xineliboutput.conf.
16
 
 
17
 
 
18
 
Configuration options
19
 
---------------------
20
 
 
21
 
The plugin can be configured in /etc/vdr/plugins/plugin.xineliboutput.conf:
22
 
 
23
 
--remote=<LOCALIP>:<PORT>
24
 
    Listen on <LOCALIP>:<PORT> for remote clients. If <LOCALIP> is provided,
25
 
    it will bind to this address. You can completely omit <LOCALIP>
26
 
    (--remote=<PORT>) to bind to all interfaces.
27
 
    The default (if --remote is totally omitted) is, that the remote port 37890,
28
 
    bound to all interfaces is used, but remote access is disabeld. In this
29
 
    case, the remote access can be enabled/disabled in VDR's OSD settings menu.
30
 
 
31
 
 
32
 
--primary
33
 
    Force xineliboutput to be primary device when there are active frontend(s).
34
 
    This is usually needed, when using remote clients.
35
 
 
36
 
 
37
 
--local=<NAME>
38
 
 
39
 
    Use local frontend <NAME>. Supported frontends are:
40
 
      sxfe    (X11)
41
 
      fbfe    (framebuffer)
42
 
      none    (only remote frontends)
43
 
 
44
 
 
45
 
--video=<NAME>
46
 
    Use video driver <NAME>. Supported values are:
47
 
      for sxfe: auto, x11, xshm, xv, xvmc, xxmc, none
48
 
      for fbfe: auto, fb, DirectFB, none
49
 
 
50
 
 
51
 
--audio=<NAME>
52
 
    Use audio driver <NAME>. Supported values are:
53
 
    auto, alsa, oss, arts, esound, none
54
 
 
55
 
 
56
 
--fullscreen
57
 
    Fullscreen mode (X11)
58
 
 
59
 
 
60
 
--width=<WIDTH>
61
 
    Window Width
62
 
 
63
 
 
64
 
--height=<HEIGTH>
65
 
    Window Height
66
 
 
67
 
 
68
 
--display=<DISP>
69
 
    Use X11 display or framebuffer device name <DISP>
70
 
 
71
 
 
72
 
--post=<POST>
73
 
    Use xine post plugin <POST>
74
 
      format : --post=pluginname[:arg=val[,arg=val]][,...]
75
 
      example: --post=upmix;tvtime:enabled=1,cheap_mode=1
76
 
    If multiple post plugins are given, all will be initialized.
77
 
 
78
 
 
79
 
--exit-on-close
80
 
    Exit vdr when local frontend window is closed