Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Tvheaden, VDR, enigma2 pc port for rk3288 Android

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

    #76
    Originally posted by olivobestia View Post
    Hi Taki,
    I own a firefly rk3288 .
    I would build tvheadend for arm on Linux and Android.
    Where can I find the sources and patches?
    You have made ​​available only binaries.
    Thanks in advance.

    Olivo
    Tvheadend is the leading TV streaming server for Linux with ATSC, DVB-C/C2, DVB-S/S2, DVB-T/T2, IPTV, SAT>IP and unix pipe input sources - tvheadend/tvheadend

    Comment


      #77
      Originally posted by taki View Post
      Tvheadend is the leading TV streaming server for Linux with ATSC, DVB-C/C2, DVB-S/S2, DVB-T/T2, IPTV, SAT>IP and unix pipe input sources - tvheadend/tvheadend
      Hi,
      I compiled it but it doesn't run in my android
      Could you explain how to compile it?

      Comment


        #78
        @taki
        I have DVB-T tuner MyGica PT360 which is same to Geniatech T230. (http://www.linuxtv.org/wiki/index.php/Geniatech_T230)
        I tested the tuner with tvheadend on ubuntu and all worked as expected. Does tvheadend could run on android rk3288 and recognize dvb-t tuner?
        I have Tronsmart R28 (rk3288 based).
        I copied firmware files: dvb-demod-si2168-b40-01.fw and dvb-tuner-si2158-a20-01.fw to system/etc/firmware (downloaded from https://github.com/OpenELEC/dvb-firmware/tree/master/firmware)
        this is my init.d:
        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
        (My ROM support init.d)
        tvheadend doesn't recognize the tuner. I think because i didn't insmod any /system/lib/modules/xxx.ko because i don't have any modules compatible my kernel.
        Do you have compatible modules for rk3288?


        Thanks,
        Ben
        Last edited by Ben.Efrati; 08-07-2015, 19:53.

        Comment


          #79
          I dont have rk3288 box. You compile your tuner modules. After load your modules

          Comment


            #80
            I tried without success
            Do you have modules? your links to compiled modules in this thread are dead
            http://freaktab.com/forum/tv-player-...516#post388516
            Originally posted by taki View Post
            you load any modules android for your tuner. beacuse that said lsmod log.
            first connect your avermedia to ubuntu based pc (that you said work with it).open teminal
            write lsmod. you must be look loaded modules. later we know Which modules needed. I searched issue in net. I found my be need patch v4l driver other issue

            later connect your stick (avermedia) chamelon tvbox.

            your fw files http://xgazza.altervista.org/Linux/D...b-af9035-02.fw copy to system/etc/firmware
            download all dvb modules for rk3288 v4l media_build. (http://www3.zippyshare.com/v/70120035/file.html)
            unzip. later open folder find your tuner modules. copt to system/lib/modules
            I think your tuner modules
            insmod system/lib/modules/dvb_usb_v2.ko
            insmod system/lib/modules/dvb-pll.ko
            insmod system/lib/modules/dvb_core.ko
            insmod system/lib/modules/it913x.ko
            insmod system/lib/modules/rc_core.ko

            try lsmod command sen log us
            try dmesg | grep -i dvb
            send us.
            everthin is ok that you look like this
            usb 1-1.2.2: USB disconnect, device number 7
            usb 1-1.2.2: new high-speed USB device number 9 using dwc_otg
            usb 1-1.2.2: New USB device found, idVendor=07ca, idProduct=3835
            usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
            usb 1-1.2.2: Product: A835B
            usb 1-1.2.2: Manufacturer: AVerMedia TECHNOLOGIES, Inc.
            usb 1-1.2.2: SerialNumber: 305940600137
            after

            start tvheadend
            /data/dvb/tvheadend -C -c /data/data/.hts
            good luck
            Last edited by Ben.Efrati; 06-19-2015, 00:46.

            Comment


              #81
              RK3288-Modules Kernel 3.10.0

              Comment


                #82
                Originally posted by dados View Post
                RK3288-Modules Kernel 3.10.0
                Thanks dados ,
                I have MyGiga T230 DVB-T tuner. (Actually it's PT360 but it has the same usb id)
                Ubuntu 14.04 recognize it but I'm not sure what modules I need to insmod in rk3288.
                I used dvb-usb-cxusb.ko and all it dependencies but got
                dvb_usb_cxusb: probe of 3-1.3:1.0 failed with error -22
                usbcore: registered new interface driver dvb_usb_cxusb
                I'm not sure what modules I need to insmod, but according to linux media I need also si2168.ko, i2c-mux.ko.
                1. Do you have also si2168.ko, i2c-mux.ko ?
                2. Do you have any Idea if I need another modules for this device?
                Thanks,
                Ben
                Last edited by Ben.Efrati; 08-07-2015, 21:38.

                Comment


                  #83
                  @ben.efrati
                  Here you are.



                  Use all modules from this build.
                  Don't mix it with other builds!
                  This is the latest build.
                  No chance to compile more modules.
                  I hope this will work for you.

                  regards
                  Daniel

                  Comment


                    #84
                    dados ,
                    Works greate!
                    THANKS!

                    Comment


                      #85
                      HI Taki, I have got Mars Android HD se Multimedia media player android dvbs2 box builtin tuner with hi3719c .
                      Is their any help or guide available to port tvheadend on android platform .
                      This box powered by hisilicon chipset 1.5ghz Arm Cortex A9 dual core 4gb memory 1gb ram?
                      Thanks
                      Last edited by tony34567; 11-15-2015, 21:47.

                      Comment


                        #86
                        Can someone compile the latest tvheadend and modules for RK3288 and instructions to make it work.
                        There are so many different zip's in this thread, it's difficult to know what works and is the latest.
                        Also posted here, so not needed to answer twice - http://freaktab.com/forum/tv-player-...026#post547026
                        Thanks,

                        Comment


                          #87
                          How did you compile for arm/android Sir/Ms taki?!
                          Would you like share configure/command, please?
                          * I want to compile newest tvheadend version for ARM/Android.

                          Comment


                            #88
                            Originally posted by dados View Post
                            @ben.efrati
                            Here you are.



                            Use all modules from this build.
                            Don't mix it with other builds!
                            This is the latest build.
                            No chance to compile more modules.
                            I hope this will work for you.

                            regards
                            Daniel
                            dados ,
                            Do you have suitable modules for rk3288 with Lollipop Android?
                            I upgraded my TVBOX from 4.4.2 to 5.1 but when I load the modules the system crashes and reboot...
                            Thanks,
                            Ben

                            Comment


                              #89
                              Originally posted by Ben.Efrati View Post
                              dados ,
                              Do you have suitable modules for rk3288 with Lollipop Android?
                              I upgraded my TVBOX from 4.4.2 to 5.1 but when I load the modules the system crashes and reboot...
                              Thanks,
                              Ben
                              Sorry, i don't have mudules for lollipop.
                              I think we need kernel-source for cross-compiling.
                              But you will not get a picture with hardware-acceleration in kodi, even if you have the right driver, because there is no mpeg2-hardware-support in lollipop.
                              Better go back to kitkat.

                              Comment


                                #90
                                dados ,
                                I tested a mpeg2 video in kodi 15.2rc(with RockchipCodec) and i get picture and audio. when testing SPMC (with only mediacodec), got only audio and no video.
                                Last edited by Ben.Efrati; 03-22-2016, 08:03.

                                Comment

                                Working...
                                X