Media/WebRTC/2012-11-27

From MozillaWiki
< Media‎ | WebRTC
Jump to: navigation, search

11/27/2012, 9am Pacific:

Notes:

1) Interop with Google.

  • We have video (and probably audio) working with major pain due to some Chrome bugs
    • They expect a=ssrc which is not required
    • Has a bunch of small patches that will need to land
    • The large-ish bug EKR mentioned is codec negotiation related, https://bugzilla.mozilla.org/show_bug.cgi?id=810220
    • EKR will be focusing on this for most of the rest of the week

2) Crash bugs & Sec-Critical bugs, Major Functionality Bugs: where are we?

  • With the following bugs fixed and landed, where do we stand on crash bugs/leaks?
    1. NSS start up & network shut down fixes (Jesup)
    2. Garbage Collection of PeerConnections (Ekr)
    • (jsmith) Leaks currently is a pretty serious problem - it's all over the place and easy to find even doing basic smoke tests
  • State of the Big lock patch (Ekr) **
    • Ekr believes he needs to rethink this approach dramatically, but he won't have time to look at it until after the push for the Interop demo is over (which will be late Thursday or Friday)
  • We presented links to the crash, sec-critical, and leak bugs and said these are the bugs to focus on together with the gUM bugs in the next section

3) gUM

  • Functionality: Where are we on blockers?
    • 32 blocker bugs currently. Jesup and mreavy to review and divide up among contributors.
  • UX design
    • Where are we on these?
      1. Bug 805632 - getUserMedia: Add an easy way within Firefox to shut down camera/microphone access after access has been granted
      2. Bug 805631 versus Bug 799417 - Indicate camera/microphone is active on one or more tabs
      3. Bug 804611 - Add a "Don't ask me again" --> There's a patch up that needs Dao's review.
    • Need mock up for Bug 805632 first. Boriss is working on it and then the other bugs in turn. She hopes to have something later today (Tuesday).
    • Need to get more help for Dao to implement these quickly. If anyone has suggestions on who might be available, please talk to Maire.

4) Any other bugs/issues people are working?

  • None mentioned

5) Discuss any current blockers for people or new items that haven't been discussed

  • (jsmith) MDN WebRTC Documentation - Are they in sync with the reality of our implementation? Should we get someone writing on the call?

6) Testing - Thinking of having a separate hang out on Wednesday or Thursday to discuss where we are with automated testing. Expect an email and post on dev-media later today.

  • Note - gum automation is about to land prefed off due to problems with leaks