Which video codec is natively supported in Firefox 13 for streaming? I have to create a Mozilla addon which should playback a video stream. I assume that flash is not available inside of a addon?
Asked
Active
Viewed 168 times
1 Answers
1
Firefox doesn't support any streaming protocols natively. You can still send out video in WebM or Ogg Theora format over plain HTTP (like in this question) but it will be buffered and congestions will build up if the available bandwidth isn't sufficient. However, this might change soon as WebRTC support is added to Firefox.

Community
- 1
- 1

Wladimir Palant
- 56,865
- 12
- 98
- 126