hi,
I fofund the relevant code:
xine_frontend_main.c line 811:
while (!last_signal && fe->fe_run(fe))
fe->fe_run - only checks for the X server connection not for the vdr connection
use this code instead:
while (!last_signal && !fe->xine_is_finished(fe,0) && fe->fe_run(fe))
HTH
marco
On Sat, 31 Oct 2009, Marco Skambraks wrote:
hi,
On Thu, 29 Oct 2009, Halim Sahin wrote:
Hi,
On Do, Okt 29, 2009 at 03:59:27 +0200, Theunis Potgieter wrote:
On 29/10/2009, Halim Sahin <halim.sahin@xxxxxxxxxxx> wrote:
Hi,
On my machine sxfe wasn't able to reconnect after a vdr restart any way.
I am interested to know if this is a setup problem or another problem in
current devel branch of xineliboutput.
Autoreconnect of remote fe's would be really useful :-).
BR.
The --reconnect switch does not do this?
No :-(.
I tried an older version - 1.0.4
it looks like that this version has a working reconnect code
in the current devel version it seems that the reconnect code is broken
marco
BR.
halim
_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
--------------------------------------------------
AMMEC - Accessible MultiMedia Entertainment Center
http://www.ammec.de
Support Telefon: +49 6421 968255
_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
--------------------------------------------------
AMMEC - Accessible MultiMedia Entertainment Center
http://www.ammec.de
Support Telefon: +49 6421 968255
_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr