ilchenko I get a green screen with flickering on H6, but normal video on PC, so it's a good sample. I'll take a look, but don't expect quick solutions. Last H264 issue took me half a year to solve and it turned out to be HW quirk.
Posts by jernej
-
-
Okay! No editor to cut with. I will try to install some and send the file to you
You don't need video editor (it will probably do some re-encoding, which is highly undesirable in this case), just use dd or something similar. dd command would look like:
dd if=inputvideo.m2ts of=sample.m2ts bs=1M count=50
-
Good news!) Thx for fast reaction!
Here is the relevant PR if you want to build it yourself: Allwinner: Fix USB3 support by jernejsk · Pull Request #3730 · LibreELEC/LibreELEC.tv · GitHub
PS if the BD-remux had been a little fix, then I'd be completely happy))))
As I said, I can look into that if I have a sample which triggers the issue. Torrents are not allowed here and I really don't want to have 60 GiB sample. Video files are usually still playable if you cut them at arbitrary length, so why don't you just copy about 50 MiB of that video file and send me a link over private message?
-
I tested Orange Pi one plus, that is no audio on HDMI right channel
Are you using AV receiver by any chance? If so, try without it.
-
I rebased my changes onto current LibreELEC Maser and now i can't compile it because there is no gpu-sunix drivers on master and getbuildplan.py failing to collect dependencies
Am I doing something wrong?You missed something, because gpu-sunxi doesn't exist for some time now. It's replaced by mali-utgard package and it's selected as dependency automatically. I don't know what your changes are, but I would just remove this dependency.
i run an orange pi pc plus and i would like to know if we can expect one day to have an eMMC install script ?
As I stated few post above, there are no deadlines for any feature. In principle, you can just flash image to eMMC via ssh and it should work. Somebody wrote quick guide in this topic how to do that.
-
ilchenko Fix for USB3 is prepared. I will probably open PR later this day, just have to test it on all H6 boards I have.
-
i can attach torrent of bd remux if it's possible here
Sorry, no. As I said quickly after, you can just cut 50 MiB of movie (or less, only few seconds needed) and give me link over PM.
-
But if you run either by clicking the play button on the folder or by running the main movie file, which weighs 60GB, everything will be green.
Green screen means that driver crashed HW and from that point on, all movies coded with same codec, will be played as green. I suppose there is an issue, just not with this particular video.
EDIT: you can just cut first 50 MiB of that 0002.m2ts and I think it will still cause same issue. I certainly don't need 60 GiB of it

-
With the last image stopped working 4 USB ports on the end of the board. Only side port 3.0 works. I thought the chip burned, but when I put the last Armbian image in it all works fine.
I'll take a look.
Облако Mail.Ru
sampleThis one works for me just fine (OrangePi 3, 1 GiB of RAM).
-
I tried the latest nightly, but unforunately the GUI fluidity is far from the Amlogic S905X.
Just FYI, I don't have any AML device so I can't compare.
And I have an another question, the deinterlacing when will it be in testable state?
Totaly honest answer - I don't know. There is no deadline for any feature.
-
I recorded the sample from Tvheadend stream on PC-VLC player (attached here https://drive.google.com/open?id=1qopvl…yvvnw6vf26l-mni). I tried to stream this HD channel directly to my H series TV Samsung (non-HEVC prcessor) and to my surprise it is capable to play it without problems. I guess it can be something with video stream processing in KODI....?
More likely explanation is that re-encoding happened in between, which would change codec features used in video file. I'm not sure how to correctly get unchanged DVB video as I don't have DVB experiences, but you can try with ffmpeg. Nice thing in ffmpeg is that you can specify that it only copies video stream with "-c:v copy -c:a copy".
-
yes it went fine but the sound doesn't work. Neither the analog or the signal passthrough to the receiver.
ordinary HDMI audio (LPCM) should work, passthrough is known to have issues.
All issues from Nightly images for A64, H3 and H6 boards apply for this image too.
the other thing is that if I connect HDMI directly to the TV, the picture goes, but if I connect HDMI to the AV receiver, the picture will not find ... I don't get it. It doesn't matter what resolution I set.
AVRs are known to cause issues with current images. I will try to fix HDMI display issues over the summer.
-
yes, clearly a ffmpeg or Cedrus driver problem, but as I answered to any "playback issue" post, give me the short sample, which exhibits the issue.
-
-
OK ... so just upload the image file via LibreELEC.USB-SD.Creator.Win32 and insert the SD card into the player or is there anything else to do?
In general, yes.
Please report if it works or not.
-
This is for Amlogic STBs, so it's not applicable here.
-
will it work in the image sun50i-h6-tanix-tx6.dtb?
Most set-top-boxes are very similar, so as I said, just try it.
and I read that for TV Boxes you need to rewrite the dtb file to dtb.img
Where did you read that? dtb.img sounds like something which doesn't use mainline kernel.
-
n the first sec's of start i can navigate to all things but then there comes the Libreelec welcome Message (just like when you installed it new) but with no buttons or any text on it ....
That shouldn't happen and thus I can't give you any solution. Can you test clean nightly image?