Logging Playback: Difference between revisions
Jump to navigation
Jump to search
(Creating draft of media logging page) |
(Removing templates and using symbols) |
||
Line 6: | Line 6: | ||
! Log Module !! Audio Playback !! Video Playback !! RDD Audio !! RDD Video !! WebRTC Audio !! WebRTC Video | ! Log Module !! Audio Playback !! Video Playback !! RDD Audio !! RDD Video !! WebRTC Audio !! WebRTC Video | ||
|- | |- | ||
| MediaDecoder || | | MediaDecoder || ✅ || ✅ || ❓ || ❓ || ❌ || ❌ | ||
|- | |- | ||
| MediaDecoderStateMachine || | | MediaDecoderStateMachine || ✅ || ✅ || ❓ || ❓ || ❓ || ❓ | ||
|- | |- | ||
| MediaDemuxer || | | MediaDemuxer || ✅ || ✅ || ❓ || ❓ || ❓ || ❓ | ||
|- | |- | ||
| MediaFormatReader || | | MediaFormatReader || ✅ || ✅ || ❓ || ❓ || ❓ || ❓ | ||
|- | |- | ||
| MediaSource || | | MediaSource || ✅ || ✅ || ❓ || ❓ || ❓ || ❓ | ||
|- | |- | ||
| MediaSourceSamples || | | MediaSourceSamples || ✅ || ✅ || ❓ || ❓ || ❓ || ❓ | ||
|- | |- | ||
| PlatformDecoderModule || | | PlatformDecoderModule || ✅ || ✅ || ❓ || ❓ || ❓ || ❓ | ||
|- | |- | ||
| Dummy Row || | | Dummy Row || ❌ || ✅ || ❓ | ||
|} | |} | ||
* MediaDecoder | * MediaDecoder |
Revision as of 20:09, 13 August 2019
Logging Media Playback
Playback uses the Gecko Logging system.
Available Log Modules
Log Module | Audio Playback | Video Playback | RDD Audio | RDD Video | WebRTC Audio | WebRTC Video |
---|---|---|---|---|---|---|
MediaDecoder | ✅ | ✅ | ❓ | ❓ | ❌ | ❌ |
MediaDecoderStateMachine | ✅ | ✅ | ❓ | ❓ | ❓ | ❓ |
MediaDemuxer | ✅ | ✅ | ❓ | ❓ | ❓ | ❓ |
MediaFormatReader | ✅ | ✅ | ❓ | ❓ | ❓ | ❓ |
MediaSource | ✅ | ✅ | ❓ | ❓ | ❓ | ❓ |
MediaSourceSamples | ✅ | ✅ | ❓ | ❓ | ❓ | ❓ |
PlatformDecoderModule | ✅ | ✅ | ❓ | ❓ | ❓ | ❓ |
Dummy Row | ❌ | ✅ | ❓ |
- MediaDecoder
- MediaDecoderStateMachine
- MediaDemuxer
- MediaFormatReader
- MediaSource
- MediaSourceSamples
- PlatformDecoderModule
Remote Data Decoder Specific Modules
TODO