summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 73e89b28..c4dc3ecd 100644
--- a/README
+++ b/README
@@ -155,10 +155,10 @@ Using remote frontends
vdr-fbfe xvdr://192.168.1.3
Connect to 192.168.2.100, port 12550 and use TCP transport
- vdr-fbfe xvdr:tcp://192.168.2.100:12550
+ vdr-fbfe xvdr+tcp://192.168.2.100:12550
Automatically search for VDR server and use UDP transport
- vdr-fbfe xvdr:udp:
+ vdr-fbfe xvdr+udp:
or
vdr-fbfe --udp
@@ -213,8 +213,8 @@ Using with xine-ui (xine, fbxine, gxine, ...)
Examples:
xine "xvdr://127.0.0.1#nocache;demux:mpeg_block"
- xine "xvdr:tcp://127.0.0.1:37890#nocache;demux:mpeg_block"
- xine "xvdr:udp://127.0.0.1:37890#nocache;demux:mpeg_block"
+ xine "xvdr+tcp://127.0.0.1:37890#nocache;demux:mpeg_block"
+ xine "xvdr+udp://127.0.0.1:37890#nocache;demux:mpeg_block"
"#nocache;demux:mpeg_block" should always be appended to end of mrl.