Confirmed users
1,982
edits
(Fix formatting) |
(drm steps) |
||
Line 23: | Line 23: | ||
In some cases developers will ask reporters to capture detailed media processing logs. This can help diagnose low level content format problems or incompatibilities. If you have already reported a bug in Bugzilla, you can capturing detailed logging as well to help diagnose. | In some cases developers will ask reporters to capture detailed media processing logs. This can help diagnose low level content format problems or incompatibilities. If you have already reported a bug in Bugzilla, you can capturing detailed logging as well to help diagnose. | ||
Steps | ==== General Media Playback Logging Steps ==== | ||
1) Open a tab and visit about:logging<br /> | 1) Open a tab and visit about:logging<br /> | ||
2) In the 'Logging preset:' drop down select 'Media Playback'<br /> | 2) In the 'Logging preset:' drop down select 'Media Playback'<br /> | ||
Line 31: | Line 32: | ||
6) Share the profile, with the button at the top right of this new tab (either upload or send privately)<br /> | 6) Share the profile, with the button at the top right of this new tab (either upload or send privately)<br /> | ||
These instructions in video: https://paul.cx/public/about-logging-presentation.webm | |||
==== DRM Related Logging Steps ==== | |||
For DRM content (Amazon Prime, Netflix) it can be helpful to generate EME related logging. Follow these steps:<br/> | |||
1) Open a command console and browse to your install location for Firefox.<br/> | |||
2) Enter 'set MOZ_DISABLE_GMP_SANDBOX=1' in the console<br/> | |||
3) Launch Firefox from the command console (firefox.exe (return))<br/> | |||
4) In the browser, open a tab and visit about:logging<br/> | |||
5) Enter 'GMP:5,EME:5' in the 'new log modules' text edit and click on 'Set Log Modules'<br/> | |||
6) Under Output choose 'Logging to a file' and choose a suitable temp path and then click 'Set Log File'.<br/> | |||
In the temp dir, you should get two logs (something like 'emelog.txt-child.23884.moz_log' and 'emelog.txt-main.23435.moz_log'). Post these to your Bugzilla report. |