Posts by Mario77

    Hi,

    I have installed LibreELEC 9.2.0 on my RPI4B and when I'm trying to streem my DBT (Raspberry Pi TV HAT) to Web browser there is only audio.

    In log I've found this message:

    Code
    2019-12-03 13:10:03.005 transcode: 000C: Unable to find libx264 encoder

    Any idea what can I do?

    Many thanks.

    If you r using ffmpeg just use "h264" transcoding or "h264_omx" in command..I don't think there is any libx264 in default ffmpeg addon..and even if you do your own ffmpeg libx264 needs lots of cpu and rpi would crash..at least my rpi2...I tried it before and it uses 3 to 4 times more cpu in rpi..maybe the 4 might work not sure..

    On this thread there is a version of ffmpeg and if I m not mistaken it got libx264 if you wanna try here

    Well ... assuming those are DVB-C signals, I will suggest you to try a different connection.

    do you have a way to connect to 1 of the first cable wall plugs ?

    Or even directly in the cable that enters your home ?

    (just to make sure you are not getting a big signal drop in your home cabling, and assure that that is not the reason for your breaks)

    This is DVB t signal from antenna in the Uk..problem is server is 3000km away so can't play much with cables..I do all trough ssh and vnc.

    I don't really get any breaks while streaming or on recordings both sd and hd work fine..not that I really need transcoding..was more of some experimenting..as I spend more time faffing around then watching TV :) errors are only with ffmpeg..

    I am running LibreELEC 9.95.2 on RPi4.

    Have setup autostart.sh to load some scripts upon boot.

    It would take about 30 to 45 seconds to complete.

    Thought it might be good to display the status on TV.

    Wondering if it is possible to output text on LibreELEC boot screen.

    Do you mean you r stuck on boot for 45 seconds for your script to run?

    Is it necessary for your script to run before kodi UI?


    Wondering if it is possible to output text on LibreELEC boot screen.

    I doubt it...but don't think so..but you ll never know..maybe someone comes up with a solution..notifications only show when kodi starts..

    I delete the paired and trusted device listed as "AR", the console comes up for a few seconds and then it goes back to the Kodi main screen, I then go to Bluetooth delete it a second time along with the new addition "Am", it again shows the console for a few seconds and the goes back to the Kodi main screen, I then go to Bluetooth again and click on the device (that is still there) and called "Am" and click connect and the remote then works perfectly... Until I restart...

    I will again log into the LibreELEC Pi4 machine via SSH and again run pastekodi and drop that URL as well in a little while.

    ADDENDUM.

    The new result after connecting the remote (which now works) is:

    http://ix.io/3lHT

    Have a look here.

    Further testing and it looks like issue is with my streams and even recordings...ffmpeg is showing many errors while transcoding both live tv and recordings..strange thing is these corrupt segments are not teally visible when watching live tv and not even on recordings...my reception is a bit on the low side tough..about 43%..

    No idea what s going on then..

    I have no /usr/lib/libdrm.so.2 on rpi3 le9.2.6

    I don t have it even on my rpi2 I use as frontened also with 9.2.6

    Thanks I will try that soon..

    I used vlc and kodi on windows with iptv simple client and libreelec iptv simple client

    getting error

    Code
    /storage/.kodi/addons/service.ffmpeg/bin/ffmpeg: error while loading shared libraries: libdrm.so.2: cannot open shared object file: No such file or directory

    Thanks I will try that soon..

    I used vlc and kodi on windows with iptv simple client and libreelec iptv simple client

    getting error

    Code
    /storage/.kodi/addons/service.ffmpeg/bin/ffmpeg: error while loading shared libraries: libdrm.so.2: cannot open shared object file: No such file or directory

    I m still on Libreelec 9 not 10

    Hi

    I'm using 'mpegts spawn profile' in tvheadend and adding that command in spawn settings command line..you can add that in a script and add path to script in spawn settings command line..

    I assume that is using ffmpeg from ffmpeg-tools addon as it doesn't work without the addon installed..so same as adding full path..

    To play channels I made a playlist

    Code
    http://xxx:[email protected]:xxxx/stream/channelid/1234567?profile=transcoding

    transcoding frofile enabled for user in TvHeadend settings..

    Been watching mem and cpu trough Htop while transcoding and cpu doesn't exceed 75%

    This is free -m during a working transcode

    Code
    LibreELEC:~ # free -m
                  total        used        free      shared  buff/cache   available
    Mem:            747         104          31          12         612         576
    Swap:             0           0           0       12         612       

    Transcoding is defo working..as an mpeg2 stream with mp2 audio is transcoded to h264/aac..problem is it doesn t last long...all I get from tvheadend is unsubscibing from channel and a sigkill from ffmpeg.

    Not sure where to find ffmpegx?

    I don t think it s a memory issue

    Code
    3869 root      20   0  188108  19440  11028 R  72.8   2.5   0:48.82 ffmpeg
      260 root      20   0  267604  83280   5792 S   6.0  10.9  35:05.70 tvheadend

    Memory usage is low...cpu usage is high at ffmpeg but not bad..

    I tried all 4 available ffmpeg versions for rpi 3 from repo..so either it s another issue or they all have same issue..they all have omx support..

    Tonight I tried libx264 from another built...to test and same issue..and altough it was not built for rpi it s still watchable...cpu full blast tough..still stops after a while

    Gonna try your command...you have some code I never tryed before..

    what is this for?

    Code
    -g 100 -af "aresample=async=1:first_pts=0"

    Still stopping on my setup..max it plays is 10 minutes...are you using FFMPEG addon from Libreelec repo?