Confirmed users
144
edits
(→Gecko) |
(→Gecko) |
||
| Line 97: | Line 97: | ||
**** https://groups.google.com/forum/?hl=en#!topic/mozilla.dev.media/FOOHGdwD16Y | **** https://groups.google.com/forum/?hl=en#!topic/mozilla.dev.media/FOOHGdwD16Y | ||
**** Proposal 2: Implement the mapping internally | **** Proposal 2: Implement the mapping internally | ||
** '''Implement Track related methods and events in MediaStream.webidl''' - {{bug|985265}} | ** '''Implement Track related methods and events in MediaStream.webidl''' - {{bug|985265}} | ||
*** Not necessary for this TV project, but would benefit the user experience of using front/end camera with getUserMedia a lot. | *** Not necessary for this TV project, but would benefit the user experience of using front/end camera with getUserMedia a lot. | ||
| Line 106: | Line 105: | ||
*** Construct a new kind of MediaStream, this would be an abstract layer, indicating its media resource is fetched from a particular hardware driver. | *** Construct a new kind of MediaStream, this would be an abstract layer, indicating its media resource is fetched from a particular hardware driver. | ||
*** By pass our MediaStreamGraph pipeline, and hook up its listeners with HAL interface specific to the platform. | *** By pass our MediaStreamGraph pipeline, and hook up its listeners with HAL interface specific to the platform. | ||
** '''Create a new type of MediaStreamTrack for text and metadata''' - {{bug|987501}} | ** '''Create a new type of MediaStreamTrack for text and metadata''' - {{bug|987501}} | ||
*** In order to let MediaStream handle tracks such as subtitles, captions, metadata. | *** In order to let MediaStream handle tracks such as subtitles, captions, metadata. | ||