Die Antwort kam aber schnell super (es ist kein yavdr), aber:
[root@goflex-00 szap-s2-d65015db2778]# ./szap-s2 -c /net_data/VDR-conf/vdr-goflex-00/channels.conf -n 1
reading channels from file '/net_data/VDR-conf/vdr-goflex-00/channels.conf'
zapping to 1 'Das Erste;ARD':
delivery DVB-S, modulation QPSK
sat 0, frequency 11836 MHz H, symbolrate 27500000, coderate 3/4, rolloff 0.35
vpid 0x0065, apid 0x0066, sid 0x0068
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
DMX_SET_PES_FILTER failed (PID = 0x0066): 11 Resource temporarily unavailable
FE_READ_STATUS failed: Broken pipe
status 00 | signal fffe | snr fffe | ber fffffffe | unc fffffffe |
FE_READ_STATUS failed: Broken pipe
status 00 | signal fffe | snr fffe | ber fffffffe | unc fffffffe |
FE_READ_STATUS failed: Broken pipe
Ja hätte sagen sollen das ich es auch schon mit einem
LD_PRELOAD=/opt/lib/libmediaclient.so ./szap-s2 -c /net_data/VDR-conf/vdr-goflex-00/channels.conf -n 1
auf der GoFlex versucht hatte. Dadurch wird es aber schlimmer
Meldung im Log:
2012-04-30 09:47:07 [506] listening on port: 37283
2012-04-30 10:37:47 [506] digital tv
2012-04-30 10:37:47 [506] Waking up device
2012-04-30 10:37:48 [506] reinitializing previous digital TV parameters
2012-04-30 10:37:48 [506] Frequency: 1236
2012-04-30 10:37:48 [506] Symbolrate: 27500
2012-04-30 10:37:49 [506] digital tv
2012-04-30 10:37:49 [506] digital tv
2012-04-30 10:37:49 [506] digital tv
2012-04-30 10:37:49 [506] voltage is high/0
2012-04-30 10:37:49 [506] Diseqc execution time: 40240048 ms
2012-04-30 10:37:49 [506] diseqc send burst Unmodulated (SEC_MINI_A)
2012-04-30 10:37:49 [506] Frequency: 1236
2012-04-30 10:37:49 [506] Symbolrate: 27500
2012-04-30 10:37:49 [506] Using second datatransfer
2012-04-30 10:37:49 [507] problem reading data in service processor...
Auf dem Client ist dan auch die "Verbindung" weg:
vdr@jarada /home/nfs/extra/src/video/DVB/vdr-1.7.24.jarada $ date;/opt/bin/mediaclient -e
Mo 30. Apr 10:43:46 CEST 2012
**** List of Media Hardware Devices ****
Für VDR auf x86 funktioniert jetzt (nach:echo "/opt/lib/libmediaclient.so" > /etc/ld.so.preload) zumindest SD-TV. Bei HD gibts noch Abstürtze, das hat aber nichts mit dem USB Stick zu tun.
Szap-s2 funktioniert auch auf dem Client nicht:
stefan@jarada /usr/local/src/dvb-apps/dvb/szap-s2-d65015db2778 $ ./szap-s2 -c /net_data/VDR-conf/vdr-goflex-00/channels.conf -n 1
reading channels from file '/net_data/VDR-conf/vdr-goflex-00/channels.conf'
zapping to 1 'Das Erste;ARD':
delivery DVB-S, modulation QPSK
sat 0, frequency 11836 MHz H, symbolrate 27500000, coderate 3/4, rolloff 0.35
vpid 0x0065, apid 0x0066, sid 0x0068
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
DMX_SET_PES_FILTER failed (PID = 0x0066): 104 Connection reset by peer
FE_READ_STATUS failed: Broken pipe
status 00 | signal fffe | snr fffe | ber fffffffe | unc fffffffe |
FE_READ_STATUS failed: Broken pipe
Danach ist auf dem Client das Device weg:
stefan@jarada /usr/local/src/dvb-apps/dvb/szap-s2-d65015db2778 $ ./szap-s2 -c /net_data/VDR-conf/vdr-goflex-00/channels.conf -n 1
reading channels from file '/net_data/VDR-conf/vdr-goflex-00/channels.conf'
zapping to 1 'Das Erste;ARD':
delivery DVB-S, modulation QPSK
sat 0, frequency 11836 MHz H, symbolrate 27500000, coderate 3/4, rolloff 0.35
vpid 0x0065, apid 0x0066, sid 0x0068
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
opening frontend failed: No such file or directory
Gruß Stefan