Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Learn More

no audio when playing html5 video

  • 2 përgjigje
  • 3 e kanë hasur këtë problem
  • 102 parje
  • Përgjigjja më e re nga juliaee

more options

Hello!

I have a html5 video which is doing great in all browsers, but there is no audio in Firefox for Windows 3.6.25 Yes, I have updatet my server with the following MIMEs:

AddType audio/ogg .oga AddType video/ogg .ogv AddType video/mp4 .mp4 AddType video/webm .webm AddType text/plain .srt


Please help! I need to get i right before Christmas ...

Hello! I have a html5 video which is doing great in all browsers, but there is no audio in Firefox for Windows 3.6.25 Yes, I have updatet my server with the following MIMEs: AddType audio/ogg .oga AddType video/ogg .ogv AddType video/mp4 .mp4 AddType video/webm .webm AddType text/plain .srt Please help! I need to get i right before Christmas ...

Ndryshuar nga juliaee

Zgjidhje e zgjedhur

Hei fmdeveloper! I figured it out: You have to upload the .htaccess-file to the same folder where you placed your index-file. The information in the .htaccess-file is the following:

AddType audio/ogg .oga AddType video/ogg .ogv AddType application/ogg .ogg

BUT: When you upload the .htaccess file with a ftp-program you have to change your options to ASCII Mode! DO NOT use Binary Mode for upload!

Lexojeni këtë përgjigje brenda kontekstit 👍 0

Krejt Përgjigjet (2)

more options

I don't get audio in any browser I tried. You will probably get a better answer in an HTML 5 forum...

more options

Zgjidhja e Zgjedhur

Hei fmdeveloper! I figured it out: You have to upload the .htaccess-file to the same folder where you placed your index-file. The information in the .htaccess-file is the following:

AddType audio/ogg .oga AddType video/ogg .ogv AddType application/ogg .ogg

BUT: When you upload the .htaccess file with a ftp-program you have to change your options to ASCII Mode! DO NOT use Binary Mode for upload!