diff options
author | Frank Schmirler <vdr@schmirler.de> | 2012-04-21 22:47:36 +0200 |
---|---|---|
committer | Frank Schmirler <vdr@schmirler.de> | 2012-04-21 22:47:36 +0200 |
commit | 8719007f5adb33d563354cec074330647032aac9 (patch) | |
tree | 68a24ad29d2fd78a3d8e5248ca640ebaa2e0a31f /README | |
parent | 2e8aefd2fe424a2e5a70fc8abc7eb5187bc8dc4d (diff) | |
download | vdr-plugin-streamdev-8719007f5adb33d563354cec074330647032aac9.tar.gz vdr-plugin-streamdev-8719007f5adb33d563354cec074330647032aac9.tar.bz2 |
New special meaning "show current channel" when channel 0 is requested.
Applies to HTTP streaming only (thanks to Rolf Ahrenberg)
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -231,8 +231,10 @@ streams directly like this: http://hostname:3000/S19.2E-0-12480-898 The first one will deliver a channel by number on the server, the second one -will request the channel by unique channel id. In addition, you can specify -the desired stream type as a path to the channel. +will request the channel by unique channel id. Use the special channel number 0 +to see the server's current live TV channel. + +In addition, you can specify the desired stream type as a path to the channel. http://hostname:3000/TS/3 http://hostname:3000/PES/S19.2E-0-12480-898 |