본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

[video can't be player because this file is corrupt][mp4 h264 yuv420p]

  • 3 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: kilireg

more options

Open this url https://openfde.com/intro.mp4 and firefox shows "video can't be player because this file is corrupt".

Web Console logs: ``` Media resource https://openfde.com/intro.mp4 could not be decoded. intro.mp4

Media resource https://openfde.com/intro.mp4 could not be decoded, error: Error Code: NS_ERROR_DOM_MEDIA_DECODE_ERR (0x806e0004) Details: void mozilla::AppleVTDecoder::OnDecodeError(OSStatus): OnDecodeError:ffffcd9a intro.mp4 ```

`ffmpeg -i` with this video file: ``` Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/path/to/intro.mp4':

 Metadata:
   major_brand     : isom
   minor_version   : 512
   compatible_brands: isomiso2avc1mp41
   encoder         : Lavf58.76.100
 Duration: 00:01:51.77, start: 0.000000, bitrate: 3243 kb/s
 Stream #0:0[0x1](eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 4096x2304 [SAR 1:1 DAR 16:9], 3109 kb/s, 25 fps, 25 tbr, 12800 tbn (default)
   Metadata:
     handler_name    : ?Mainconcept Video Media Handler
     vendor_id       : [0][0][0][0]
 Stream #0:1[0x2](eng): Audio: mp3 (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s (default)
   Metadata:
     handler_name    : #Mainconcept MP4 Sound Media Handler
     vendor_id       : [0][0][0][0]

```

Chrome is fine.

Open this url https://openfde.com/intro.mp4 and firefox shows "video can't be player because this file is corrupt". Web Console logs: ``` Media resource https://openfde.com/intro.mp4 could not be decoded. intro.mp4 Media resource https://openfde.com/intro.mp4 could not be decoded, error: Error Code: NS_ERROR_DOM_MEDIA_DECODE_ERR (0x806e0004) Details: void mozilla::AppleVTDecoder::OnDecodeError(OSStatus): OnDecodeError:ffffcd9a intro.mp4 ``` `ffmpeg -i` with this video file: ``` Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/path/to/intro.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf58.76.100 Duration: 00:01:51.77, start: 0.000000, bitrate: 3243 kb/s Stream #0:0[0x1](eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 4096x2304 [SAR 1:1 DAR 16:9], 3109 kb/s, 25 fps, 25 tbr, 12800 tbn (default) Metadata: handler_name : ?Mainconcept Video Media Handler vendor_id : [0][0][0][0] Stream #0:1[0x2](eng): Audio: mp3 (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s (default) Metadata: handler_name : #Mainconcept MP4 Sound Media Handler vendor_id : [0][0][0][0] ``` Chrome is fine.

선택된 해결법

The linked video plays for me on Windows 10 and Ubuntu 23.10.

Does it still happen in Troubleshoot Mode?

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (3)

more options

선택된 해결법

The linked video plays for me on Windows 10 and Ubuntu 23.10.

Does it still happen in Troubleshoot Mode?

more options

Is there more detail (info) in the Web Console (Command+Shift+K)?

more options

zeroknight said

The linked video plays for me on Windows 10 and Ubuntu 23.10. Does it still happen in Troubleshoot Mode?

Yes it works with Troubleshoot Mode. And after I exit that mode and restart firefox again, the video could be played now! It's weird.

Anyway, thanks.