From hans at supernodegree.com Fri Jan 16 22:55:53 2015 From: hans at supernodegree.com (Hans) Date: Fri, 16 Jan 2015 22:55:53 +0100 Subject: [MPlayer-dvb] Slave mode: not responding anymore when loosing DVB signal Message-ID: <62907B3E-B3EE-41A5-B979-7FA87A727C3C@supernodegree.com> Hello, I?m working on (somekind of) a mediaplayer/satellite receiver. By default MPlayer should connect to a satellite program ? when a USB stick is inserted, it should switch over to playback the containing files. MPlayer is started like this: $ mplayer -slave -input file=my.fifo -idle -loop 0 dvb://MY_CHANNEL (The loop-forever is there, because even if the satellite connection is lost, mplayer should try forever to tune to that channel?) When the USB drive is connected a script scans for the audio files and generates a USB.PLAYLIST file. Then it should be loaded by writing ?loadlist USB.PLAYLIST? to the FIFO. Unfortunately MPlayer seems to be locked to any commands from the FIFO when there is no satellite signal present. You have to get that small gap in between tuning again, to make it playback the USB.PLAYLIST. Hope you have any idea or suggestion ? Thanks! Hans