mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
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:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user