diff --git a/pkg/routes/routes.go b/pkg/routes/routes.go index 60c9f35..d2d9d8b 100644 --- a/pkg/routes/routes.go +++ b/pkg/routes/routes.go @@ -52,6 +52,8 @@ func Routes(proxyConfig *config.ProxyConfig, r *gin.RouterGroup, newM3U []byte) // XXX Private need for external Android app r.POST("/iptv.m3u", p.authenticate, p.getM3U) + r.GET("/hlsr/*", p.authenticate, p.xtreamStream) + //Xtream, iptv Smarter android app compatibility r.GET("/player_api.php", p.authenticate, p.xtreamPlayerAPIGET) r.POST("/player_api.php", p.appAuthenticate, p.xtreamPlayerAPIPOST)