summaryrefslogtreecommitdiff
path: root/pages/vlc.ecpp
diff options
context:
space:
mode:
Diffstat (limited to 'pages/vlc.ecpp')
-rw-r--r--pages/vlc.ecpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/vlc.ecpp b/pages/vlc.ecpp
index 865b6bd..51c4338 100644
--- a/pages/vlc.ecpp
+++ b/pages/vlc.ecpp
@@ -65,7 +65,7 @@ using namespace vdrlive;
int streamdevPort = LiveSetup().GetStreamdevPort();
string videourl = string("http://") + request.getServerIp() + ":" + lexical_cast<string,int>(streamdevPort) + "/" + *Channel->GetChannelID().ToString();
</%cpp>
- <embed type="application/x-vlc-plugin" name="video1" autoplay="no" loop="yes" width="400" height="300" target="<$ videourl $>" />
+ <embed type="application/x-vlc-plugin" name="video1" autoplay="yes" loop="yes" width="720" height="576" target="<$ videourl $>" />
<& vlc.channel_selection &>
<%cpp>
}