Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

live TV for all rk3188 using XBMC and tvheadend

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    tvheadend new exec binary http://www66.zippyshare.com/v/34524236/file.html
    support h265 ts format
    no crash
    for diseq setup that mey be help you (look photos)

    Comment


      Originally posted by JoKeRz View Post
      I did a simple google search and found this: http://www.linuxtv.org/wiki/index.ph..._XC3028/XC2028

      In there, you can see the driver for XC3028 tuner is in fact the tuner-xc2028.ko file, which is in the package I provided. So give it a try with that one.

      Also, in that same link it tells how to obtain the firmware required (which, according to them, is named xc3028-v27.fw).

      I hope that helps.
      That helped really, Thanks.
      drxd.ko was missing in modules. The dvb-t stick is loading without any errors (in dmesg). I can see the stick in Tvheadend. I enabled them, created new network, add muxes by default, but he dont find any services/channels. I tried the new compilied tvheadend from taki, but cant load libx264.so.138

      Any ideas?

      Comment


        Originally posted by JoKeRz View Post
        I also swictehd to a wasser kitkat room which is running very smooth on my T-R42 unit however I also faced the same error unable to open frontend0 in tvheadend.

        So I decided to compile the v4l drivers again, from scracth, using a 3.0.36 kernel package tailored for kitkat (i.e. with a .config pre-configured to kitkat) and the resulted drivers work!!!

        I am sharing them here (all of the possible v4l module drives compiled). Unfortunatelly freaktab does not allow uploading large zip files so I made them available HERE

        Give it a try and let me know if it works for you. The video4linux package is from 2014-APR-06 with some small customizations in the source code to make it work with my ATSC card.
        IT WORKS! Thank you!

        One Problem though. With some channels the pictures freezes up but the sounds continues. When i restart the Channel, it works again for a little bit.

        on 4.2.2 the channels worked without problems.

        any idea what that might be?

        Comment


          Originally posted by Alec86 View Post
          That helped really, Thanks.
          drxd.ko was missing in modules. The dvb-t stick is loading without any errors (in dmesg). I can see the stick in Tvheadend. I enabled them, created new network, add muxes by default, but he dont find any services/channels. I tried the new compilied tvheadend from taki, but cant load libx264.so.138

          Any ideas?
          copy libx264.so.138 to system/lib/

          Comment


            Originally posted by taki View Post
            copy libx264.so.138 to system/lib/
            and where do we find that file? its now within the package?

            Comment


              Originally posted by JustMe0815 View Post
              and where do we find that file? its now within the package?

              Comment


                Technisat SkyStar USB DVB-s2

                hello

                can "Technisat SkyStar USB DVB-s2" working on Minix X7 ?

                driver Linux i think here http://linuxtv.org/wiki/index.php/Te...SkyStar_USB_HD

                i'am use last fw from Minix ...

                any one can help me ?

                Comment


                  Originally posted by nayef View Post
                  hello

                  can "Technisat SkyStar USB DVB-s2" working on Minix X7 ?

                  driver Linux i think here http://linuxtv.org/wiki/index.php/Te...SkyStar_USB_HD

                  i'am use last fw from Minix ...

                  any one can help me ?
                  I searc your modules. That you know whic modul you need. pls wait I upload you tested and reported
                  wow new dvb-s2 that may be work

                  Comment


                    Originally posted by taki View Post
                    I searc your modules. That you know whic modul you need. pls wait I upload you tested and reported
                    wow new dvb-s2 that may be work
                    i'am hope that

                    waiting ...

                    Comment




                      YOU COPY

                      folder to folder
                      if your box activate init.d auto stat or you can open terminal
                      write su
                      copy and paste terminal
                      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/stv0900.ko
                      insmod /system/lib/modules/stv090x.ko
                      insmod /system/lib/modules/stv6110.ko
                      insmod /system/lib/modules/stv6110x.ko
                      insmod /system/lib/modules/rc-core.ko
                      insmod /system/lib/modules/dvb-usb-ttusb2.ko
                      insmod /system/lib/modules/dvb-usb-technisat-usb2.ko
                      sleep 1
                      mkdir /dev/dvb
                      mkdir /data/dvb/.hts
                      mkdir /data/dvb/.hts/imagecache
                      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
                      ln -s /dev/dvb0/ca0 /dev/dvb/adapter0/ca0
                      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
                      ln -s /dev/dvb1/ca0 /dev/dvb/adapter1/ca0
                      mkdir /tmp/virtual_adapter
                      ln -s /dev/dvb0.demux0 /tmp/virtual_adapter/demux0
                      touch /tmp/camd.socket
                      mkdir /tmp/.oscam
                      chmod 777 /tmp/.oscam
                      chmod 777 /tmp/virtual_adapter/
                      chmod 777 /tmp/virtual_adapter/demux0
                      chmod 777 /tmp/camd.socket
                      chmod 777 /data/dvb/.hts
                      chmod 777 /data/dvb/.hts/imagecache
                      chmod 777 /data/dvb*
                      chmod 777 /data/dvb/tvheadend
                      ./data/dvb/tvheadend -C -c /data/dvb/.hts

                      Comment


                        latest tvheadend git compiled and needed library inside

                        Comment


                          i'am copy all file to system and restart box
                          then
                          i add this to terminal and have some error here

                          u0_a82@android:/ $ suroot@android:/ # su
                          root@android:/ # insmod /system/lib/modules/dvb-core.ko
                          insmod: init_module '/system/lib/modules/dvb-core.ko' failed (File exists)
                          255|root@android:/ # insmod /system/lib/modules/dvb-pll.ko
                          insmod: init_module '/system/lib/modules/dvb-pll.ko' failed (File exists)
                          255|root@android:/ # insmod /system/lib/modules/dvb-usb.ko force_pid_filter_usage=1
                          insmod: init_module '/system/lib/modules/dvb-usb.ko' failed (File exists)
                          255|root@android:/ # insmod /system/lib/modules/stv0900.ko
                          insmod: init_module '/system/lib/modules/stv0900.ko' failed (File exists)
                          255|root@android:/ # insmod /system/lib/modules/stv090x.ko
                          insmod: init_module '/system/lib/modules/stv090x.ko' failed (File exists)
                          255|root@android:/ # insmod /system/lib/modules/stv6110.ko
                          insmod: init_module '/system/lib/modules/stv6110.ko' failed (File exists)
                          255|root@android:/ # insmod /system/lib/modules/stv6110x.ko
                          insmod: init_module '/system/lib/modules/stv6110x.ko' failed (File exists)
                          255|root@android:/ # insmod /system/lib/modules/rc-core.ko
                          insmod: init_module '/system/lib/modules/rc-core.ko' failed (Exec format error)
                          255|root@android:/ # insmod /system/lib/modules/dvb-usb-ttusb2.ko
                          insmod: init_module '/system/lib/modules/dvb-usb-ttusb2.ko' failed (File exists)
                          255|root@android:/ # insmod /system/lib/modules/dvb-usb-technisat-usb2.ko
                          insmod: init_module '/system/lib/modules/dvb-usb-technisat-usb2.ko' failed (File exists)
                          255|root@android:/ # sleep 1
                          root@android:/ # mkdir /dev/dvb
                          mkdir failed for /dev/dvb, File exists
                          255|root@android:/ # mkdir /data/dvb/.hts
                          mkdir failed for /data/dvb/.hts, No such file or directory
                          255|root@android:/ # mkdir /data/dvb/.hts/imagecache
                          mkdir failed for /data/dvb/.hts/imagecache, No such file or directory
                          255|root@android:/ # mkdir /dev/dvb/adapter0
                          mkdir failed for /dev/dvb/adapter0, File exists
                          255|root@android:/ # ln -s /dev/dvb0.frontend0 /dev/dvb/adapter0/frontend0
                          link failed File exists
                          255|root@android:/ # ln -s /dev/dvb0.demux0 /dev/dvb/adapter0/demux0
                          link failed File exists
                          255|root@android:/ # ln -s /dev/dvb0.dvr0 /dev/dvb/adapter0/dvr0
                          link failed File exists
                          255|root@android:/ # ln -s /dev/dvb0.dvr0 /dev/dvb/adapter0/dvr0.ts
                          link failed File exists
                          255|root@android:/ # ln -s /dev/dvb0/ca0 /dev/dvb/adapter0/ca0
                          link failed File exists
                          255|root@android:/ # mkdir /dev/dvb/adapter1
                          mkdir failed for /dev/dvb/adapter1, File exists
                          255|root@android:/ # ln -s /dev/dvb1.frontend0 /dev/dvb/adapter1/frontend0
                          link failed File exists
                          255|root@android:/ # ln -s /dev/dvb1.demux0 /dev/dvb/adapter1/demux0
                          link failed File exists
                          255|root@android:/ # ln -s /dev/dvb1.dvr0 /dev/dvb/adapter1/dvr0
                          link failed File exists
                          255|root@android:/ # ln -s /dev/dvb1.dvr0 /dev/dvb/adapter1/dvr0.ts
                          link failed File exists
                          255|root@android:/ # ln -s /dev/dvb1/ca0 /dev/dvb/adapter1/ca0
                          link failed File exists
                          255|root@android:/ # mkdir /tmp/virtual_adapter
                          mkdir failed for /tmp/virtual_adapter, No such file or directory
                          255|root@android:/ # ln -s /dev/dvb0.demux0 /tmp/virtual_adapter/demux0
                          link failed No such file or directory
                          255|root@android:/ # touch /tmp/camd.socket
                          255|root@android:/ # mkdir /tmp/.oscam
                          mkdir failed for /tmp/.oscam, No such file or directory
                          255|root@android:/ # chmod 777 /tmp/.oscam
                          Unable to chmod /tmp/.oscam: No such file or directory
                          10|root@android:/ # chmod 777 /tmp/virtual_adapter/
                          Unable to chmod /tmp/virtual_adapter/: No such file or directory
                          10|root@android:/ # chmod 777 /tmp/virtual_adapter/demux0
                          Unable to chmod /tmp/virtual_adapter/demux0: No such file or directory
                          10|root@android:/ # chmod 777 /tmp/camd.socket
                          Unable to chmod /tmp/camd.socket: No such file or directory
                          10|root@android:/ # chmod 777 /data/dvb/.hts
                          Unable to chmod /data/dvb/.hts: No such file or directory
                          10|root@android:/ # chmod 777 /data/dvb/.hts/imagecache
                          Unable to chmod /data/dvb/.hts/imagecache: No such file or directory
                          10|root@android:/ # chmod 777 /data/dvb*
                          Unable to chmod /data/dvb*: No such file or directory
                          10|root@android:/ # chmod 777 /data/dvb/tvheadend
                          Unable to chmod /data/dvb/tvheadend: No such file or directory
                          10|root@android:/ # ./data/dvb/tvheadend -C -c /data/dvb/.hts
                          sh: ./data/dvb/tvheadend: not found

                          Comment


                            failed (File exists)=modules already loaded. no load again
                            pls open terminal write su
                            later write
                            dmesg | grep -i dvb

                            and dmesg

                            Comment


                              and nayef your box (minix, mk902 etc ?) Whic firmware you use

                              Comment


                                check modules lsmod command thats live everthing ok. your device is rooted

                                Comment

                                Working...
                                X