Hello,

I use the xupnpd2 mediaserver (https://github.com/clark15b/xupnpd2) on
my router to display some hls-streams on my TV. xupnpd2 doesn't support
https. The author doesn't want add https support.

My idea is to use haproxy in this scenario on the router:
xupnpd2 (client) <---> http-traffic <---> haproxy <---> https-traffic
<---> https://www.mall.tv/zive (server)

xupnpd2 should receive the playlist (.m3u8) and the media-chunks (.ts)
locally via haproxy over http.

I use haproxy-1.9.4, my config:
frontend myfrontend
        bind :8080
        default_backend mybackend

backend mybackend
        server node1 skenderbeu.gjirafa.com:443 ssl verify none

When using vlc-player directly with haproxy, it works without problems.
When using vlc-player with xupnpd2 and via haproxy, the displayed stream
(from this site: https://www.mall.tv/planespotting) is 4 hours behind
the actual time.

I hope someone could help me.

Best regards,
Thomas

Reply via email to