I'm trying to figure out how to use the fake plugin at all (before I get around to using it in tests). Here's my current steps:

build trunk with the patch from https://bugzilla.mozilla.org/show_bug.cgi?id=1037125

copy <srcdir>/dom/media/gmp-plugin/fake.info to ~/gmp-fake/gmp-fake.info
copy <objdir>/dom/media/gmp-plugin/libgmp-fake.so to ~/gmp-fake/libgmp-fake.so

export MOZ_GMP_PATH=~/gmp-fake

Open Firefox, set the pref media.peerconnection.video.h264_enabled;true. Set a debugger breakpoint on the GeckoMediaPluginService constructor.

Open http://mozilla.github.io/webrtc-landing/pc_test_h264.html

I expect to at least see the GeckoMediaPluginService initialize, but I'm not seeing even that. The page does *something*: it shows a solid color that changes periodically. But no plugin usage.

Unless I'm perhaps supposed to uncheck the "Use Fake Audio/Video for one stream" button? I tried checking that and it didn't seem to make a difference.

--BDS

_______________________________________________
dev-media mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-media

Reply via email to