Kein video mit unterstütztem format und mime-typ gefunden html

  • Index
  • Recent Topics
  • Search

  • Log in

  1. Forum
  2. Free Joomla Extensions & Templates
  3. AllVideos
  4. No video with suported format and MIME type found

2 years 9 months ago #174638 by JoomlaWorks

When you use local media, don't specify the file extension in the file path and don't use the entire path to the media file. So if your media file is Magodent.mp4 and your video root directory is /images/videos, you only enter: {mp4}Magodent{/mp4}. In your case, it seems you added {mp4}/images/videos/Magodent.mp4{/mp4} which translates to "/images/videos/images/videos/Magodent.mp4.mp4" in the frontend.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

2 years 9 months ago #174639 by Tomasz Brzozowski

Hi,
thx,

Now is:
<video class="avPlayer" style="width:600px;height:450px;" src="/images/videos/Magodent.mp4" preload="metadata" controls="" controlslist="nodownload"></video>

But still is not working.

Regards
Tom

Please Log in or Create an account to join the conversation.

2 years 9 months ago #174641 by JoomlaWorks

Check the actual location of the file on your server and your AllVideos root path for videos.

Adjust accordingly.

And read the AllVideos documentation. It's 2 mins of your time: www.joomlaworks.net/support/docs/allvideos

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

2 years 9 months ago #174646 by Tomasz Brzozowski

Really sorry about Your time
I don't check :)

Regards
Tom

Please Log in or Create an account to join the conversation.

2 years 9 months ago #174648 by JoomlaWorks

You're welcome.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

1 year 11 months ago #177538 by Anne Lüders

Hello,
I find the same problem with the failure No video with... in Firefox latest Ver. and Joomla Ver. 3.9.23, PHP 7.4.13
I checked all entries in the plugin. They are correct.

I can use HTML5 code <video style="float:right;margin:8px;" src="images/videos/video.mp4" controls="controls" width="640" height="480"></video>.
This will show the video and I can play it.
The code for Allvideos {mp4}images/videos/video.mp4{/mp4} will produce the failure.

I checked your installation doc.

Any ida?

regards

Please Log in or Create an account to join the conversation.

1 year 11 months ago #177560 by JoomlaWorks

If you did check the documentation, you wouldn't use the .mp4 extension in the file name :)

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

1 year 11 months ago #177579 by Anne Lüders

Thx,
I was lead astray by this "{formatORprovider}filenameORvideoID{/formatORprovider}"

You're right it is: {mp4}summer/trip_to_paris{/mp4} !!!

But even this does not work in my setup. The failure remains.
My code is now {mp4}images/videos/video-name{/mp4} does not show the video in frontend. Html5 still works.
What's wrong?

