139
edits
(Adding todos) |
(Adding links to sections from the table) |
||
Line 4: | Line 4: | ||
{| class="sortable wikitable" | {| class="sortable wikitable" | ||
|- | |- | ||
! Log Module !! Audio Playback !! Video Playback !! EME !! RDD Audio !! RDD Video !! WebRTC Audio !! WebRTC Video | ! Log Module !! [[#General Playback Modules|Audio Playback]] !! [[#General Playback Modules|Video Playback]] !! [[#EME Specific Modules|EME]] !! [[#Remote Data Decoder Specific Modules|RDD Audio]] !! [[#Remote Data Decoder Specific Modules|RDD Video]] !! [[#WebRTC Playback Specific Modules|WebRTC Audio]] !! [[#WebRTC Playback Specific Modules|WebRTC Video]] | ||
|- | |- | ||
| MediaDecoder || ✅ || ✅ || ❓ || ❓ || ❓ || ❌ || ❌ | | [[#MediaDecoder]] || ✅ || ✅ || ❓ || ❓ || ❓ || ❌ || ❌ | ||
|- | |- | ||
| MediaDecoderStateMachine || ✅ || ✅ || ❓ || ❓ || ❓ || ❓ || ❓ | | [[#MediaDecoderStateMachine]] || ✅ || ✅ || ❓ || ❓ || ❓ || ❓ || ❓ | ||
|- | |- | ||
| MediaDemuxer || ✅ || ✅ || ❓ || ❓ || ❓ || ❓ || ❓ | | [[#MediaDemuxer]] || ✅ || ✅ || ❓ || ❓ || ❓ || ❓ || ❓ | ||
|- | |- | ||
| MediaFormatReader || ✅ || ✅ || ❓ || ❓ || ❓ || ❓ || ❓ | | [[#MediaFormatReader]] || ✅ || ✅ || ❓ || ❓ || ❓ || ❓ || ❓ | ||
|- | |- | ||
| MediaSource || ✅ || ✅ || ❓ || ❓ || ❓ || ❓ || ❓ | | [[#MediaSource]] || ✅ || ✅ || ❓ || ❓ || ❓ || ❓ || ❓ | ||
|- | |- | ||
| MediaSourceSamples || ✅ || ✅ || ❓ || ❓ || ❓ || ❓ || ❓ | | [[#MediaSourceSamples]] || ✅ || ✅ || ❓ || ❓ || ❓ || ❓ || ❓ | ||
|- | |- | ||
| PlatformDecoderModule || ✅ || ✅ || ❓ || ❓ || ❓ || ❓ || ❓ | | [[#PlatformDecoderModule]] || ✅ || ✅ || ❓ || ❓ || ❓ || ❓ || ❓ | ||
|- | |- | ||
| Dummy | | [[#Dummy Example]] || ❌ || ✅ || ❓ | ||
|} | |} | ||
==== General Playback Modules ==== | ==== General Playback Modules ==== | ||
Line 46: | Line 46: | ||
==== WebRTC Specific Modules ==== | ==== WebRTC Specific Modules ==== | ||
TODO | TODO | ||
== Log Settings For Diagnosing Issues == | == Log Settings For Diagnosing Issues == | ||
== General Playback == | == General Playback == |
edits