Ant Media Server 접속하기
관리자 패널: http://<SERVER_IP>:5080
관리자 패널에서 계정을 생성하세요.
기본 포트:
- HTTP:
5080 - HTTPS:
5443(SSL 설정 완료 후) - RTMP 스트리밍:
1935
설치 디렉토리
/usr/local/antmedia- 바이너리, 설정 파일, 로그가 포함됨
서버 관리
# Start server
sudo service antmedia status
# Stop server
sudo service antmedia stop
# Restart server
sudo service antmedia restart
SSL 설정
HTTPS를 활성화하려면 다음 문서를 참고하세요: https://antmedia.io/docs/guides/installing-on-linux/setting-up-ssl/