mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-16 09:53:36 +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
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:
@@ -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 $* &
|
||||
|
Reference in New Issue
Block a user