Posts by emveepee

    I am confused since Kodi on Windows 10 or any platform won't support tuners, you need a backend for that.

    I am running a backends on several SBC's RPi's and a Pine Quartz 64a for LE, and also on CE devices and for kernel supported tuners they normally work fine. Powering the USB devices and of course using SD cards are the biggest issues.

    Martin

    Here is a video showing the issue to help understand what I mean

    External Content youtu.be
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.
    . Both Live TV channels are mpeg2video but the one that only has audio and flickering video is SD. Here is the SD recording of that same show https://uploadnow.io/f/C2J3Kyd You will likely find that it will crash LE.

    The question about the emmc install was about the stability. Each of your builds has a new OS and new Kodi which is fine. In the past I have had trouble with the bootloader changing so I couldn't just put the current tar file in .update. Is that now possible? I am reluctant to do this because the emmc stops works and I have to then flash Armbian to SD, write to emmc then load LE then copy LE to emmc.

    Martin

    chewitt, that is a fair statement in general for RPi users but Intel users can benefit much more.. LE is a good platform for hosting headless servers including PVR backends and the work of installing the backend is done for the user via packages (TVHeadend, VDR and NextPVR, anyway) and many users don't have to hunt for drivers or firmware.

    There is also a class of users that simply want legal live tv, and for them a USB dongle, or even a remote SAT>IP or HDHR device will work ideally. It is certainly better to by a stable USB device, Geniatech is one of the worst vendors, even on standard Linux.

    Sorry I misread I thought you were thinking of the HDPVR 2 as the workaround for HDCP and weren't considering a video splitter.

    I know the HDPVR family very well and they can't stream to the web directly like the HDMI network grabbers to. So yes you can pipe to another process but you'd have to pipe the command line tool to a streamer. I addressed that there is no driver support for the HDPVR 2 but there are a capture programs https://www.hauppauge.com/pages/support/…nux.html#hdpvr2 that need to be compiled for Linux. If you want to use v4l as a driver you need the original HDPVR.

    Martin

    First the HDPVR 2 follows HDCP so you would need to use component video. HDMI streamers are probably a better choice.

    Also there is no official Linux support for the HDPVR 2 but my HDPVR works fine with v4l on a Linux box but I never tested with LE.

    Personally I suggest a full Linux that you can customization to change the module parameter and set up the proper tuning commands (I use a combination of firewire and IR blasters to control 3 STB's). I know there is a command line tool for some HD PVR 2 model that you could use for capturing but building it would be better on full Linux too.

    Martin

    Continuing on, since my emmc is no longer usable I installed the new image to SD card but it still doesn't take the mac= parameter The udev rule approach you suggested was working from the emmc.

    I copied the update to .update but this broke the emmc installation

    Code
    Retrieving file: /dtb/rockchip/rk3566-quartz64-a.dtb
    ** Unable to read file /dtb/rockchip/rk3566-quartz64-a.dtb **
    Skipping LibreELEC for failure retrieving FDT
    SCRIPT FAILED: continuing...
    libfdt fdt_check_header(): FDT_ERR_BADMAGIC

    I mounted the emmc and noticed there was only a dtb_old folder so I copied dtb folder from the image, but it still doesn't boot. It says could not mount Label=LE_EMMC

    Yes I am sure. I tried several times and it failed, so ended up using another emmc and it boots fine from it now. I can't get it to save a fixed IP address via LibreElec settings and can't set the mac (or ethaddr) in extlinux.conf

    I am not sure what you mean by ArmbianTV but I installed one of the Armbian desktops I had made sure it worked ok, then run the LE setup to emmc and I guess it finishes since it goes to black screen. It did something because desktop no longer starts but neither does LE, the boot hangs with the pxeboot.

    It has U-Boot SPL 2022.04-armbian (Jul 07 2022 - 08:50:57 +0300) and log is here

    External Content pastebin.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.

    Martin