Recording Service Tweaker

Aus DVBViewer
Wechseln zu: Navigation, Suche


Recording_Service_Tweaker.png

Allgemein[Bearbeiten]

In der Service.xml_Tweaks.txt sind einige Optionen verzeichnet, die sich nur direkt in der Service.xml ändern lassen.


Achtung es muss die richtige Service.xml geändert werden und zwar die im Konfigurationsverzeichnis im Unterordner config.


Vor Änderungen an der Service.xml diese vorher immer sichern und den Recording Service und das Service Konfigurationsprogramm beenden!

Die Angaben in der Service.xml_Tweaks.txt sind folgendermaßen zu verstehen:


Section: der Bereich in den der Befehl gehört - z.B. für Section: UPnP gehört der Eintrag unter

<section name="UPnP">

Falls keine passende Section vorhanden ist kann einfach eine neue angelegt werden.

 <section name="UPnP">
 </section>

Achtung: aber nicht innerhalb einer anderen Section! Jede Section darf nur einmal in der Datei vorhanden sein.

Value ist der Name des Eintrags - z.B. UseMP3

 <entry name="'''UseMP3'''">'''0'''</entry>

unter Accepted stehen die möglichen Werte

und Default ist die Standardeinstellung die der DVBViewer verwendet, wenn kein Eintrag vorhanden ist.

Tweak Einträge[Bearbeiten]

UseMP3[Bearbeiten]

Value: UseMP3
Section: UPnP
Accepted: 0 (false), 1 (True)
Default: 0
Description: You need for this Tweak: FFMPEG. Extract the ffmpeg.exe into the service program folder. UPnP Streaming of live DVBradio will be streamed as mp3 (192 kbit/44100Hz).

zur Allgemeine Erklärung

MP3Sampling[Bearbeiten]

Value: MP3Sampling
Section: UPnP
Accepted: Valid MP3 Samplingrate (44100/48000 etc)
Default: 44100
Description: The Samplingrate of the MP3 conversion.

zur Allgemeine Erklärung

MP3Rate[Bearbeiten]

Value: MP3Rate
Section: UPnP
Accepted: Valid MP3 Bitrate (128/160/192/320) etc.
Default: 320
Description: The Bitrate of the MP3 conversion.

zur Allgemeine Erklärung

UseMPG[Bearbeiten]

Value: UseMPG
Section: UPnP
Accepted: 0 (false), 1 (True)
Default: 0
Description: On the fly MPEG2 conversion of LiveTV possible ( not for H264 channels!). Can be helpful for UPnP devices which can't handle TS.

zur Allgemeine Erklärung

Reset[Bearbeiten]

Value: Reset
Section: Recording
Accepted: 0 (false), 1 (True)
Default: 0
Description: If set to 1 the device of a starting recording gets reset, if it meets the following: 1)It is not in use. 2) Reset is activated in the hardware options.

zur Allgemeine Erklärung

SplitAC3Add[Bearbeiten]

Value: SplitAC3Add
Section: Recording
Accepted: 0 (false), 1 (True)
Default: 0
Description: Some broadcasters activate the AC3 Stream only if necessary, this could cause problems with editing programs (projectx etc) which did not detect the AC3 stream, if you started the TS-recording early (because of the normally used pre roll).

Now there is a tweak to force a split of the TS-recording if a new AC3 stream is detected at last 15 seconds after the start of the recording.

zur Allgemeine Erklärung

MaxBufferSize[Bearbeiten]

Value: MaxBufferSize
Section: Recorder
Accepted: 1..100
Default: 10% of physical memory or max. 100 MB.
Description: Defines the maximum Size of the recording file write buffer. Normally this size is never reached.

zur Allgemeine Erklärung

servername[Bearbeiten]

Value: servername
Section: UPnP
Accepted: Allowed xml strings
Default: DVBViewer Mediaserver
Description: The name of the DVBViewer mediaserver.

zur Allgemeine Erklärung

DVBEPGAsAnsi[Bearbeiten]

Value: DVBEPGAsAnsi
Section: Service
Accepted: 0 (false), 1 (True)
Default 0
Description: Determinates if DVB EPG Parser ignores the language settings in the EIT and converts the text from the local charset to UTF-8. May help if you get strange chars in the EPG.

zur Allgemeine Erklärung