← Back to team overview

the-vdr-team team mailing list archive

Re: erster Versuch mit Upstart

 

Jo, sorry nächstes Mal direkt. Ist schon spät, daher hier mal im Klartext:

/etc/init/vdr-frontend.conf:
# Startet das VDR-Frontend

start on (started nodm
          and started vdr)
stop on (vdr-frontend-stop
         or stopped vdr
         or runlevel [016])

emits starting-vdr-frontend
respawn
script
    initctl emit --no-wait starting-vdr-frontend
exec /usr/sbin/vdr-frontend-upstart
end script

Und die /usr/sbin/vdr-frontend-upstart:
#! /bin/bash
su -c 'DISPLAY=:1 /usr/bin/vdr-sxfe --post tvtime:method=use_vo_driver --reconnect --fullscreen --audio=alsa --lirc --syslog xvdr+tcp://localhost' vdr

Gruß
Holger


Am 08.11.2009 um 00:02 schrieb Gerald Dachs:

Am Sat, 7 Nov 2009 18:25:23 +0100
schrieb Holger Reichelt <holger@xxxxxxx>:

Also:
Der "blinkende Cursor" war Folge von "Altlasten" in /etc/rc2.d/. Da
waren die alten Links noch drin (x4vdr, vdr-sxfe, etc.). Das
Frontend hat wohl noch ein Timing-Problem. Da half für's erste ein
"respawn" in der "vdr-frontend.conf"

Wo wir gerade dabei sind:
Mit "--Audio=alsa:hdmi" bleibt's bei mir stumm, obwohl ich den Ton
über HDMI ausgebe. Das ":hdmi" musste ich also entfernen

Ansonsten schon mal guter Start mit Upstart. ;)

Wenn du Änderungen machst, hängst du die bitte immer gleich an die Mail?

Gerald

_______________________________________________
Mailing list: https://launchpad.net/~the-vdr-team
Post to     : the-vdr-team@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~the-vdr-team
More help   : https://help.launchpad.net/ListHelp




References