Forums » Tutorial and setups »
IPTV remuxer for tvheadend
Added by sandro mo almost 9 years ago
There is a tool that makes every stream compatible as tvheadend input.[[https://github.com/Jalle19/node-ffmpeg-mpegts-proxy]]
I have installed it and then I defined 3 streams in the sources file to test my server-client configuration.
[ { "name": "daserste", "provider": "Provider One", "url": "/channel1", "source": "http://api.iptv.ink/pl.m3u8?ch=71565725" }, { "name": "HR", "provider": "Provider Two", "url": "/channel2", "source": "http://api.iptv.ink/pl.m3u8?ch=92038145" }, { "name": "WDR HD", "provider": "Provider Two", "url": "/channel3", "source": "http://api.iptv.ink/pl.m3u8?ch=86222576" } ]
If I try these in vlc, it works pretty good. However if I start kodi, the tvheadend htsp client works curiously. The source "HR" appears in the category "Radio", the other both in "TV". Sometimes the client plays the stream correctly, sometimes it doesn´t and at the gui appears the message "Tvheadend HTSP Client - No input detected".
In kodi I activeted the first channel and after a few seconds I switched to the third channel, but it doesn´t work. The following error occured:
error: avconv exited with code 255
For details look at the example log (http://pastebin.com/Tt3wPLM2)
When I tried it in vlc, the same error occured but the process was resumed after it. In kodi it seems the connection get lost after the error.