Please Log in or Create an account to join the conversation.

  1. Forum
  2. Free Joomla Extensions & Templates
  3. AllVideos
  4. No video with suported format and MIME type found

    • #1

    Heyho,
    Bei mir klappt das Video einbinden nicht wie gewollt.

    Ich habe die Videos zu .ogv, .webm, und .mp4 konvertiert und per

    1. <video controls="controls" width="640" height="360">
    2. <source src="XXX.ogv" type='video/ogg; codecs="theora, vorbis"'/>
    3. <source src="XXX.webm" type='video/webm' />
    4. <source src="XXX.mp4" type='video/mp4' />
    5. <p>Leider unterst&uuml;tzt ihr Browser keine HTML 5 Videoeinbindung.<br />
    6. Sie k&ouml;nnen das Video hier downloaden: </p>
    7. </video>


    eingebunden. Die Pfade stimmen, macht man Rechtsklick >> "Video anzeigen" wird einem das .webm-Video als Speichermöglichkeit gegeben.
    Es kommt bei FF allerdings die Fehlermeldung

    Zitat

    Kein Video mit unterstütztem Format und MIME-Typ gefunden.


    Der lädt ja auch das webm, obwohl ogv zuerst da steht. Liegts am Mimetype?

    • #2

    FireFox kann glaube ich nur *.ogg (Video-Format).
    PS: "XXX", was verbirgt sich da denn wohl nur hinter diesem Filmchen?

    • #3

    hm eigentlich würde ich sagen das siet gut aus.
    komisch also da //www.html5rocks.com/de/t…/video/basics/#toc-markup funst web, und ogv im firefox.

    was man vll machen muss wo ich denke das hat vll nicht jeder provider so eingesteellt

    AddType video/ogg .ogv
    AddType video/mp4 .mp4
    AddType video/webm .webm

    damit der brower das dann am MIME-Typ erkennt was das für ein Video ist...

    • #4

    Hallo vielen Dank für die Antworten!
    Habe im html head folgendes eingegeben:

    !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 5 //DE EN"
    html lang
    head

    meta http-equiv= "content-type" content="text/html; charset=ISO-8859-1" AddType= "video/ogg .ogg" AddType= "video/mp4 .mp4"

    Leider immer noch kein Ton auf safari mountain lion vom Server aus geöffnet

    Grüße

    PS. Die Spitzen, sich öffnenden und schliessenden Klammern sind hier nicht eingegeben weil dann der Zugriff verweigert wird

    • #5

    bitte poste deine code's in

    1. [code=html]hier kommt HTML hinein[ /html] (ohne das leerzeichen vor dem slash)


    Versuche mal folgendes:

    1. <!doctype html>
    2. <head>
    3. ...

    • #6

    FireFox kann glaube ich nur *.ogg (Video-Format).
    PS: "XXX", was verbirgt sich da denn wohl nur hinter diesem Filmchen?


    Erstens ist .ogg einfach .ogv ohne Bild.
    Und zweitens verbirgt sich hinter den XXX einfach nur videos/holland2010/Hollandfahrt-2010.endung, was eine Hollandfahrt meines Pfadfinderstammes war. Das wollte ich nur nicht alles hinschreiben.


    was man vll machen muss wo ich denke das hat vll nicht jeder provider so eingesteellt

    AddType video/ogg .ogv
    AddType video/mp4 .mp4
    AddType video/webm .webm

    damit der brower das dann am MIME-Typ erkennt was das für ein Video ist...


    Steht dafür nicht das <source type="..." />?

    • #7

    ja schon.
    vll traut der browser den angaben nicht ich weiß nicht. teste doch einfach^^

    • #8

    welchem Attribut
    soll der AddType= "video/ogg .ogg" AddType= "video/mp4 .mp4" zugeordnet werden?

    folglich geschrieben:
    meta http-equiv= "AddType= video/ogg .ogg"
    kommt beim validieren eine Fehlermeldung.

    • #9

    welchem Attribut
    soll der AddType= "video/ogg .ogg" AddType= "video/mp4 .mp4" zugeordnet werden?

    folglich geschrieben:
    meta http-equiv= "AddType= video/ogg .ogg"
    kommt beim validieren eine Fehlermeldung.

    Du brauchst

    1. AddType video/ogg .ogv

    Und das kommt so in eine .htaccess-Datei im Wurzelverzeichnis.

    Dadurch glaubt der Server auch, dass der Endung .ogv der Mimetype video/ogg zugeordnet werden soll. Wenn du schreibst

    1. <video>
    2. <source src="*.ogv" type="video/ogg" />
    3. </video

    kann es nämlich trotzdem offenbar vorkommen, dass der Server dir das nicht glaubt. Klappt aber mit AddTpe im .htaccess wunderbar. Danke Roland!

    @ otrebor: Bei deinem Bsp. IST AddType="..." ein Attribut, dass zugeordnet wird

    • #10

    Dank Euch
    mein Ton läuft wieder auf Safari,
    es war irgend ein plugin -
    Ich mußte mein Betriebssystem neu installieren und alles löschen

    Grüße

Toplist

Neuester Beitrag

Stichworte