Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

VIDEO DISK RECORDER ( VDR ) FOR ANDROID (RK3288 AND AMLOGIC s805 s802 s812 (KERNEL 3.10.33 ALL DEVICE) )

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    VIDEO DISK RECORDER ( VDR ) FOR ANDROID (RK3288 AND AMLOGIC s805 s802 s812 (KERNEL 3.10.33 ALL DEVICE) )

    no port vdr to android. We used armhf library lubuntu. compiled by user dados
    only problem osd not work. need edit boot init.rc for usr/share folder. at this time cant scan because osd not works on android.
    vdr http://www14.zippyshare.com/v/UGQ9sK2V/file.html
    copy and paste with esexplorer.
    for channels.conf http://channelpedia.yavdr.com/gen/index.html
    downloads your satelite channels.conf
    copy to /data/vdr/config
    init.d script
    Code:
    #!/system/bin/sh
    
    # insmod your DVB-Modules here
    #!/system/bin/sh
    while [ ""`getprop dev.bootcomplete` != "1" ] ; do sleep 1; done
    insmod /system/lib/modules/dvb-pll.ko
    insmod /system/lib/modules/dvb-usb.ko force_pid_filter_usage=1
    insmod /system/lib/modules/ds3000.ko
    insmod /system/lib/modules/ds3103.ko
    insmod /system/lib/modules/ts2020.ko
    insmod /system/lib/modules/ts2022.ko
    insmod /system/lib/modules/m88rs2000.ko
    insmod /system/lib/modules/dvb-usb-dw2102.ko
    /data/oscam/oscam-1.20 -b -c /data/config
    
    if [ ! -d /dev/dvb/adapter0 ];then
        mkdir -p /dev/dvb/adapter0
        ln -s /dev/dvb0.demux0 /dev/dvb/adapter0/demux0
        ln -s /dev/dvb0.dvr0 /dev/dvb/adapter0/dvr0
        ln -s /dev/dvb0.frontend0 /dev/dvb/adapter0/frontend0
        if [ -e /dev/dvb0.demux1 ];then
        mkdir -p /dev/dvb/adapter1
            ln -s /dev/dvb0.demux1 /dev/dvb/adapter1/demux0
            ln -s /dev/dvb0.dvr1 /dev/dvb/adapter1/dvr0
            ln -s /dev/dvb0.frontend1 /dev/dvb/adapter1/frontend0
        fi
        chmod 666 /dev/dvb0.*
    fi
    
    if [ ! -e /lib/ld-linux-armhf.so.3 ];then
        mount -o remount,rw / /
        mkdir /lib
        ln -s /data/vdr/lib/ld-linux-armhf.so.3 /lib/ld-linux-armhf.so.3
        mount -o remount,ro / /
    fi
    
    ./data/vdr/bin/vdr -L /data/vdr/plugin -c /data/vdr/config -r /data/vdr/res -v /data/vdr/video -P vnsiserver -P dvbhddevice -P dvbsddevice -P wirbelscan -P svdrpdemo -P svcsvr -P svccli -P streamdev-server -P streamdev-client -P status -P quickepgsearch -P live -P epgtableid0 -P epgsearchonly -P epgsearch -P  dvbsddevice -P dvbhddevice -P conflictcheckonly --cachedir=/data/vdr/cache
    You may only view thumbnails in this gallery. This gallery has 2 photos.
    Last edited by taki; 03-30-2015, 10:09.

    #2
    Did you make some additional changes?

    My dvb-c card works with your kernel and tvheadend, but it stutters a lot.

    I got w_scan running on my box, but your vdr gives me segmentation faults.


    Any hints?


    btw: I added the LD_LIBRARY_PATH and added some missing libraries

    Comment


      #3
      thanks for share

      Comment


        #4
        try this script kms. I can use but dont scan
        Code:
        #!/system/bin/sh
        
        # insmod your DVB-Modules here
        #!/system/bin/sh
        while [ ""`getprop dev.bootcomplete` != "1" ] ; do sleep 1; done
        insmod /system/lib/modules/dvb-pll.ko
        insmod /system/lib/modules/dvb-usb.ko force_pid_filter_usage=1
        insmod /system/lib/modules/ds3000.ko
        insmod /system/lib/modules/ds3103.ko
        insmod /system/lib/modules/ts2020.ko
        insmod /system/lib/modules/ts2022.ko
        insmod /system/lib/modules/m88rs2000.ko
        insmod /system/lib/modules/dvb-usb-dw2102.ko
        /data/oscam/oscam-1.20 -b -c /data/config
        
        if [ ! -d /dev/dvb/adapter0 ];then
            mkdir -p /dev/dvb/adapter0
            ln -s /dev/dvb0.demux0 /dev/dvb/adapter0/demux0
            ln -s /dev/dvb0.dvr0 /dev/dvb/adapter0/dvr0
            ln -s /dev/dvb0.frontend0 /dev/dvb/adapter0/frontend0
            if [ -e /dev/dvb0.demux1 ];then
            mkdir -p /dev/dvb/adapter1
                ln -s /dev/dvb0.demux1 /dev/dvb/adapter1/demux0
                ln -s /dev/dvb0.dvr1 /dev/dvb/adapter1/dvr0
                ln -s /dev/dvb0.frontend1 /dev/dvb/adapter1/frontend0
            fi
            chmod 666 /dev/dvb0.*
        fi
        
        if [ ! -e /lib/ld-linux-armhf.so.3 ];then
            mount -o remount,rw / /
            mkdir /lib
            ln -s /data/vdr/lib/ld-linux-armhf.so.3 /lib/ld-linux-armhf.so.3
            mount -o remount,ro / /
        fi
        
        ./data/vdr/bin/vdr -L /data/vdr/plugin -c /data/vdr/config -r /data/vdr/res -v /data/vdr/video -P vnsiserver -P dvbapi -P wirbelscan --cachedir=/data/vdr/cache

        Comment


          #5
          Thanks taki for your support.

          I don't know why, but vdr always gives me segmentation faults if I attempt to start it with plugins. It starts without plugins though. No traces in the logfiles unfortunately.

          btw: I think you are using the wrong parameter for the resource directory. It should read --resdir=/data/vdr/res

          Comment


            #6
            hi taki

            any apdate for minix x7 ?

            Comment


              #7
              First I dont compiled vdr. User dados compiled and shared me. This vdr works dvb api 5.10 of device. Rk3188 uses 5.3 dvb api. Need to recompile rk3188
              Second
              I try to compile viciga c90 kernel include dvbsky and dvb api but a lot of error I have but I can fix

              Comment


                #8
                waiting ...

                Comment


                  #9
                  Thank for sharing! https://techbigs.com/kinemaster.html

                  Comment

                  Working...
                  X