yWeb 2.8.a.3 Alpha-Version

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@406 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
yjogol
2010-02-24 16:16:10 +00:00
parent 24c8d684c9
commit 32c7517141
191 changed files with 8063 additions and 4185 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/sh
# -----------------------------------------------------------
# Y Library (yjogol)
# $Date: 2006/09/16 14:52:23 $
# $Revision: 1.1 $
# $Date: 2007/11/26 20:54:55 $
# $Revision: 1.2 $
# -----------------------------------------------------------
# -----------------------------------------------------------
@@ -10,7 +10,7 @@
# -----------------------------------------------------------
call_webserver()
{
port=`sed -n /^Port=/p $y_config_nhttpd | sed -e s/^Port=//1`
port=`sed -n /^WebsiteMain.port=/p $y_config_nhttpd | sed -e s/^WebsiteMain.port=//1`
tmp=`wget -O - -q "http://localhost:$port/$1"`
echo "$tmp"
}
@@ -25,7 +25,7 @@ buildLocalIP()
}
# -----------------------------------------------------------
# Streaming URL f<>r sed
# Streaming URL f<>r sed
# -----------------------------------------------------------
buildStreamingURL()
{
@@ -46,7 +46,7 @@ buildStreamingRawURL()
}
# -----------------------------------------------------------
# Audio: Streaming URL f<>r sed
# Audio: Streaming URL f<>r sed
# -----------------------------------------------------------
buildStreamingAudioURL()
{