cipitaua
cipitaua
confirming the issue on a Redmi Note 9 Pro, Android 10 AOSP
still no way to force transcoding or to select transcode resolution on firetv. In firetv lite it is impossible to play h265-10bit files without transcoding.
> I can't reproduce this with either less-590 or less-608. What version are you using? it's less-590 > Also to clarify, are you saying that when you press the F...
as a test, I run the following command in one shell: ``` for i in {0..10000}; do echo "$i"; sleep 0.1; done > /dev/shm/tmp ``` and in another shell ```...
Note that in my work desktop (debian sid) it works fine, but in my home desktop and on a server (still both debian) it does not. I think if it...
maybe I could test with a statically-compiled binary, if you have one
please note that I have updated my previous post. I'm available to debug if you have any idea. Thank you
yes sure, what do you suggest?
> The first thing I'd try is set a breakpoint on forw_loop() and make sure you get there when you press F. yes it does: ``` Breakpoint 1, forw_loop (until_hilite=0)...
ok, here's the backtrace: ``` Waiting for data... (interrupt to abort) Program received signal SIGINT, Interrupt. 0x00007ffff7e452c6 in clock_nanosleep () from /lib/x86_64-linux-gnu/libc.so.6 (gdb) backtrace #0 0x00007ffff7e452c6 in clock_nanosleep () from...