I made first attempt to support some IPTV...sort of

I made my own version of HDHomeRun simulator instead of Telly.
It's very basic as documentation is limited. It is not detected automatically and I had to add it by hand
Zrzut Ekranu 2020-07-27 o 21.57.17

EPG guide is loaded but I cannot play link to the HLS stream - VLC play it, ffplay also play it from console but for some reason web player cannot. which is weird.

That's most likely because HDHR tuners output MPEG Transport Streams, not HLS.

Maybe so but when I checked by ffmpeg -i I got:

    Last message repeated 1 times
Input #0, mpegts, from 'URLMASKED':
  Duration: N/A, start: 30.720000, bitrate: N/A
  Program 1
    Metadata:
      service_name    : Service01
      service_provider: FFmpeg
    Stream #0:0[0x100]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, top first), 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 50 tbr, 90k tbn, 50 tbc
    Stream #0:1[0x101](pol): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, fltp, 192 kb/s

so it looks it is Mpeg transport stream not HLS

Could moderator delete this post? after spending few days trying to analise and modify Jeff code I know there is no way this is gonna work :frowning: pity