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


Origin commit data
------------------
Branch: ni/coolstream
Commit: 32c7517141
Author: yjogol <yjogol2@online.de>
Date: 2010-02-24 (Wed, 24 Feb 2010)



------------------
This commit was generated by Migit
This commit is contained in:
yjogol
2010-02-24 16:16:10 +00:00
parent 36f906afc0
commit 1bdb085424
191 changed files with 8063 additions and 4185 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/sh
# -----------------------------------------------------------
# Live (yjogol)
# $Date: 2007/02/21 17:41:04 $
# $Revision: 1.2 $
# $Date: 2007/11/26 20:54:55 $
# $Revision: 1.3 $
# -----------------------------------------------------------
. ./_Y_Globals.sh
@@ -87,15 +87,12 @@ case "$1" in
;;
udp_stream)
echo "udp stream"
if [ "$2" = "start" ]
then
shift 2
echo "kill all streams"
killall streamts
killall streampes
killall udpstreamts
echo "start udpstream"
if [ -e /var/bin/udpstreamts ]
then
/var/bin/udpstreamts $* &