Logging Playback: Difference between revisions
Jump to navigation
Jump to search
(Adding links to sections from the table) |
(Extending the dummy row in the table) |
||
Line 20: | Line 20: | ||
| [[#PlatformDecoderModule]] || ✅ || ✅ || ❓ || ❓ || ❓ || ❓ || ❓ | | [[#PlatformDecoderModule]] || ✅ || ✅ || ❓ || ❓ || ❓ || ❓ || ❓ | ||
|- | |- | ||
| [[#Dummy Example]] || ❌ || ✅ || ❓ | | [[#Dummy Example]] || ❌ || ✅ || ❓ || ❓ || ❓ || ❓ || ❓ | ||
|} | |} | ||
==== General Playback Modules ==== | ==== General Playback Modules ==== |
Revision as of 20:34, 13 August 2019
Logging Media Playback
Playback uses the Gecko Logging system.
Available Log Modules
Log Module | Audio Playback | Video Playback | EME | RDD Audio | RDD Video | WebRTC Audio | WebRTC Video |
---|---|---|---|---|---|---|---|
#MediaDecoder | ✅ | ✅ | ❓ | ❓ | ❓ | ❌ | ❌ |
#MediaDecoderStateMachine | ✅ | ✅ | ❓ | ❓ | ❓ | ❓ | ❓ |
#MediaDemuxer | ✅ | ✅ | ❓ | ❓ | ❓ | ❓ | ❓ |
#MediaFormatReader | ✅ | ✅ | ❓ | ❓ | ❓ | ❓ | ❓ |
#MediaSource | ✅ | ✅ | ❓ | ❓ | ❓ | ❓ | ❓ |
#MediaSourceSamples | ✅ | ✅ | ❓ | ❓ | ❓ | ❓ | ❓ |
#PlatformDecoderModule | ✅ | ✅ | ❓ | ❓ | ❓ | ❓ | ❓ |
#Dummy Example | ❌ | ✅ | ❓ | ❓ | ❓ | ❓ | ❓ |
General Playback Modules
Dummy Example
Useful for diagnosing issues where foo is barring. Covers the code where raw foo is turned into processed bars.
MediaDecoder
TODO
MediaDecoderStateMachine
TODO
MediaDemuxer
TODO
MediaFormatReader
TODO
MediaSource
TODO
MediaSourceSamples
TODO
PlatformDecoderModule
TODO
EME Specific Modules
TODO
Remote Data Decoder Specific Modules
TODO
WebRTC Specific Modules
TODO