Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
live TV for all rk3188 using XBMC and tvheadend
Collapse
X
-
Hi, I have done what sam321 said.
But my dmesg | grep dvb says this:
usb 2-1.3: dvb_usb_v2: found a 'ITE 9135 Generic' in cold state
usb 2.1.3: dvb_usb_v2: Did not find the firmware file 'dvb-usb-it9135-02.fw'. Please see ......
I have see the sam321 rar file, and firmware folder only have these two files:
dvb-usb-af9015.fw
dvb-usb-it9137-01.fw
Where could I get that file that is missing ? Is this another error ?
Please, help me.
I will try tomorow again.
Thanks a lot
Best,
Comment
-
Originally posted by juan3211 View PostHi, I have done what sam321 said.
But my dmesg | grep dvb says this:
usb 2-1.3: dvb_usb_v2: found a 'ITE 9135 Generic' in cold state
usb 2.1.3: dvb_usb_v2: Did not find the firmware file 'dvb-usb-it9135-02.fw'. Please see ......
I have see the sam321 rar file, and firmware folder only have these two files:
dvb-usb-af9015.fw
dvb-usb-it9137-01.fw
Where could I get that file that is missing ? Is this another error ?
Please, help me.
I will try tomorow again.
Thanks a lot
Best,
If somebody needs it, here you have: dvb-usb-it9135-02.zip
Tomorrow i will try to configure, record channels, and so on.
Comment
-
Re: live TV for all rk3188 using XBMC and tvheadend
Thanks taki. I managed with the file of my previous post. This weekend i will try to configure tvheadend and find SD and HD channels.
Afterwards i will put the **** link where i bought dvb USB.
Regards,
Enviado desde mi GT-I8160 mediante Tapatalk
Comment
-
at the end of I managed HD channel on android
ask questions How it works. I found a 8726 m3 tvbox. later setup on box gotham 13.1 beta2.
connect to portable hotspot of minix. later add tvheadend server of minix ip gotham 13.1 beta2 8726 m3 box. single core amlogic 8726 m3 playing hd channel with xbmc. I dont beleiveing this but that is true. all problem of rikomagic vpu codech. amlogic do not best cpu than rk3188 but have good vpu codech
Comment
-
Originally posted by taki View Postat the end of I managed HD channel on android
ask questions How it works. I found a 8726 m3 tvbox. later setup on box gotham 13.1 beta2.
connect to portable hotspot of minix. later add tvheadend server of minix ip gotham 13.1 beta2 8726 m3 box. single core amlogic 8726 m3 playing hd channel with xbmc. I dont beleiveing this but that is true. all problem of rikomagic vpu codech. amlogic do not best cpu than rk3188 but have good vpu codech
You have worked a lot, taki. I'm like you, I have an older amlogic andoird tv working perfectly, but minix, not.
May be sam321 could help you. I don't know nothing about linux, but you seem to know enough.
Comment
-
I tryed to compile latest tvheadend.
fist error
src/intlconv.c:1:19: error: iconv.h: No such file or directory
src/intlconv.c:8: error: expected specifier-qualifier-list before 'iconv_t'
cc1: warnings being treated as errors
src/intlconv.c: In function 'intlconv_done':
src/intlconv.c:29: error: implicit declaration of function 'iconv_close'
src/intlconv.c:29: error: 'intlconv_cache_t' has no member named 'ic_handle'
src/intlconv.c: In function 'intlconv_utf8':
src/intlconv.c:94: error: 'iconv_t' undeclared (first use in this function)
src/intlconv.c:94: error: (Each undeclared identifier is reported only once
src/intlconv.c:94: error: for each function it appears in.)
src/intlconv.c:94: error: expected ';' before 'c'
src/intlconv.c:95: error: 'c' undeclared (first use in this function)
src/intlconv.c:111: error: 'intlconv_cache_t' has no member named 'ic_handle'
src/intlconv.c:119: error: implicit declaration of function 'iconv'
src/intlconv.c:119: error: 'intlconv_cache_t' has no member named 'ic_handle'
make: *** [/home/new/tvheadend28052014/build.linux/src/intlconv.o] Error 1
later found tvheadend neded new library libiconv. I compiled and add ndk directory libiconv.so but
try to compile
MKBUNDLE bundle.c
CC bundle.o
CC tvheadend
../android-toolchain-14/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld: cannot find -lrt
collect2: ld returned 1 exit status
make: *** [/home/new/tvheadend28052014/build.linux/tvheadend] Error 1
may be need edit makefile for this
Comment
-
Re: live TV for all rk3188 using XBMC and tvheadend
Hi, i have problems with thheadend. It seems not to save settings, but the main problem is that the connection is lost. Xbmc, sometimes, can't connect with it. It works because one time i saw TV channel in xbmc. I don't almost anything about linux, but what could i Do? Where is the tvheadend log? Usb -dvb os OK detected but thheadend is not working well.
Regards,
Enviado desde mi GT-I8160 mediante TapatalkLast edited by juan3211; 01 June 2014, 12:39.
Comment
-
connection lost error =have driver problem (plug/play dont support your driver.)
It seems not to save settings=
early I have some problem but I fixed.
based ./hts folder connection. thus you can use data folder for .hts folder.
mkdir /dev/dvb
mkdir /data/dvb/.hts
mkdir /dev/dvb/adapter0
ln -s /dev/dvb0.frontend0 /dev/dvb/adapter0/frontend0
ln -s /dev/dvb0.demux0 /dev/dvb/adapter0/demux0
ln -s /dev/dvb0.dvr0 /dev/dvb/adapter0/dvr0
ln -s /dev/dvb0.dvr0 /dev/dvb/adapter0/dvr0.ts
mkdir /dev/dvb/adapter1
ln -s /dev/dvb1.frontend0 /dev/dvb/adapter1/frontend0
ln -s /dev/dvb1.demux0 /dev/dvb/adapter1/demux0
ln -s /dev/dvb1.dvr0 /dev/dvb/adapter1/dvr0
ln -s /dev/dvb1.dvr0 /dev/dvb/adapter1/dvr0.ts
touch /tmp/camd.socket
mkdir /tmp/.oscam
chmod 777 /tmp/.oscam
chmod 777 /tmp/camd.socket
chmod 777 /data/dvb/.hts
chmod 777 /data/dvb*
chmod 777 /data/dvb/tvheadend
touch /tmp/came.socket
Comment
-
Originally posted by taki View Postconnection lost error =have driver problem (plug/play dont support your driver.)
It seems not to save settings=
early I have some problem but I fixed.
based ./hts folder connection. thus you can use data folder for .hts folder.
mkdir /dev/dvb
mkdir /data/dvb/.hts
mkdir /dev/dvb/adapter0
ln -s /dev/dvb0.frontend0 /dev/dvb/adapter0/frontend0
ln -s /dev/dvb0.demux0 /dev/dvb/adapter0/demux0
ln -s /dev/dvb0.dvr0 /dev/dvb/adapter0/dvr0
ln -s /dev/dvb0.dvr0 /dev/dvb/adapter0/dvr0.ts
mkdir /dev/dvb/adapter1
ln -s /dev/dvb1.frontend0 /dev/dvb/adapter1/frontend0
ln -s /dev/dvb1.demux0 /dev/dvb/adapter1/demux0
ln -s /dev/dvb1.dvr0 /dev/dvb/adapter1/dvr0
ln -s /dev/dvb1.dvr0 /dev/dvb/adapter1/dvr0.ts
touch /tmp/camd.socket
mkdir /tmp/.oscam
chmod 777 /tmp/.oscam
chmod 777 /tmp/camd.socket
chmod 777 /data/dvb/.hts
chmod 777 /data/dvb*
chmod 777 /data/dvb/tvheadend
touch /tmp/came.socket
Comment
-
juan3211
you add init.d your rom. later copy to 02dvbs script system/etc/init.d folder. this automatical start on boot your script of init.d
copy this text to txt editor. later save 02dvb . later copy to 02dvbs script system/etc/init.d folder
#!/system/bin/sh
# DVB-T
while [ ""`getprop dev.bootcomplete` != "1" ] ; do sleep 1; done
insmod /system/lib/modules/dvb-core.ko
insmod /system/lib/modules/dvb-pll.ko
insmod /system/lib/modules/dvb-usb.ko force_pid_filter_usage=1
insmod /system/lib/modules/yourmodule .ko
insmod /system/lib/modules/yourmodule .ko
insmod /system/lib/modules/yourmodule .ko
insmod /system/lib/modules/yourmodule .ko
sleep 1
mkdir /dev/dvb
mkdir /data/dvb/.hts
mkdir /dev/dvb/adapter0
ln -s /dev/dvb0.frontend0 /dev/dvb/adapter0/frontend0
ln -s /dev/dvb0.demux0 /dev/dvb/adapter0/demux0
ln -s /dev/dvb0.dvr0 /dev/dvb/adapter0/dvr0
ln -s /dev/dvb0.dvr0 /dev/dvb/adapter0/dvr0.ts
mkdir /dev/dvb/adapter1
ln -s /dev/dvb1.frontend0 /dev/dvb/adapter1/frontend0
ln -s /dev/dvb1.demux0 /dev/dvb/adapter1/demux0
ln -s /dev/dvb1.dvr0 /dev/dvb/adapter1/dvr0
ln -s /dev/dvb1.dvr0 /dev/dvb/adapter1/dvr0.ts
touch /tmp/camd.socket
chmod 777 /tmp/camd.socket
chmod 777 /data/dvb/.hts
chmod 777 /data/dvb*
chmod 777 /data/dvb/tvheadend
touch /tmp/came.socket
./data/dvb/tvheadend -C -c /data/dvb/.hts
# done
............................................
auto start tvheadend no need terminal.
I think that you dont use this method. you restart your box. no work tvheadend and dont find channel folders.Uni-init v1.0.apkUni-init v1.0.apkLast edited by taki; 02 June 2014, 11:04.
Comment
-
Android Patch for 2014/06/12 Git Master
Hi,
Attached file is patch for TVHeadend's today git master.
And, for the 'libiconv',
please refer the http://danilogiulianelli.blogspot.kr...iconv-for.html
It works for me with version 1.14.
Regards,
woomgAttached FilesLast edited by woomg; 12 June 2014, 13:15.
Comment
-
big thanks
I will try this night. and you can try HD channel ODROID U3 that can be played Samsung Exynos 4412 quad-core processor
I tryed.
checking for cc libiconv ... ok
take some error ?
and libiconv.so antroid-toolchain-14/sysroot/usr/lib
conv.h antroid-toolchain-14/sysroot/usr/include
../android-toolchain-14/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld: cannot find -libiconvLast edited by taki; 13 June 2014, 10:14.
Comment
What's Going On
Collapse
There are currently 2275 users online. 2 members and 2273 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment