Firefox OS/Stingray: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 41: Line 41:


== Gecko ==
== Gecko ==
* Add a new kind of MediaStream to by pass our media pipeline - {{bug|987498}}
** The mediastream class will be used to represent TV stream which might be rendered by HW Overlay.

Revision as of 10:58, 26 March 2014

The Project

  • The Stingray project is an initiative to enable Firefox OS platform to run on larger screen TV

Key Mozilla Team Members

  • Product Marketing: Jane Hsu
  • PM: Joe Cheng
  • UX: Mike Tsai
  • Engineering: Keven Kuo
  • Gecko
    • Marco Chen
    • Shian-Yow Wu
    • Gene Lian
    • Shih-Chiang Chien
    • Gina Yeh
    • Shelly Lin
    • Solomon Chiu
  • Gaia
    • Evelyn Hung
    • John Hu
    • Rex Lee
    • Gary Chen
    • Luke Chang
    • Tzu-lin Huang
    • Sherman Chen

Gaia

Web API

  • TV Tuner Web API - bug ?
    • It is on going to polish a first version then open to public space. ex: Bugzilla and dev-webapi@lists.mozilla.org.
  • Input Ports Web API - bug ?
    • The purpose is to let web app show media stream and detect plug-in status from HDMI/AV cable.
    • It is on going to discuss for leveraging getUserMedia series Web API.
  • HTMLMediaElement.audio/videoTracks Web API - bug 744896
  • MediaStream
    • Implement Track related methods and events in MediaStream.webidl - bug 985265
    • Create a new type of MediaStreamTrack for text and metadata - bug 987501
  • Expose a client UDP datagram socket API to web application - bug 745283

Gecko

  • Add a new kind of MediaStream to by pass our media pipeline - bug 987498
    • The mediastream class will be used to represent TV stream which might be rendered by HW Overlay.