TPEPlatform/2013-10-03: Difference between revisions
Jump to navigation
Jump to search
(→Study) |
(→Media) |
||
Line 8: | Line 8: | ||
** debugging | ** debugging | ||
** trace code of mochitest | ** trace code of mochitest | ||
'''GetUserMedia''' | |||
* {{bug|918523}} - getUserMedia audio streams will be released after a period of time while running in a background app \ SC | |||
** patch updated according to comment, r+'ed and landed | |||
* {{bug|917544}} - getUserMedia access on the web on Firefox OS persists permissions in the session, but shouldn't be \ SC | |||
** patch updated according to comment, r+'ed and landed | |||
* {{bug|919149}} Recording icon doesn't disappear if app is killed from card view \ SC | |||
** we should maintain content process lifecycle for recording status of content process in shell.js | |||
** patch uploaded and get r+'ed from @jesup and @khuey | |||
** need further test on this patch before landed. | |||
* {{Bug|918054}} - getUserMedia audio can be requested while a call is active, but shouldn't be \SC | |||
** we should maintain the call status in MediaManager and reject GetUserMedia while in call. | |||
** provide WIP and waiting for @jesup's feedback. | |||
==Streaming Media== | ==Streaming Media== |
Revision as of 06:13, 1 October 2013
Media
Web Audio
- bug 912474 - test_pannerNodeChannelCount.html fails with NaNs on Android / JW
- review patch, discuss with Karl
- bug 921695 - don't use FIXED_POINT speex_resampler_process_float() on (-1, 1) float samples / JW
- writing a patch
- bug 916135 - Investigate webaudio mochitest timeouts on B2G / JW
- debugging
- trace code of mochitest
GetUserMedia
- bug 918523 - getUserMedia audio streams will be released after a period of time while running in a background app \ SC
- patch updated according to comment, r+'ed and landed
- bug 917544 - getUserMedia access on the web on Firefox OS persists permissions in the session, but shouldn't be \ SC
- patch updated according to comment, r+'ed and landed
- bug 919149 Recording icon doesn't disappear if app is killed from card view \ SC
- we should maintain content process lifecycle for recording status of content process in shell.js
- patch uploaded and get r+'ed from @jesup and @khuey
- need further test on this patch before landed.
- bug 918054 - getUserMedia audio can be requested while a call is active, but shouldn't be \SC
- we should maintain the call status in MediaManager and reject GetUserMedia while in call.
- provide WIP and waiting for @jesup's feedback.
Streaming Media
- bug 911046 - WebRTC OmxCodec coding path support / John Lin
- Modify codec code to use latest stagefright MediaCodec API
- encoding successfully
- Modify codec code to use latest stagefright MediaCodec API
Graphic
- Found a WebGLFramebuffer related bug, try to investigate and solve/chiajung
- partially implement GPUbased video texture comversion(blocking by previous one)/chiajung