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

Mozilla 도움말 검색

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

자세히 살펴보기

HTTP "Content-Type" of "video/3gpp" is not supported. Load of media resource blob:https:// =URL failed.

  • 3 답장
  • 2 이 문제를 만남
  • 1 보기
  • 최종 답변자: pandey.arun

more options

I am trying to play the audio/video in Firefox 41.02 and getting below error, Please help -

HTTP "Content-Type" of "video/3gpp" is not supported. Load of media resource blob:https://URL failed. All candidate resources failed to load. Media load paused.

I am trying to play the audio/video in Firefox 41.02 and getting below error, Please help - HTTP "Content-Type" of "video/3gpp" is not supported. Load of media resource blob:https://URL failed. All candidate resources failed to load. Media load paused.

모든 댓글 (3)

more options

So this will either depend on the embedded video player of the page, if it is the HTML5 player I actually do not know if you need to specify the codec: https://developer.mozilla.org/en-US/d.../Using_HTML5_audio_and_video

more options
more options

I am trying to embed a audio file in web page which is recorded using the Android phone. When i directly open the file in Firefox is works but when i try with audio tag it doesn't. Note: same web page is working in IE.

Below are the Media details -

   "format": {
       "filename": "..\\AUDIO_20151105_111335.m4a",
       "nb_streams": 1,
       "nb_programs": 0,
       "format_name": "mov,mp4,m4a,3gp,3g2,mj2",
       "format_long_name": "QuickTime / MOV",
       "start_time": "0.000000",
       "duration": "5.550000",
       "size": "94681",
       "bit_rate": "136477",
       "probe_score": 100,
       "tags": {
           "major_brand": "isom",
           "minor_version": "0",
           "compatible_brands": "isom3gp4",
           "creation_time": "2015-11-05 05:43:41"
       }
   } 

I also tried with other m4a file which works, details are which is below -

"format": {

       "filename": "..\\TSP-01-Cro_magnon_man.m4a",
       "nb_streams": 1,
       "nb_programs": 0,
       "format_name": "mov,mp4,m4a,3gp,3g2,mj2",
       "format_long_name": "QuickTime / MOV",
       "start_time": "0.023220",
       "duration": "267.716956",
       "size": "4332710",
       "bit_rate": "129471",
       "probe_score": 100,
       "tags": {
           "major_brand": "mp42",
           "minor_version": "0",
           "compatible_brands": "mp42isom",
           "creation_time": "2011-08-21 19:38:09"
       }
   }

}

The visible difference is in the major and compatible brands.