1
Sundtek MediaTV Pro (Europe) / Re:CAM / CI
« am: Januar 07, 2016, 04:09:51 Nachmittag »
Should I stop holding my breath for this?
Diese Sektion erlaubt es ihnen alle Beiträge dieses Mitglieds zu sehen. Beachten sie, dass sie nur solche Beiträge sehen können, zu denen sie auch Zugriffsrechte haben.
# Please make this file available to others
# by sending it to <lirc@bartelmus.de>
#
# this config file was automatically generated
# using lirc-0.8.4a(devinput) on Sun Aug 16 23:03:30 2009
#
# contributed by
#
# brand: sundtek.conf
# model no. of remote control:
# devices being controlled by this remote:
#
begin remote
name sundtek.conf
bits 16
eps 30
aeps 100
one 0 0
zero 0 0
pre_data_bits 16
pre_data 0x8001
gap 211362
toggle_bit_mask 0x80010004
begin codes
Power 0x0074
Menu 0x0161
User1 0x0174
Shutdown 0x00AE
1 0x0002
2 0x0003
3 0x0004
4 0x0005
5 0x0006
6 0x0007
7 0x0008
8 0x0009
9 0x000A
0 0x000B
Channel+ 0x0192
Channel- 0x0193
Volume+ 0x0073
Volume- 0x0072
Ok 0x001C
Record 0x00A7
Stop 0x0080
Play 0x00CF
Mute 0x0071
Up 0x0067
Down 0x006C
Left 0x0069
Right 0x006A
Red 0x018E
Green 0x018F
Yellow 0x0190
Blue 0x0191
Back 0x009e
end codes
end remote
/opt/bin/mediaclient --start
2014-02-05 23:45:47.621 TS: 514000/DR K: MPEG2VIDEO @ #2360: Continuity counter error
2014-02-05 23:45:47.621 TS: 514000/DR K: TELETEXT @ #2362: Continuity counter error
2014-02-05 23:45:47.621 TS: 514000/DR K: MPEG2AUDIO @ #2361: Continuity counter error
2014-02-05 23:45:51.627 TS: 514000/DR K: MPEG2AUDIO @ #2361: Continuity counter error, 1 duplicate log lines suppressed
2014-02-05 23:45:51.627 TS: 514000/DR K: MPEG2VIDEO @ #2360: Continuity counter error, 1 duplicate log lines suppressed
2014-02-05 23:45:51.627 TS: 514000/DR K: TELETEXT @ #2362: Continuity counter error, 1 duplicate log lines suppressed
2014-02-05 23:45:51.926 parser: transport stream MPEG2VIDEO, DTS discontinuity. DTS = 237913200, last = 237204000
2014-02-05 23:45:52.094 parser: transport stream MPEG2AUDIO, DTS discontinuity. DTS = 237891243, last = 237146043
Resetting TS Port
opkg install python-distutils
opkg install python-compile
opkg install python-doctest
git clone git://github.com/tvheadend/tvheadend.git
cd tvheadend
./configure
make install
You will get a number of warnings about missing packages. It seems to work anyway though.../usr/local/bin/tvheadend -C
/usr/local/bin/tvheadend
groupadd tvheadend
useradd -g tvheadend -G video -m tvheadend
#!/bin/bash
# Required-Start: $local_fs $remote_fs mediasrv
TVHNAME="tvheadend"
TVHBIN="/usr/local/bin/tvheadend"
TVHUSER="tvheadend"
TVHGROUP="tvheadend"
case "$1" in
start)
echo "Starting tvheadend"
start-stop-daemon --start --user ${TVHUSER} --exec ${TVHBIN} -- \
-u ${TVHUSER} -g ${TVHGROUP} -f -C
;;
stop)
echo "Stopping tvheadend"
start-stop-daemon --stop --quiet --name ${TVHNAME} --signal 2
;;
restart)
echo "Restarting tvheadend"
start-stop-daemon --stop --quiet --name ${TVHNAME} --signal 2
start-stop-daemon --start --user ${TVHUSER} --exec ${TVHBIN} -- \
-u ${TVHUSER} -g ${TVHGROUP} -f -C
;;
*)
echo "Usage: tvheadend {start|stop|restart}"
exit 1
esac
exit 0
chmod 755 /etc/init.d/tvheadend
update-rc.d tvheadend defaults
/etc/init.d/tvheadend start
cpufreq-set -g conservative
cpufreq-info
loglevel=off