Den här webbplatsen har begränsad funktionalitet medan vi utför underhåll för att förbättra din upplevelse. Om en artikel inte löser ditt problem och du vill ställa en fråga har vi vår gemenskap som väntar på att hjälpa dig på @FirefoxSupport på Twitter, /r/firefox på Reddit.

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

.mp4 support extension source code

more options

For my website I currently use .flv videos.

I want to switch to .mkv videos to show on my website but I don't believe firefox has support for mkv videos, only chrome.

I want to create an extension that allows for the viewing of .mkv videos.

I know firefox supports .mp4 videos and I would like a view of that source code so that it would be far more easy to incorporate support for .mkv videos.

Is there a place where I can get .mp4 support source code so that I can write an extension for .mkv videos?

Thanks,

For my website I currently use .flv videos. I want to switch to .mkv videos to show on my website but I don't believe firefox has support for mkv videos, only chrome. I want to create an extension that allows for the viewing of .mkv videos. I know firefox supports .mp4 videos and I would like a view of that source code so that it would be far more easy to incorporate support for .mkv videos. Is there a place where I can get .mp4 support source code so that I can write an extension for .mkv videos? Thanks,

Alla svar (1)

more options

Firefox's natively supported codecs include WebM and OGG Theora. For the reasons described on this page, Firefox is limited in the types of encoding it can support; I don't think Firefox native plays H.264-encoded MP4: https://developer.mozilla.org/En/Media_formats_supported_by_the_audio_and_video_elements

I hadn't heard of .mkv before; I found this article with more information: http://en.wikipedia.org/wiki/Matroska Support was requested a couple of years ago, but the request was shelved. See 476727 – Support the Matroska (MKV) container.

As for where the code is: you can download the source code of Firefox, but the folks on this support board wouldn't be able to quickly point you to the parts relevant to video decoding. You might want to join one of the developer mailing lists or groups for more guidance there.

Ändrad av jscher2000 - Support Volunteer