I understand that with 7.0.2.008 it worked well?
Yes the live TV streaming used to work OK before 009.
I understand that with 7.0.2.008 it worked well?
Yes the live TV streaming used to work OK before 009.
Your box is branded Beelink ???
Big confusion with these boxes.
Mine is this in photo.
Yours is the same ???
No, not Beelink branded, mine box is like yours, just "Mini MX" at the top but inside is V2.0.
MiniMX has AP6212 WiFi (Broadcom), you shouldn't use Realtek device tree.
I've never had to use the Realtek fix device tree on my MiniMx but have noticed some members have
No, not Beelink branded, mine box is like yours, just "Mini MX" at the top but inside is V2.0.
Well there must be Realtek Wifi chips in some of these boxes.
Whatever was cheap that month i suppose. Chinese Business Model HA !
My a95x box turns on and off just fine.
1. Source code = LE buildroot, kernel code - self-explanatory.
2. Compile - LibreELEC
3. LE buildroot automatically downloads all packages, including kernel.
thank you for your answer !!! I have a Embedded-linux run on my s905-amlogic now.
how can I compile to a executable file that can run on my Embedded-Linux for arm easily: ./libreelec
not an apk ,not img.
Looking forward to your advice
it's cool than an img file.
thank you for your answer !!! I have a Embedded-linux run on my s905-amlogic now.
how can I compile to a executable file that can run on my Embedded-Linux for arm easily: ./libreelec
not an apk ,not img.
Looking forward to your advice
it's cool than an img file.
I'm afraid you don't understand what LibreELEC is - as it's an operating system. What you want is Kodi executable and I can't help in compiling it for your operating system.
here is a recipe I use (perhaps not perfect)
Codegit clone https://github.com/kszaq/LibreELEC.tv.git cd LibreELEC.tv git checkout -b 7.0.2.009 7.0.2.009 PROJECT=S905 ARCH=aarch64 make -j13 image PROJECT=S905 ARCH=aarch64 make -j13 amlpkg optional (I do not use these): PROJECT=S905 ARCH=aarch64 ./scripts/create_addon pvr.hts PROJECT=S905 ARCH=aarch64 ./scripts/create_addon tvheadend
Thank you for you advice;
did you try to compile kodi as a executable file that can run on s905 with Embedded-linux system .
not run on Linux-desktop ,not an apk on android .
I've never had to use the Realtek fix device tree on my MiniMx but have noticed some members have
Well there must be Realtek Wifi chips in some of these boxes.
Whatever was cheap that month i suppose. Chinese Business Model HA !
Hi, just to be clear, not argumentative. I have an original Beelink MiniMXIII. the realtek wifi dtb has improved my wifi. I don't have the Beelink MiniMX
Just upgraded my Nexbox A95X to the 009 build, from the latest development build of 008. All seems to be working fine!
Thanks a bunch
Any luck getting wifi working on A95X 1G/8G box? is there an addon that I can install to this unit?
It works out of the box. At least in my case it scans networks and connects (get IP from dhcpd) while i use cable. What dtb have you tried?
I used gxbb p200 1G 100M.dtb. should I have used gxbb p200 1g 100m RealtekWifi.dtb?
Yes the live TV streaming used to work OK before 009.
Please have a look at the next devel build: 2016-11-25
This one has hardware demux buffering patch from 7.0.2.008 with a fix for low bitrate streams. Again, tested on my local samples, all playing well...
Please have a look at the next devel build: 2016-11-25This one has hardware demux buffering patch from 7.0.2.008 with a fix for low bitrate streams. Again, tested on my local samples, all playing well...
I have no improvement. Still start stuttering after a small error in the stream.
Sometime ago i had the same issue in another project. Problem was in ffmpeg. I can't remember what exactly was, but whether there was any change in ffmpeg from 008 to 009?
Hi kszaq
I've tested 11/25 with a few x264/x265 local files, so far no issue.
I have no improvement. Still start stuttering after a small error in the stream.
Sometime ago i had the same issue in another project. Problem was in ffmpeg. I can't remember what exactly was, but whether there was any change in ffmpeg from 008 to 009?
Yes, there was one change for ffmpeg. Here's the build with that change reverted: LibreELEC-S905.aarch64-7.0-devel-20161125215122-r23454-gc9cf673.tar
Yes, there was one change for ffmpeg. Here's the build with that change reverted: http://kszaq.libreelec.tv/s905/devel/201...9cf673.tar
Sorry, no changes - issue still present.
Sorry, no changes - issue still present.
How about this build: LibreELEC-S905.aarch64-7.0-devel-20161125223042-r23455-gb40a2a3.tar ?
I'm trying to track down which change causes the issue. Thank you for your testing!