EdenwareApps / Megacubo

:tv: A intuitive, multi-language and cross-platform IPTV player. Available for Windows, Android, Linux & macOS.
https://megacubo.tv
GNU General Public License v3.0
287 stars 54 forks source link

Add support for Raspberry pi OS #48

Closed paolosezart closed 4 months ago

paolosezart commented 4 months ago

There is no good IPTV player on the Raspberry pi. Of the several that I found, either there is no necessary functionality, for example, VLC does not support viewing archives and EPG. And the KODI media center consumes a lot of resources and its functionality is redundant for regular IPTV viewing. I have a request to the developers to add support for Raspberry pi OS Bookworm. The system parameters are as follows:

cpuinfo ``` processor : 0 BogoMIPS : 108.00 Features : fp asimd evtstrm crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 3 processor : 1 BogoMIPS : 108.00 Features : fp asimd evtstrm crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 3 processor : 2 BogoMIPS : 108.00 Features : fp asimd evtstrm crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 3 processor : 3 BogoMIPS : 108.00 Features : fp asimd evtstrm crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 3 Revision : c03112 Serial : 100000006e648f0b Model : Raspberry Pi 4 Model B Rev 1.2 ```
lscpu ``` Architecture: aarch64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Vendor ID: ARM Model name: Cortex-A72 Model: 3 Thread(s) per core: 1 Core(s) per cluster: 4 Socket(s): - Cluster(s): 1 Stepping: r0p3 CPU(s) scaling MHz: 37% CPU max MHz: 1900,0000 CPU min MHz: 600,0000 BogoMIPS: 108,00 Flags: fp asimd evtstrm crc32 cpuid L1d cache: 128 KiB (4 instances) L1i cache: 192 KiB (4 instances) L2 cache: 1 MiB (1 instance) Vulnerability Gather data sampling: Not affected Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Mmio stale data: Not affected Vulnerability Retbleed: Not affected Vulnerability Spec rstack overflow: Not affected Vulnerability Spec store bypass: Vulnerable Vulnerability Spectre v1: Mitigation; __user pointer sanitization Vulnerability Spectre v2: Vulnerable Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Not affected ```

hwinfo.txt

Thanks in advance!

faveoled commented 4 months ago

@paolosezart Did you try this app: https://github.com/yuki-iptv/yuki-iptv

EdenwareApps commented 4 months ago

Seems to be the same problem as issue #57, follow along.