Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] vdr-xine start / stop in a dedicated HTPC context



hello,

 > 
 > Problems, questions :
 > * how do I restart just the xine-ui from the LIRC remote ?

edit commands.conf to include a command, like 
killall xine; xine ...

 > * can I be sure that when vdr restarts (restart menu option), xine will 
 > reconnect flawlessly and get the stream when it comes back (for now, it 
 > does not work like this here) ?
 > * how do I make both problems dependent ? Is it desirable ?
 > * more generaly : how do people handle this ?

I have modified runvdr to look a bit like this:

while () {
(sleep 4; xine ....)&
vdr ...
killall xine 
<driver stuff>
}

yours,
		Jouni

-- 
http://www.netlab.hut.fi/%7ekex




Home | Main Index | Thread Index