Femon-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Links) |
(+ ==SVDRP Befehle==) |
||
Zeile 82: | Zeile 82: | ||
!bgcolor=#efefef|Zurück | !bgcolor=#efefef|Zurück | ||
|Beende Plugin | |Beende Plugin | ||
+ | |} | ||
+ | |||
+ | ==[[SVDRP]] Befehle== | ||
+ | {| border=1 cellpadding=5 cellspacing=0 | ||
+ | |- bgcolor=#efefef | ||
+ | !Parameter | ||
+ | !Beschreibung | ||
+ | |- | ||
+ | | OPEN || Open femon plugin. | ||
+ | |- | ||
+ | | QUIT || Close femon plugin. | ||
+ | |- | ||
+ | | NEXT || Switch to next possible device. | ||
+ | |- | ||
+ | | PREV || Switch to previous possible device. | ||
+ | |- | ||
+ | | NAME || Print the current frontend name. | ||
+ | |- | ||
+ | | STAT || Print the current frontend status. | ||
+ | |- | ||
+ | | SGNL || Print the current signal strength. | ||
+ | |- | ||
+ | | SNRA || Print the current signal-to-noise ratio. | ||
+ | |- | ||
+ | | BERA || Print the current bit error rate. | ||
+ | |- | ||
+ | | UNCB || Print the current uncorrcted blocks rate. | ||
+ | |- | ||
+ | | VIBR || Print the actual device and current video bitrate [Mbit/s]. | ||
+ | |- | ||
+ | | AUBR || Print the actual device and current audio bitrate [kbit/s]. | ||
+ | |- | ||
+ | | DDBR || Print the actual device and current dolby bitrate [kbit/s]. | ||
|} | |} | ||
Version vom 20. März 2006, 07:12 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Rolf Ahrenberg
Zeigt DVB Signal informationen auf den OSD.
+------------------------------------------------------------+ |## Channel Name ######################### [DD][AR][VF][A][D]| |[=====Signal Strength in % =============|=================]| |[=====Signal-to-Noise Ratio in % ========|=================]| | STR: #0000 (0%) BER: #00000000 Video: 0 Mbit/s | | SNR: #0000 (0%) UNC: #00000000 Audio: 0 kbit/s | | [LOCK] [SIGNAL] [CARRIER] [VITERBI] [SYNC] | +------------------------------------------------------------+ STR - Signalstärke (Signal strength) SNR - Signal/Rausch Verhältnis (Signal-to-noise ratio) BER - Fehler-Bitrate (Bit error rate) UNC - fehlerhafte Blöcke (Uncorrected blocks) Video - berechnete Video-Bitrate in MBit/s Audio - berechnete Audio/AC3 Bitrate in KBit/s LOCK - alles im grünen Bereich... SIGNAL - habe ein Signal oberhalb des Rauschen gefunden CARRIER - habe einen DVB-Träger (Carrier) gefunden VITERBI - die Fehlerbeseitigung FEC (forward error correction) arbeitet gut SYNC - habe Sync Bytes gefunden DD - AC-3 Stream (optional) AR - Seitenverhältnis (Aspect Ratio): 1:1/4:3/16:9/2.21:1 (optional) VF - VideoFormat: PAL/NTSC (optional) A - Audio Spur: 1..2 (optional) D - Gerätenummer (Device): 0..3 (optional)
Bilder
Hardwareanforderungen
- DVB Karte
Optionen
FEMON_DEBUG=1 | enable debuging |
FEMON_NTSC=1 | added preliminary NTSC support |
Bedienung
KanalHoch/KanalRunter | Schaltet den Kanal um |
---|---|
Hoch/runter | Schaltet den Kanal um |
0-9 | Kanal Auswahl |
Ok | Schaltet zwischen Display-Modi: basic, transponder, stream, AC-3 |
Rechts/Links | Schaltet zum folgenden/vorhergehenden Device welcher den aktuellen Kanal anbietet.(geplant) |
Grün | Wähle die Sprache (APID) |
Zurück | Beende Plugin |
SVDRP Befehle
Parameter | Beschreibung |
---|---|
OPEN | Open femon plugin. |
QUIT | Close femon plugin. |
NEXT | Switch to next possible device. |
PREV | Switch to previous possible device. |
NAME | Print the current frontend name. |
STAT | Print the current frontend status. |
SGNL | Print the current signal strength. |
SNRA | Print the current signal-to-noise ratio. |
BERA | Print the current bit error rate. |
UNCB | Print the current uncorrcted blocks rate. |
VIBR | Print the actual device and current video bitrate [Mbit/s]. |
AUBR | Print the actual device and current audio bitrate [kbit/s]. |
DDBR | Print the actual device and current dolby bitrate [kbit/s]. |
Links
[1] | http://www.saunalahti.fi/~rahrenbe/vdr/femon | Homepage des Plugins |