자유롭게 질의 및 응답을 할 수 있는 게시판입니다. 개발자 여러분의 답변이 큰 도움이 됩니다. 
  • 제품설치/등록 오류 문의: 설치/등록 Q&A 이용 (제품 구매 고객 한정)

본 게시판은 개발자들이 자유롭게 질문과 답변을 공유하는 게시판입니다.
* 따라서 최대한 정중하게 질문을 올려 주세요.
* 질문을 상세히 작성해 주실 수록 좋은 답변이 올라 옵니다.
* 다른 분들도 참고할 수 있도록 결과 댓글 필수(또는 감사 댓글)
(결과 댓글을 달지 않는 경우 다음 질문에 대한 답변이 달리지 않는 불이익이 있을 수 있습니다.)
-----------------------------------------------------------------------------------------------

시애틀을 사용중인데요.

파이어몽키로 MediaPlayer 컴포넌트를 이용해서 윈도우에서 미디어를 플레이 하려고 합니다.

예제 프로그램인 VideoPlayBack\VideoPlayerTest.dproj 를 실행하면

예제 MP4 파일이 2개가 있는데요

이 파일을 선택하면

'Unsupported media file xxxx.mp4' 처럼 메시지가 뜹니다.

 

FMX.Media.Win.pas 에 보면

 

initialization
  TMediaCodecManager.RegisterMediaCodecClass('.avi', SVAviFiles, TMediaType.Video, TWindowsMediaCodec);
  TMediaCodecManager.RegisterMediaCodecClass('.wmv', SVWMVFiles, TMediaType.Video, TWindowsMediaCodec);
  TMediaCodecManager.RegisterMediaCodecClass('.mp4', SVMP4Files, TMediaType.Video, TWindowsMediaCodec);
  TMediaCodecManager.RegisterMediaCodecClass('.m4v', SVMP4Files, TMediaType.Video, TWindowsMediaCodec);
  TMediaCodecManager.RegisterMediaCodecClass('.mov', SVMOVFiles, TMediaType.Video, TWindowsMediaCodec);

  TMediaCodecManager.RegisterMediaCodecClass('.wma', SVWMAFiles, TMediaType.Audio, TWindowsMediaCodec);
  TMediaCodecManager.RegisterMediaCodecClass('.mp3', SVMP3Files, TMediaType.Audio, TWindowsMediaCodec);
  TMediaCodecManager.RegisterMediaCodecClass('.wav', SVWAVFiles, TMediaType.Audio, TWindowsMediaCodec);

  TMediaCodecManager.RegisterMediaCodecClass(SAllFilesExt, SDefault, TMediaType.Video, TWindowsMediaCodec);

finalization

 

이렇게 정의되어 있는데

왜 Unsupported media file 이라는 메시지가 뜨는 걸까요? 

코덱 파일들을 따로 설치를 해줘야 하나요? 

번호 제목 글쓴이 날짜 조회 수
공지 [프로그래밍 강의] 2021.6~2021.12 관리자 2015.01.22 17213
공지 유용한 관련 사이트 관리자2 2014.03.20 56087
공지 본 게시판은 개발자 여러분들의 질문과 답변을 공유하는 공간입니다. 관리자 2012.01.10 99526
1359 애플앱 등록시 에러나는 경우 silkroad99 2015.08.25 492
1358 uses절 추가 에러 문의드립니다 [2] syc 2016.08.17 492
1357 급) 우분투 17.04 PAServer 실행 오류~ 확인 부탁 드립니다. [2] file 별땅땅쫑 2017.11.23 492
1356 Android에서 Wifi Scan하기 위한 TJBroadcastReceiver를 어떻게 구현해야 하나요? [1] 개성산전 2019.03.18 492
1355 class EOleSysError 문제 file 김준수 2021.06.23 492
1354 XE10 컴파일이 무한반복되는 현상에 대해 가을이다 2016.09.23 493
1353 [공유] 델파이 모바일개발은 폰갭과 어떤 차이가 있나요? Humphery 2015.03.19 493
1352 안드로이드 모바일과 PC USB로 통신 [1] 권동한 2020.04.22 494
1351 재질문 Push 알림 한글깨짐 문의 [1] file 사랑남 2015.09.25 496
» 파이어몽키 Mediaplayer에서 지원하지 않는 Media [3] 해신여화 2019.04.29 498
1349 DBExpress 와 MySQL 연결관련 문의 [1] file 대화마을 2017.06.08 498
1348 Delphi10.2 용 평가판에서 BDE Install 프로그램(dclbde***.bpl) [1] hihee 2018.06.07 498
1347 [Q&A] XE8 세미나에서 나온 질문과 답변을 정리했습니다. 관리자 2015.05.20 498
1346 SDK Manager에서 "Update Local File Cache" 후 Directory does not exist: /...../clang/7.0.0/ 오류가 발생합니다. [2] kerry 2016.02.22 498
1345 xe10.2 버전 서브 폼닫기 안됨 [2] 텔로스김 2017.05.12 499
1344 평가판 테스즈 중... [1] radio 2015.03.05 501
1343 [XE8 출시세미나] 델파이로 웹개발도 할 수 있나요? [1] Humphery 2015.04.30 501
1342 폼의 동적생성 방법을 알려주세요. [2] 거북이 2015.11.06 501
1341 컴파일 시 "Object reference not set to an instance of an object" 오류가 발생합니다. file 험프리 2017.01.19 502
1340 OpenCV, VC++에서는 잘 동작하는데,C++ Builder에서 빌드가 안되는 문제가 있네요. [1] WayneKim 2018.11.05 502