Posts by naxmt

    Hello I have HTS Tvheadend 4.2.5 ~ LibreELEC Tvh-addon v8.2.113 , on my Evolveo H8 android box. I installed Libreelec on SD card and from it booting KODI 17.

    I have m3u IPTV links and some one FAILED scan on MUXES screen. I have find solution to decode links by script:

    Code
    pipe:///usr/bin/ffmpeg -loglevel fatal -i INPUTLINK -vcodec libx264 -acodec aac -strict -2 -mbd rd -copyinkf -flags +ilme+ildct -fflags +genpts  -metadata service_provider=STRING -metadata service_name=STRING -f mpegts -tune zerolatency pipe:1

    I try but dont know if it work or not. I like to know if you can help me find path to FFMPEG , or if it is not installed how to install it. thank you.