Beiträge von LukeSky007

    thank you @easy4me,
    I've changed the configuration as you mentioned, but no change in behavior of tvheadend - no muxes are generated.

    ffmpeg is installed (version see below) and the path to the binary is changed in the telerisingAPI Kodi-Plugin to /usr/bin/ffmpeg

    if the new link is tested in the browser it gives an other m3u8 list than before.

    Code
    #EXTM3U
    #EXTINF:0001 tvg-id="ARD.de" group-title="Main Program" tvg-logo="https://images.zattic.com/logos/2a2a4aee64bbd6f7f817/black/210x120.png", Das Erste HD
    pipe:///usr/bin/ffmpeg -loglevel fatal -i "http://192.168.178.183:8180/index.m3u8?channel=ard&profile=2" -map 0:0 -map 0:1 -map 0:2 -c:a:0 copy -c:a:1 copy -c:v copy -f mpegts -metadata service_name="Das Erste HD" pipe:1
    #EXTINF:0001 tvg-id="ZDF.de" group-title="Main Program" tvg-logo="https://images.zattic.com/logos/42a29350387ee5fda8fe/black/210x120.png", ZDF HD
    pipe:///usr/bin/ffmpeg -loglevel fatal -i "http://192.168.178.183:8180/index.m3u8?channel=zdf&profile=2" -map 0:0 -map 0:1 -map 0:2 -c:a:0 copy -c:a:1 copy -c:v copy -f mpegts -metadata service_name="ZDF HD" pipe:1
    ......

    there are also no [definition='1','0']log[/definition] entries in telerisingAPI's [definition='1','0']log[/definition], when pushing "force scan" in tvheadend configuration.

    Hallo zusammen, habe das telerisingAPI Plugin am laufen - das [definition='1','0']log[/definition] zeigt keinen Fehler und ich kann per Browser

    Code
    http://192.168.178.183:8180/?file=channels.m3u&bw=8000&platform=hls5&profile=2

    die aktuelle Senderliste abrufen.
    Nur im Tvheadend Server (HTS Tvheadend 4.2.8-34~g24a2f59e9) funktioniert die Konfiguration von "Networks" nicht. Die Konfiguration sieht bei mir so aus (siehe Anhang) es werden aber irgendwie keine "Muxes" eingetragen. Habe schon versucht das [definition=12,4][definition='1','3']Debug[/definition][/definition] [definition='1','0']log[/definition] im tvheadend server in eine eigene [definition='1','0']log[/definition] datei (/var/[definition='1','0']log[/definition]/tvh/[definition=12,0]debug[/definition].[definition='1','0']log[/definition]) schreiben zu lassen aber leider Fehlanzeige keine [definition=12,0]debug[/definition].[definition='1','0']log[/definition] wird geschrieben.