Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

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

  • 3 одговорa
  • 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.