Jump to content


pablonero

Member Since 14 Aug 2012
Offline Last Active 21 Jun 2023 06:58
-----

Posts I've Made

In Topic: Streamlink Installation

9 January 2019 - 18:26

I wanted to understand if it was possible to enter the VPN option only for that RSI channel

def Streamer(wfile, url, quality):
    global STREAMLINK
    STREAMLINK.set_option("http-headers", "X-Forwarded-For=85.6.69.69")
    channel = STREAMLINK.resolve_url(url)
    streams = channel.get_streams()
    if not streams:
        raise Exception("No Stream Found!")

type

If "rsi.ch" in streams:

   xxxxxxxxxxxxxxxxx

 

regards

 

I can use http-proxy to insert an https proxy in streamlinksrv ...
the exact function is this?
 
 
def Streamer (wfile, url, quality):
         global STREAMLINK
         STREAMLINK.set_option ("https-proxy", "https-proxy xx.xx.xxx.xxx:port")
         channel = STREAMLINK.resolve_url (url)
         streams = channel.get_streams ()
         if not streams:
         raise Exception("No Stream Found!")
 
Will all https links go through the proxy?

In Topic: Streamlink Installation

29 May 2018 - 15:12

Another question ... can the quality of the rsi stream in enigma 2 ( low, best etc..)  be chosen only in streamlink.srv or can it also be indicated in the stream in userbouquets.tv? thanks


In Topic: Streamlink Installation

19 May 2018 - 02:20

Thanks to all I solved...( my streamlinksrv e userbouquet.tv are slightly different)

 

thanks Budiarno, thanks athoik


In Topic: Streamlink Installation

19 May 2018 - 02:10

Thanks to all I solved...


In Topic: Streamlink Installation

18 May 2018 - 21:17

I had noticed it. I tried to correct it but obviously I did not do it well because it did not work. Can you help me?