1.파일다운로드
1) ant : http://ant.apache.org/bindownload.cgi
2) red5 : http://osflash.org/red5/
위의 사이트에서 파일을 다운로드 받느다
(전에 java 가 설치되어야 하므로 java.sun.com 에서 jdk 다운로드 받아놓는다)
2.압축풀어서 /usr/local 디렉토리에 묶어놓기
1) ant
]#tar xvfz apache-ant-1.7.0-bin.tar.gz
]#mv apache-ant-1.7.0 /usr/local/ant
2)red5
]#tar xvfz red5-0.6.3.tar.gz
]#mv red5-0.6.3 /usr/local/red5
3.ant 의 build.xml 로 타겟 잡기(참조문서 : http://blog.naver.com/2tnals82?Redirect=Log&logNo=80045484363)
1)에러가 나올거다..
]#/usr/local/ant/bin/ant
build failed 라는 메세지가 나올 것이다...
2)
]#cd /usr/local/red5
]#ant server & (혹시나 ant 파일이 없다고 나오면 .bash_profile 에 /usr/local/ant/bin 이 PATH 로 설정되었는지 확인해준다)
메세지가 주~~~욱 나오면서 대충 성공한 느낌이오면..
3)]#/usr/local/ant/bin/ant 를 실행해준다..
메세지가 주~~~욱 나오면서 대충 또 성공한 느낌이오면
4)]#/usr/local/red5/red5.sh &
로 실행하면 끝..
4.red5 실행파일 만들기
매번 ]#/usr/local/red5/red5.sh & 하기 귀찮으므로..
]#vi /etc/init.d/red5
------------------------------------------------
#! /bin/sh
#
# Author: Jake Hilton <red5@jakehilton.com>
# /etc/init.d/red5
#
# Check for missing file
RED5_DIR=/usr/local/red5
test -x $RED5_DIR/red5.sh || exit 5
case "$1" in
start)
echo -n "Starting Red5 Service"
echo -n " "
cd $RED5_DIR
su -s /bin/bash -c "$RED5_DIR/red5.sh &" red5
sleep 2
;;
stop)
echo -n "Shutting down red5"
echo -n " "
su -s /bin/bash -c "killall -q -u red5 java" red5
sleep 2
;;
restart)
## Stop the service and regardless of whether it was
## running or not, start it again.
$0 stop
$0 start
;;
esac
---------------------------------------------------
라고 해주고..(참조문서 : http://osflash.org/red5/suse?s=ant%20server)
]#chmod 755 /etc/init.d/red5
]#/etc/init.d/red5 start (실행이고)
]#/etc/init.d/red5 stop (중지)
이러면 쉽게 되겄지..
혹,
스트리밍이 안되는 경우.
/usr/local/red5/dist/webapps/oflaDemo/WEB-INF/ 를
/usr/local/red5/webapps/oflaDemo/WEB-INF/ 여기로 덮어씌우자..
내 bash .....
---------------------------------------
export JAVA_HOME="/usr/java/jdk1.6.0_03"
export ANT_HOME="/usr/local/ant"
export RED5_HOME="/usr/local/red5"
export CLASSPATH=$CLASSPATH:$JAVA_HOME/lib:$ANT_HOME/lib/*:$RED5_HOME/lib/*:/usr/local/red5/src/org/red5/server/*:/usr/local/red5/bin/org/red5/server/*
export PATH=$PATH:$HOME/bin:/usr/java/jdk1.6.0_03/bin:$ANT_HOME/bin
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1530 |
1111111
|
18년 전 | 1953 | |
| 1529 |
행복속네잎크로버
|
18년 전 | 3452 | |
| 1528 |
행복속네잎크로버
|
18년 전 | 1831 | |
| 1527 |
1111111
|
18년 전 | 7639 | |
| 1526 |
1111111
|
18년 전 | 3285 | |
| 1525 |
행복속네잎크로버
|
18년 전 | 1269 | |
| 1524 |
행복속네잎크로버
|
18년 전 | 2301 | |
| 1523 |
행복속네잎크로버
|
18년 전 | 3503 | |
| 1522 |
행복속네잎크로버
|
18년 전 | 2359 | |
| 1521 |
행복속네잎크로버
|
18년 전 | 2133 | |
| 1520 |
행복속네잎크로버
|
18년 전 | 2762 | |
| 1519 |
행복속네잎크로버
|
18년 전 | 3719 | |
| 1518 |
행복속네잎크로버
|
18년 전 | 3484 | |
| 1517 |
행복속네잎크로버
|
18년 전 | 2564 | |
| 1516 |
행복속네잎크로버
|
18년 전 | 1911 | |
| 1515 |
행복속네잎크로버
|
18년 전 | 1929 | |
| 1514 |
행복속네잎크로버
|
18년 전 | 2508 | |
| 1513 |
행복속네잎크로버
|
18년 전 | 1982 | |
| 1512 | 18년 전 | 2868 | ||
| 1511 | 18년 전 | 1662 | ||
| 1510 | 18년 전 | 2206 | ||
| 1509 | 18년 전 | 1680 | ||
| 1508 | 18년 전 | 2137 | ||
| 1507 | 18년 전 | 2357 | ||
| 1506 | 18년 전 | 2295 | ||
| 1505 | 18년 전 | 2247 | ||
| 1504 | 18년 전 | 2177 | ||
| 1503 | 18년 전 | 3484 | ||
| 1502 | 18년 전 | 1667 | ||
| 1501 | 18년 전 | 3441 | ||
| 1500 | 18년 전 | 2023 | ||
| 1499 | 18년 전 | 5294 | ||
| 1498 | 18년 전 | 2152 | ||
| 1497 |
hsp1980
|
18년 전 | 2333 | |
| 1496 |
hsp1980
|
18년 전 | 1726 | |
| 1495 |
hsp1980
|
18년 전 | 2132 | |
| 1494 |
hsp1980
|
18년 전 | 3647 | |
| 1493 | 18년 전 | 1501 | ||
| 1492 | 18년 전 | 1742 | ||
| 1491 | 18년 전 | 4319 | ||
| 1490 | 18년 전 | 3703 | ||
| 1489 | 18년 전 | 3263 | ||
| 1488 | 18년 전 | 3365 | ||
| 1487 |
mixdesign
|
18년 전 | 3865 | |
| 1486 |
mixdesign
|
18년 전 | 4325 | |
| 1485 | 18년 전 | 4249 | ||
| 1484 | 18년 전 | 2700 | ||
| 1483 |
hsp1980
|
18년 전 | 2309 | |
| 1482 |
hsp1980
|
18년 전 | 3245 | |
| 1481 |
hsp1980
|
18년 전 | 3163 | |
| 1480 |
hsp1980
|
18년 전 | 3317 | |
| 1479 | 18년 전 | 3256 | ||
| 1478 |
|
18년 전 | 4921 | |
| 1477 |
|
18년 전 | 5207 | |
| 1476 | 18년 전 | 3406 | ||
| 1475 |
mixdesign
|
18년 전 | 2720 | |
| 1474 |
mixdesign
|
18년 전 | 2939 | |
| 1473 |
mixdesign
|
18년 전 | 2266 | |
| 1472 |
mixdesign
|
18년 전 | 2085 | |
| 1471 |
mixdesign
|
18년 전 | 2038 | |
| 1470 |
|
18년 전 | 3073 | |
| 1469 |
mixdesign
|
18년 전 | 2355 | |
| 1468 |
mixdesign
|
18년 전 | 2374 | |
| 1467 |
mixdesign
|
18년 전 | 2051 | |
| 1466 |
mixdesign
|
18년 전 | 2419 | |
| 1465 |
mixdesign
|
18년 전 | 3152 | |
| 1464 | 18년 전 | 4082 | ||
| 1463 | 18년 전 | 3372 | ||
| 1462 |
|
18년 전 | 1998 | |
| 1461 |
|
18년 전 | 1941 | |
| 1460 | 18년 전 | 2857 | ||
| 1459 | 18년 전 | 1651 | ||
| 1458 |
|
18년 전 | 2003 | |
| 1457 |
mixdesign
|
18년 전 | 2296 | |
| 1456 |
mixdesign
|
18년 전 | 2158 | |
| 1455 | 18년 전 | 2266 | ||
| 1454 | 18년 전 | 4036 | ||
| 1453 | 18년 전 | 1773 | ||
| 1452 | 18년 전 | 4390 | ||
| 1451 | 18년 전 | 2922 | ||
| 1450 | 18년 전 | 2218 | ||
| 1449 | 18년 전 | 3267 | ||
| 1448 | 18년 전 | 2896 | ||
| 1447 | 18년 전 | 2825 | ||
| 1446 | 18년 전 | 5630 | ||
| 1445 | 18년 전 | 2292 | ||
| 1444 | 18년 전 | 3409 | ||
| 1443 |
|
18년 전 | 3323 | |
| 1442 | 18년 전 | 3713 | ||
| 1441 | 18년 전 | 3263 | ||
| 1440 | 18년 전 | 2441 | ||
| 1439 | 18년 전 | 2089 | ||
| 1438 | 18년 전 | 2542 | ||
| 1437 | 18년 전 | 6110 | ||
| 1436 | 18년 전 | 2732 | ||
| 1435 | 18년 전 | 4545 | ||
| 1434 | 18년 전 | 2041 | ||
| 1433 | 18년 전 | 10032 | ||
| 1432 | 18년 전 | 2477 | ||
| 1431 |
Psychedelico
|
18년 전 | 1544 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기