Hello, Xineliboutput from cvs Sxfe as remote frontend doesn't reconnect when vdr restarts. It says that it can't get data from the server but it doesn't try to reconnect. Tcp transport was used. Any idea what's wrong? BR. Halim
i have found this to happen too. I also get where vdr-sxfe locks up. Vdr is fine but restarting vdr-sxfe the only way of fixing that. Last night I restarted vdr on purpose while vdr-sxfe was running, it did take a while for vdr-sxfe to become functional again. I had to press channel up/down before a picture was displayed.
On 10/29/09, Halim Sahin halim.sahin@t-online.de wrote:
Hello, Xineliboutput from cvs Sxfe as remote frontend doesn't reconnect when vdr restarts. It says that it can't get data from the server but it doesn't try to reconnect. Tcp transport was used. Any idea what's wrong? BR. Halim
-- Halim Sahin E-Mail: halim.sahin (at) t-online.de
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Hi, On Do, Okt 29, 2009 at 08:37:55 +0200, Theunis Potgieter wrote:
i have found this to happen too. I also get where vdr-sxfe locks up. Vdr is fine but restarting vdr-sxfe the only way of fixing that. Last night I restarted vdr on purpose while vdr-sxfe was running, it did take a while for vdr-sxfe to become functional again. I had to press channel up/down before a picture was displayed.
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. Halim
On 10/29/09, Halim Sahin halim.sahin@t-online.de wrote:
Hello, Xineliboutput from cvs Sxfe as remote frontend doesn't reconnect when vdr restarts. It says that it can't get data from the server but it doesn't try to reconnect. Tcp transport was used. Any idea what's wrong? BR. Halim
-- Halim Sahin E-Mail: halim.sahin (at) t-online.de
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
-- Sent from my mobile device
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
On 29/10/2009, Halim Sahin halim.sahin@t-online.de 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?
Hi, On Do, Okt 29, 2009 at 03:59:27 +0200, Theunis Potgieter wrote:
On 29/10/2009, Halim Sahin halim.sahin@t-online.de 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 :-(. BR. halim
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@t-online.de 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@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
-------------------------------------------------- AMMEC - Accessible MultiMedia Entertainment Center
http://www.ammec.de Support Telefon: +49 6421 968255
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@t-online.de 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@linuxtv.org 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@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
-------------------------------------------------- AMMEC - Accessible MultiMedia Entertainment Center
http://www.ammec.de Support Telefon: +49 6421 968255