From 04f743cfa85b5a5b881ccc9a7ac133c6f53d34af Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Tue, 18 Dec 2007 23:46:05 +0000 Subject: - IMDB link for recordings too. Fixes Bug #420 - Window size of streaming window is now adapted to new size of embedded vlc video frame. --- pages/vlc.ecpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pages/vlc.ecpp') diff --git a/pages/vlc.ecpp b/pages/vlc.ecpp index 51c4338..b8cea6f 100644 --- a/pages/vlc.ecpp +++ b/pages/vlc.ecpp @@ -41,10 +41,10 @@ using namespace vdrlive; VDR-Live - <$ pageTitle $> + <& pageelems.stylesheets &> <%cpp> if (!asyncReq) { - <& pageelems.stylesheets &> <& pageelems.ajax_js &> <%cpp> } @@ -63,10 +63,12 @@ using namespace vdrlive; <%cpp> if ( Channel != 0 ) { int streamdevPort = LiveSetup().GetStreamdevPort(); - string videourl = string("http://") + request.getServerIp() + ":" + lexical_cast(streamdevPort) + "/" + *Channel->GetChannelID().ToString(); + // string videourl = string("http://") + "192.168.96.30" + ":" + lexical_cast(streamdevPort) + "/TS/" + *Channel->GetChannelID().ToString(); + string videourl = string("http://") + request.getServerIp() + ":" + lexical_cast(streamdevPort) + "/TS/" + *Channel->GetChannelID().ToString(); <& vlc.channel_selection &> + <%cpp> } -- cgit v1.2.3