From 88c4c923561fb92b616499526eabbb80cce85c85 Mon Sep 17 00:00:00 2001 From: Mike Lampard Date: Thu, 18 Nov 2004 12:45:47 +0000 Subject: increase no-data timeout in plugin_read. CVS patchset: 7132 CVS date: 2004/11/18 12:45:47 --- src/input/input_dvb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index dd496cd2f..2076ec234 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -1650,7 +1650,7 @@ static off_t dvb_plugin_read (input_plugin_t *this_gen, while (totalstream, BUF_FLAG_END_USER); this->read_failcount++; @@ -1682,7 +1682,7 @@ static off_t dvb_plugin_read (input_plugin_t *this_gen, write (this->record_fd, buf, total); if(have_mutex==0) pthread_mutex_unlock( &this->mutex ); - /* no data for 10 seconds - tell the user a possible reason */ + /* no data for several seconds - tell the user a possible reason */ if(this->read_failcount==5){ _x_message(this->stream,1,"DVB Signal Lost. Please check connections."); } -- cgit v1.2.3