

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# CDN 및 MediaTailor 통합을 위한 도구 및 유틸리티 참조 테스트
<a name="testing-tools-reference"></a>

AWS Elemental MediaTailor 콘텐츠 전송 네트워크(CDN) 통합 테스트에는 포괄적인 검증 및 디버깅을 위한 다양한 도구가 필요합니다. 콘텐츠 전송 네트워크 및 MediaTailor 통합 테스트에 일반적으로 사용되는 도구에 대한 참조 가이드입니다.

`curl` - HTTP 요청 테스트  
매니페스트 요청 테스트: `curl -v "https://your-cdn-domain.com/v1/master/hls/config/master.m3u8"`  
헤더로 테스트: `curl -H "User-Agent: TestAgent/1.0" "https://your-cdn-domain.com/..."`  
파라미터로 테스트: `curl "https://your-cdn-domain.com/...?aws.sessionId=test123"`

`ffprobe` - HLS 매니페스트 검증  
HLS 구문 검증: `ffprobe -v quiet -print_format json -show_format "https://your-cdn-domain.com/master.m3u8"`  
세그먼트 정보 확인: `ffprobe -v quiet -show_entries packet=pts_time "segment.ts"`

`mp4box` - DASH 매니페스트 검증  
DASH MPD 검증: `mp4box -info "https://your-cdn-domain.com/manifest.mpd"`  
세그먼트 타이밍 확인: `mp4box -info segment.m4s`

브라우저 개발자 도구  
네트워크 탭에서 네트워크 요청 모니터링  
콘솔 탭에서 CORS 오류 확인  
요청/응답 헤더 검사  
타이밍 및 성능 지표 분석

**추가 리소스:**
+ [CloudFront 문제 해결](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Troubleshooting.html) - 포괄적인 CDN 문제 해결 가이드
+ [CloudFront 캐시 적중률 증가](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cache-hit-ratio.html) - 성능 최적화 지침
+ [AWS 리소스 모니터링](https://docs.aws.amazon.com/wellarchitected/latest/performance-efficiency-pillar/monitor-aws-resources.html) - 성능 모니터링 모범 사례