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

    Code Word Client

    Originally posted by taki View Post
    Copy and paste with esexplorer.overwrite
    First delete old tvheadend binary later copy and paste
    Lib files copy and paste overwrite
    Restart
    Hello taki,
    thank you for your work, on tvheadend.
    The latest version, you compiled is realy the best.
    Will this be the last version you made, or will there be an update?
    There is a little problem with some Continuity counter error, but that is not a real problem.
    Quality of sound and picture is 99% good, but there seems to be a problem with CAS-client.
    I am watching scrambled channels, using newcamd connected to oscam.
    This is working like a charm, but after a while tvheadend crashes without an error in log.
    I think this is an issue from tvheadend-version and this bug is corrected in the latest build.
    It would be nice if you find some time to compile the latest version or/and make detailed instruction, how to build tvheadend with depending modules.
    Thanks a lot.
    Regards
    Daniel

    Comment


      TVHeadEnd on Minix X8H+ (Amlogic S812)

      Hi.

      It's possible to install TVHeadEnd Backend on MINIX X8H-Plus (AMLogic S812) ??

      Anyone can help me, and give some tips?

      Regards

      Comment


        Hi,

        I've got a CS968 Rk3188 Box with QuickShot V3.1 Rom and I wonder if I can't get my TechnoTrend Skystar USB HD Box running with Tvheadend.
        I saw that taki made a .zip file several month ago with drivers for this device, but unfortunately it's offline.
        Anyone got some tips where I can get this files?

        Greetz

        Comment


          Originally posted by k3k View Post
          Hi,

          I've got a CS968 Rk3188 Box with QuickShot V3.1 Rom and I wonder if I can't get my TechnoTrend Skystar USB HD Box running with Tvheadend.
          I saw that taki made a .zip file several month ago with drivers for this device, but unfortunately it's offline.
          Anyone got some tips where I can get this files?

          Greetz
          first install tvheadend (read all post)

          I have no driver r3188. I recompile for you next day?

          Comment


            Thanks for quick answer.
            I think I'm doing something wrong.
            Copied tvheadend file to /data/dvb/ (had to create dvb folder)
            And copied the other files to /system/lib/ (Got the message, that several files have to be overwritten. Declined it.

            Restartet and tried the tvheadend -C... command but just get the answer: tvheadend: not found

            Comment


              Originally posted by k3k View Post
              Thanks for quick answer.
              I think I'm doing something wrong.
              Copied tvheadend file to /data/dvb/ (had to create dvb folder)
              And copied the other files to /system/lib/ (Got the message, that several files have to be overwritten. Declined it.

              Restartet and tried the tvheadend -C... command but just get the answer: tvheadend: not found

              your device must be rooted
              su
              mount -o rw,remount /system

              copy tvheadend to /data/dvb/
              all so files to /system/lib

              mkdir /dev/dvb
              mkdir /data/data/.hts
              mkdir /data/data/.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

              chmod 777 /data/data/.hts
              chmod 777 /data/data/.hts/imagecache
              chmod 777 /data/dvb*
              chmod 777 /data/dvb/tvheadend
              ./data/dvb/tvheadend -B -C -c /data/data/.hts

              later open browser with url
              127.0.0.1:9981

              dvb drivers for rk3188 kernel 3.0.36+.

              Comment


                your init.d script below

                *******************************************
                Code:
                #!/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/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/data/.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
                chmod 777 /data/data/.hts
                chmod 777 /dev/dvb*
                chmod 777 /data/dvb*
                /data/dvb/tvheadend -C -c /data/data/.hts 
                # done
                only your tuner driver


                all modules copy to system/lib/modules


                copy to system/etc/firmware

                Comment


                  Thanks very much!!
                  Reached a little bit. The tvheadend is working fine. Created a file for init.d and executed it.
                  It won't start after reboot so I had to start the script manual after every reboot. Any ideas what to do?

                  Main Problem is that my dvb Adapter is not recognized.
                  dmesg Shows that there are Problems with Firmware:

                  Code:
                  [EMAIL="root@rk3188:/mnt/internal_sd"]root@rk3188:/mnt/internal_sd[/EMAIL] # dmesg | grep -i dvb
                  <6>[  785.491405] usbcore: registered new interface driver dvb_usb_ttusb2
                  <6>[  785.538324] dvb-usb: found a 'Technisat SkyStar USB HD (DVB-S/S2)' in cold state, will try to load a firmware
                  <6>[  785.548417] dvb-usb: downloading firmware from file 'dvb-usb-SkyStar_USB_HD_FW_v17_63.HEX.fw'
                  <3>[  785.548597] dvb-usb: could not stop the USB controller CPU.
                  <3>[  785.548738] dvb-usb: error while transferring firmware (transferred size: -1, block size: 16)
                  <3>[  785.548816] dvb-usb: firmware download failed at 21 with -22
                  <6>[  785.549038] usbcore: registered new interface driver dvb_usb_technisat_usb2
                  Any ideas? I checked and it's the right Firmware for my Technisat SkyStar USB HD device.

                  Comment


                    k34 that is good news. we can to find solutions

                    You can use init.d script. for use this apk. install Uni-init v1.0.apk

                    Comment


                      k3k pls send lsmod log
                      lsmod

                      secon I gave s2liblianin driver. may be your kernel need to media_build v4l.

                      init.d script

                      copy system/etc/init.d

                      http://d-h.st/DMdf

                      fw files

                      http://d-h.st/6nOQ

                      THAT SAME PROBLEM LIKE YOURS https://groups.google.com/forum/#!topic/radxa/LLMj0nJ8WZ8


                      Comment


                        Well, step by step
                        Loading the script at boot works now.

                        This is lsmod with old script. The new one I'll try now.

                        Code:
                        root@rk3188:/mnt/internal_sd # lsmod
                        dvb_usb_technisat_usb2 7998 0 - Live 0x00000000
                        dvb_usb_ttusb2 14320 0 - Live 0x00000000
                        stv6110x 4151 0 - Live 0x00000000
                        stv6110 4069 0 - Live 0x00000000
                        stv090x 44153 1 dvb_usb_technisat_usb2, Live 0x00000000
                        stv0900 48413 0 - Live 0x00000000
                        dvb_usb 18179 2 dvb_usb_technisat_usb2,dvb_usb_ttusb2, Live 0x00000000
                        dvb_pll 8282 0 - Live 0x00000000
                        dvb_core 73999 3 dvb_usb_technisat_usb2,dvb_usb_ttusb2,dvb_usb, Live 0x00000000
                        rk29_ipp 9957 0 - Live 0x00000000 (C)
                        mali 152212 16 - Live 0x00000000
                        ump 27958 15 mali, Live 0x00000000
                        rk30xxnand_ko 163656 0 - Live 0x00000000
                        root@rk3188:/mnt/internal_sd #
                        UPDATE:

                        Tried your new files and get exactly the same results :'(

                        Do you really think the Person in the other board has the same Problem?
                        I don't get this kind of error:
                        DWC_OTG: dwc_otg_hcd_urb_enqueue urb->transfer_buffer address not align to 4-byte 0xeabcfd85
                        Last edited by k3k; 02-25-2015, 21:19. Reason: update

                        Comment


                          Try my kernel here,it fixed otg align 4k problem.
                          Btw,my wifi and bt chip are mt5931and 6622,wifi bt may not work if you have ap6210 wifi chip.(flash the kernel only)

                          U can flash the recover.img first to back up orignal kernel.
                          Goto recovery mode by terminal command "reboot recovery".

                          Comment


                            harrylwc How combine kernel and ramdisk img. I have minix x7 and want to fix it.

                            Comment


                              I don't think I have the described OTG problem.
                              There is no error which referrs to it. Or why do you think so?

                              Unfortunately my box has an ap6210 chipset. No bluetooth and wifi would'nt be very nice
                              Are there no other ways to get my DVB device going?

                              Comment


                                Originally posted by taki View Post
                                harrylwc How combine kernel and ramdisk img. I have minix x7 and want to fix it.
                                I don't know how to combine it and I don't need to combine it.

                                I just download D33 kernel source from here https://github.com/Dee-UK/D33_KK_Kernel
                                if d33 kernel here http://www.freaktab.com/showthread.p...All-(well-most!)
                                work on your device ,extract the .config file by command
                                D33_KK_Kernel/script/extract-ikconfig kernel.img >.config


                                I found default config of D33 kernel on my device(cs968 mtk5931/MT6622 chips) not work ,I need to remove some DDR overclock setting and changed the boot logo ,otherwise the device won't boot.

                                replace dwc_otg_hcd.c downloaded from https://github.com/sgjava/ubuntu-min.../master/rk3188

                                rebuild the kernel by
                                make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j2 kernel.img

                                some of boot.img may contain kernel inside and it will restore stock kernel when bootup,if u found nothing changed after new kernel applied,u may need to flash another boot.img which size<2M.

                                Comment

                                Working...
                                X