Media: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Add some starting points for contributors)
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 5: Line 5:
There's a lot going on: Audio/Video capture, playback, and processing; The WebRTC effort to do real-time peer-to-peer streaming; timelines and frameworks; subtitles; MIDI and more. If you're interested in getting involved, stop by the [irc://irc.mozilla.org/media #media channel on irc.mozilla.org] to chat with developers and find something you're interested in doing.
There's a lot going on: Audio/Video capture, playback, and processing; The WebRTC effort to do real-time peer-to-peer streaming; timelines and frameworks; subtitles; MIDI and more. If you're interested in getting involved, stop by the [irc://irc.mozilla.org/media #media channel on irc.mozilla.org] to chat with developers and find something you're interested in doing.


You can also check the *open bug list* for [https://bugzilla.mozilla.org/buglist.cgi?list_id=6234988&query_format=advanced&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=READY&component=Video%2FAudio&product=Core Firefox Video/Audio] or [https://bugzilla.mozilla.org/show_bug.cgi?id=webrtc WebRTC].
You can also check [http://www.joshmatthews.net/bugsahoy/?media=1 available mentored bugs] for a place to start. If that doesn't satisfy, try the general bug lists for [https://bugzilla.mozilla.org/buglist.cgi?list_id=6234988&query_format=advanced&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=READY&component=Video%2FAudio&product=Core Firefox Video/Audio] or [https://bugzilla.mozilla.org/show_bug.cgi?id=webrtc WebRTC].


Otherwise, check out the specific project pages below.
Check out the specific project pages below for more specific information.


==Projects==
==Projects==


* [[Media/WebRTC|WebRTC]]
* [[Media/WebRTC|WebRTC]]
* [[Media/Standalone_WebRTC|Standlone WebRTC client]]
* [[Media/MediaCapture|MediaCapture]]
* [[Media/MediaCapture|MediaCapture]]
* [[Platform/Features/Camera_API| Feature page for Camera API - Phase 1]]
* [[Platform/Features/Camera_API| Feature page for Camera API - Phase 1]]
* [[Platform/Features/Camera_API_-_Phase_2_%28getUserMedia%29 | Feature page Camera API - Phase 2 (based on getUserMedia)]]  
* [[Platform/Features/Camera_API_-_Phase_2_%28getUserMedia%29 | Feature page Camera API - Phase 2 (based on getUserMedia)]]  
* [[Platform/Features/MPAPI | Feature page for Platform Decoders (also known as MPAPI and system codecs)]]
* [[Platform/Features/MPAPI | Feature page for Platform Decoders (also known as MPAPI and system codecs)]]
 
* [http://opus-codec.org/ Opus audio codec]
 
* [https://xiph.org/daala/ Daala video codec]
* [[Media/Playback|Playback]]
==Goals==
==Goals==
* [[Platform/2012-Q2-Goals#Video|Q2 2012 Team Goals]]
* [[Platform/2012-Q2-Goals#Video|Q2 2012 Team Goals]]


==Help==
==Help==
 
* [[Logging Playback]]
* [[Building Nexus S ICS with camera support]]
* [[Building Nexus S ICS with camera support]]
* [[Building SGS2 ICS with camera support]]
* [[Building SGS2 ICS with camera support]]

Latest revision as of 23:38, 18 December 2020

This page is meant to provide a starting point for developers and members of the community who want to learn more about what's happening in Media at Mozilla.

Contributing

There's a lot going on: Audio/Video capture, playback, and processing; The WebRTC effort to do real-time peer-to-peer streaming; timelines and frameworks; subtitles; MIDI and more. If you're interested in getting involved, stop by the #media channel on irc.mozilla.org to chat with developers and find something you're interested in doing.

You can also check available mentored bugs for a place to start. If that doesn't satisfy, try the general bug lists for Firefox Video/Audio or WebRTC.

Check out the specific project pages below for more specific information.

Projects

Goals

Help