mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
58ee1a2547
A program based on Apple's open source RTP/RTSP streaming Quicktime server. PR: 13743 Submitted by: Richard Kiss <richard@homemail.com>
8 lines
157 B
Bash
8 lines
157 B
Bash
#!/bin/sh
|
|
|
|
cd `dirname $0`
|
|
cd ../..
|
|
PREFIX=`pwd`
|
|
QTSS_PROXY=${PREFIX}/sbin/QuickTimeStreamingServer
|
|
[ -x ${QTSS_PROXY} ] && ${QTSS_PROXY} && echo -n ' qtss'
|