From b9f31f086607b0732cdcace6319c6787b0932d75 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Wed, 19 Dec 2007 22:53:58 +0000 Subject: - Added option to select streamdev stream type in live setings. --- pages/vlc.ecpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pages/vlc.ecpp') diff --git a/pages/vlc.ecpp b/pages/vlc.ecpp index b8cea6f..d150347 100644 --- a/pages/vlc.ecpp +++ b/pages/vlc.ecpp @@ -63,12 +63,12 @@ using namespace vdrlive; <%cpp> if ( Channel != 0 ) { int streamdevPort = LiveSetup().GetStreamdevPort(); - // 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(); + // string videourl = string("http://") + "192.168.96.30" + ":" + lexical_cast(streamdevPort) + + "/" + LiveSetup().GetStreamdevType() + "/" + *Channel->GetChannelID().ToString(); + string videourl = string("http://") + request.getServerIp() + ":" + lexical_cast(streamdevPort) + "/" + LiveSetup().GetStreamdevType() + "/" + *Channel->GetChannelID().ToString(); <& vlc.channel_selection &> - +

<$ videourl $>

<%cpp> } -- cgit v1.2.3