From: Mark Clarkstone Date: Tue, 27 Nov 2018 11:03:57 +0000 (+0000) Subject: docs: update debugging X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=818c6438571d4dfb859fbd06cbf943d4fd94254c;p=thirdparty%2Ftvheadend.git docs: update debugging --- diff --git a/docs/class/debugging.md b/docs/class/debugging.md index 09877ec49..81e6e53ac 100644 --- a/docs/class/debugging.md +++ b/docs/class/debugging.md @@ -42,107 +42,108 @@ information while the application is running. -Subsystem | Short Description ---------------------------------------|------------------------ - START | START - STOP | STOP - CRASH | CRASH - main | Main - gtimer | Global timer - mtimer | Monitonic timer - CPU | CPU - thread | Thread - tvhpoll | Poll multiplexer - time | Time - spawn | Spawn - fsmonitor | Filesystem monitor - lock | Locking - uuid | UUID - idnode | Node subsystem - url | URL - tcp | TCP Protocol - rtsp | RTSP Protocol - upnp | UPnP Protocol - settings | Settings - config | Configuration - access | Access (ACL) - cron | Cron - dbus | DBUS - avahi | Avahi - bonjour | Bonjour - api | API - http | HTTP Server - httpc | HTTP Client - htsp | HTSP Server - htsp-sub | HTSP Subscription - htsp-req | HTSP Request - htsp-ans | HTSP Answer - imagecache | Image Cache - tbl | DVB SI Tables - tbl-base | Base DVB SI Tables (PAT,CAT,PMT,SDT etc.) - tbl-csa | DVB CSA (descrambling) Tables - tbl-eit | DVB EPG Tables - tbl-time | DVB Time Tables - tbl-atsc | ATSC SI Tables - tbl-pass | Passthrough Muxer SI Tables - tbl-satip | SAT>IP Server SI Tables - fastscan | Fastscan DVB - pcr | PCR Clocks - parser | MPEG-TS Parser - TS | Transport Stream - globalheaders | Global Headers - tsfix | Time Stamp Fix - hevc | HEVC - H.265 - muxer | Muxer - pass | Pass-through muxer - audioes | Audio muxer - mkv | Matroska muxer - service | Service - channel | Channel - subscription | Subscription - service-mapper | Service Mapper - bouquet | Bouquet - esfilter | Elementary Stream Filter - profile | Streaming Profile - descrambler | Descrambler - descrambler-emm | Descrambler EMM - caclient | CA (descrambling) Client - csa | CSA (descrambling) - capmt | CAPMT CA Client - cwc | CWC CA Client - cccam | CWC CCCam Client - dvbcam | DVB CAM Client - dvr | Digital Video Recorder - epg | Electronic Programme Guide - epgdb | EPG Database - epggrab | EPG Grabber - charset | Charset - dvb | DVB - mpegts | MPEG-TS - muxsched | Mux Scheduler - libav | libav / ffmpeg - transcode | Transcode - iptv | IPTV - iptv-pcr | IPTV PCR - iptv-sub | IPTV Subcription - linuxdvb | LinuxDVB Input - diseqc | DiseqC - en50221 | CI Module - en50494 | Unicable (EN50494) - satip | SAT>IP Client - satips | SAT>IP Server - tvhdhomerun | TVHDHomeRun Client - psip | ATSC PSIP EPG - opentv | OpenTV EPG - pyepg | PyEPG Import - xmltv | XMLTV EPG Import - webui | Web User Interface - timeshift | Timeshift - scanfile | Scanfile - tsfile | MPEG-TS File - tsdebug | MPEG-TS Input Debug - codec | Codec - vaapi | VA-API - +Subsystem | Short Description +---------------|------------------------ +START | START +STOP | STOP +CRASH | CRASH +main | Main +tprof | Time profiling +qprof | Queue profiling +CPU | CPU +thread | Thread +tvhpoll | Poll multiplexer +time | Time +spawn | Spawn +fsmonitor | Filesystem monitor +lock | Locking +uuid | UUID +idnode | Node subsystem +url | URL +tcp | TCP Protocol +rtsp | RTSP Protocol +upnp | UPnP Protocol +settings | Settings +config | Configuration +access | Access (ACL) +cron | Cron +dbus | DBUS +avahi | Avahi +bonjour | Bonjour +api | API +http | HTTP Server +httpc | HTTP Client +htsp | HTSP Server +htsp-sub | HTSP Subscription +htsp-req | HTSP Request +htsp-ans | HTSP Answer +imagecache | Image Cache +tbl | DVB SI Tables +tbl-base | Base DVB SI Tables (PAT,CAT,PMT,SDT etc.) +tbl-csa | DVB CSA (descrambling) Tables +tbl-eit | DVB EPG Tables +tbl-time | DVB Time Tables +tbl-atsc | ATSC SI Tables +tbl-pass | Passthrough Muxer SI Tables +tbl-satip | SAT>IP Server SI Tables +fastscan | Fastscan DVB +pcr | PCR Clocks +parser | MPEG-TS Parser +TS | Transport Stream +globalheaders | Global Headers +tsfix | Time Stamp Fix +hevc | HEVC - H.265 +muxer | Muxer +pass | Pass-through muxer +audioes | Audio muxer +mkv | Matroska muxer +service | Service +channel | Channel +subscription | Subscription +service-mapper | Service Mapper +bouquet | Bouquet +esfilter | Elementary Stream Filter +profile | Streaming Profile +descrambler | Descrambler +descrambler-emm| Descrambler EMM +caclient | CA (descrambling) Client +csa | CSA (descrambling) +capmt | CAPMT CA Client +cwc | CWC CA Client +cccam | CWC CCCam Client +dvbcam | DVB CAM Client +dvr | Digital Video Recorder +dvr-inotify | DVR Inotify +epg | Electronic Programme Guide +epgdb | EPG Database +epggrab | EPG Grabber +charset | Charset +dvb | DVB +mpegts | MPEG-TS +muxsched | Mux Scheduler +libav | libav / ffmpeg +transcode | Transcode +iptv | IPTV +iptv-pcr | IPTV PCR +iptv-sub | IPTV Subcription +linuxdvb | LinuxDVB Input +diseqc | DiseqC +en50221 | CI Module +en50494 | Unicable (EN50494) +satip | SAT>IP Client +satips | SAT>IP Server +tvhdhomerun | TVHDHomeRun Client +psip | ATSC PSIP EPG +opentv | OpenTV EPG +pyepg | PyEPG Import +xmltv | XMLTV EPG Import +webui | Web User Interface +timeshift | Timeshift +scanfile | Scanfile +tsfile | MPEG-TS File +tsdebug | MPEG-TS Input Debug +codec | Codec +vaapi | VA-API +ddci | DD-CI ---