Streamlink[-27], der Nachfolger von Livestreamer

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • was muss ich beachten wenn ich zatto zum laufen kriegen möchte


      #SERVICE 4097:0:1:1021:0:0:0:0:0:0:http%3a//127.0.0.1%3a8088/https%3a//zattoo.com/watch/zdf #DESCRIPTION zdf

      hab email und passwort in die datei /usr/sbin/streamlinksrv unter der Zeile 121 und 122 eingetragen

      #STREAMLINK.set_plugin_option("plugin_name", "email", "james@bond.de")
      #STREAMLINK.set_plugin_option("plugin_name", "password", "usa2000")

      erhalte aber folgende Ausgabe

      [streamlinksrv][info] Fri Mar 23 16:19:46 2018 Server started - Host: formuler1, Port: 8088
      [streamlinksrv][info] Python: 2.7.13
      [streamlinksrv][info] Streamlink: 0.11.0 / 09.03.2018
      [streamlinksrv][info] Requests(2.13.0), Websocket(0.44.0)
      [streamlinksrv][info] ffmpeg is usable.
      127.0.0.1 - - [23/Mar/2018 16:20:08] "GET /https://zattoo.com/watch/zdf HTTP/1.1" 200 -
      127.0.0.1 - - [23/Mar/2018 16:20:08] URL: https://zattoo.com/watch/zdf Quality: best
      [plugin.zattoo][error] A login for Zattoo is required, use --zattoo-email EMAIL --zattoo-password PASSWORD to set them
      [streamlinksrv][error] Got exception: No streams found on URL 'https://zattoo.com/watch/zdf'

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von dreamboxco ()

    • wie fügt man die Stream vom brittv.co.uk, habs versucht leider Blackscreen


      Quellcode

      1. #SERVICE 5002:0:1:0:0:0:0:0:0:0:http%3a//127.0.0.1%3a8088/http%3a//brittv.co.uk/watch?channel=1#DESCRIPTION BBC

      Brainfuck-Quellcode

      1. 127.0.0.1 - - [23/Mar/2018 21:36:18] "GET /http://brittv.co.uk/watch?channel=1 HTTP/1.1" 200 -
      2. 127.0.0.1 - - [23/Mar/2018 21:36:18] URL: http://brittv.co.uk/watch?channel=1 Quality: best
      3. [streamlinksrv][info] Closing currently open stream...
      4. [streamlinksrv][error] Got exception: End Of Data!
      5. ----------------------------------------
      6. Exception happened during processing of request from ('127.0.0.1', 45006)
      7. Traceback (most recent call last):
      8. File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread
      9. File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
      10. File "/usr/lib/python2.7/SocketServer.py", line 652, in __init__
      11. File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
      12. File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
      13. File "/usr/sbin/streamlinksrv", line 106, in do_GET
      14. Stream(s.wfile, url, quality)
      15. File "/usr/sbin/streamlinksrv", line 50, in Stream
      16. wfile.close()
      17. File "/usr/lib/python2.7/socket.py", line 283, in close
      18. File "/usr/lib/python2.7/socket.py", line 307, in flush
      19. error: [Errno 32] Broken pipe
      Alles anzeigen

      Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von dreamboxco ()

    • dreamboxco schrieb:

      was muss ich beachten wenn ich zatto zum laufen kriegen möchte
      hab email und passwort in die datei /usr/sbin/streamlinksrv unter der Zeile 121 und 122 eingetragen
      #STREAMLINK.set_plugin_option("plugin_name", "email", "james@bond.de")
      #STREAMLINK.set_plugin_option("plugin_name", "password", "usa2000")
      Der Plugin Name fehlt auch noch: plugin_name ändern in zattoo
    • dreamboxco schrieb:

      wie fügt man die Stream vom brittv.co.uk, habs versucht leider Blackscreen
      In der Datei streamlinksrv würde ich mal unterhalb der letzten Zeile STREAMLINK.set_option... eine neue Option einfügen: STREAMLINK.set_option("http-timeout", 30)

      PS:
      Bei mir laufen die Streams nur mit #SERVICE 4097

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von Billy2011 ()

    • Darf ich bitten, damit stresmlink unterstützt auch diese Seite-plugin : Oglądaj darmową telewizję online na żywo . Nach der Anmeldung gibt es Zugang zu den zahlreichen Kanälen , die man dann dank dem Streamlink in die Kanalliste hinfügen kann. Deswegen bitte ich höfflich , damit streamlink ach Oglądaj darmową telewizję online na żywo untersützt.
    • Hallo zusammen,

      habe seit ein paar Tagen das Problem, dass RBTV nach ca. 1-2 Sekunden einfriert.
      Dateien sind aktuell und das Problem ist auf der Solo4K und der Solo2.
      Neustart hilft auch nicht.

      Der Eintrag lautet:

      #SERVICE 5002:0:1:21:1000:0:0:0:0:0:http%3a//127.0.0.1%3a8088/https%3a//www.youtube.com/user/ROCKETBEANSTV:Rocket Beans TV
      #DESCRIPTION Rocket Beans TV


      Habt ihr eine Idee?

      Danke und Gruß

      MOZ
      Hier entsteht eine Signatur
    • Billy2011 schrieb:

      dreamboxco schrieb:

      was muss ich beachten wenn ich zatto zum laufen kriegen möchte
      hab email und passwort in die datei /usr/sbin/streamlinksrv unter der Zeile 121 und 122 eingetragen
      #STREAMLINK.set_plugin_option("plugin_name", "email", "james@bond.de")
      #STREAMLINK.set_plugin_option("plugin_name", "password", "usa2000")
      Der Plugin Name fehlt auch noch: plugin_name ändern in zattoo

      Einträge habe ich vorgenommen:

      Quellcode

      1. def start():
      2. global STREAMLINK, LOGGER
      3. STREAMLINK = Streamlink()
      4. LOGGER = STREAMLINK.logger.new_module("streamlinksrv")
      5. STREAMLINK.set_loglevel(LOGLEVEL)
      6. STREAMLINK.set_option("ffmpeg-verbose", FFMPEG_VERBOSE)
      7. STREAMLINK.set_option("http-timeout", 30)
      8. #STREAMLINK.set_option("http-ssl-verify", False)
      9. #STREAMLINK.set_option("hls-segment-threads", 2)
      10. STREAMLINK.set_plugin_option("zattoo", "email", 'v@gmail.com')
      11. STREAMLINK.set_plugin_option("zattoo", "password", 'a')
      12. httpd = ThreadedHTTPServer(("", PORT_NUMBER), StreamHandler)
      Alles anzeigen



      habs so gemacht

      Quellcode

      1. #SERVICE 5002:0:1:0:0:0:0:0:0:0:https%3a//127.0.0.1%3a8088/http%3a//zattoo.com/watch/zdf
      2. #DESCRIPTION ZDF
      3. #SERVICE 4097:0:1:0:0:0:0:0:0:0:https%3a//127.0.0.1%3a8088/http%3a//zattoo.com/watch/zdf
      4. #DESCRIPTION ZDF


      Bild sehe ich leider keins, was mache ich verkehrt?


      LOG
      Spoiler anzeigen

      27.0.0.1 - - [24/Mar/2018 17:11:51] code 400, message Bad request version ('kFm<\xef.\x12T<r\x14Dnr\x8e\x10\xee\xf80\x00\x00\xac\xc00\xc0,\xc0(\xc0$\xc0\x14\xc0')
      kFm<´.T<rDnrį°0ar02,1( $71" 400 -.*3@¥|õ[ ┐Ûøþ
      [streamlinksrv][info] Closing currently open stream...
      [streamlinksrv][error] Got exception: End Of Data!
      ----------------------------------------
      Exception happened during processing of request from ('127.0.0.1', 48030)
      Traceback (most recent call last):
      File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread
      File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
      File "/usr/lib/python2.7/SocketServer.py", line 652, in __init__
      File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
      File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
      File "/usr/sbin/streamlinksrv", line 106, in do_GET
      Stream(s.wfile, url, quality)
      File "/usr/sbin/streamlinksrv", line 50, in Stream
      wfile.close()
      File "/usr/lib/python2.7/socket.py", line 283, in close
      File "/usr/lib/python2.7/socket.py", line 307, in flush
      error: [Errno 32] Broken pipe


      Brittv geht auch nicht


      Quellcode

      1. #SERVICE 4097:0:1:0:0:0:0:0:0:0:http%3a//127.0.0.1%3a8088/http%3a//brittv.co.uk/watch?channel=1
      2. #DESCRIPTION BBC
      LOG
      Spoiler anzeigen

      [streamlinksrv][error] Streamlink is unable to handle the URL 'http://brittv.co.uk/watch?channel=1'
      ----------------------------------------
      Exception happened during processing of request from ('127.0.0.1', 48184)
      Traceback (most recent call last):
      File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread
      File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
      File "/usr/lib/python2.7/SocketServer.py", line 652, in __init__
      File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
      File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
      File "/usr/sbin/streamlinksrv", line 106, in do_GET
      Stream(s.wfile, url, quality)
      File "/usr/sbin/streamlinksrv", line 50, in Stream
      wfile.close()
      File "/usr/lib/python2.7/socket.py", line 283, in close
      File "/usr/lib/python2.7/socket.py", line 307, in flush
      error: [Errno 32] Broken pipe
      ----------------------------------------
      127.0.0.1 - - [24/Mar/2018 17:26:29] "GET /http://brittv.co.uk/watch?channel=1 HTTP/1.1" 200 -
      127.0.0.1 - - [24/Mar/2018 17:26:29] URL: BritTV: Watch Live BBC One Online For Free Quality: best
      127.0.0.1 - - [24/Mar/2018 17:26:39] "GET /http://brittv.co.uk/watch?channel=1 HTTP/1.1" 200 -
      127.0.0.1 - - [24/Mar/2018 17:26:39] URL: BritTV: Watch Live BBC One Online For Free Quality: best
      127.0.0.1 - - [24/Mar/2018 17:26:49] "GET /http://brittv.co.uk/watch?channel=1 HTTP/1.1" 200 -
      127.0.0.1 - - [24/Mar/2018 17:26:49] URL: BritTV: Watch Live BBC One Online For Free Quality: best
      [streamlinksrv][error] Streamlink is unable to handle the URL 'http://brittv.co.uk/watch?channel=1'
      ----------------------------------------
      Exception happened during processing of request from ('127.0.0.1', 48190)
      Traceback (most recent call last):
      File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread
      File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
      File "/usr/lib/python2.7/SocketServer.py", line 652, in __init__
      File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
      File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
      File "/usr/sbin/streamlinksrv", line 106, in do_GET
      Stream(s.wfile, url, quality)
      File "/usr/sbin/streamlinksrv", line 50, in Stream
      wfile.close()
      File "/usr/lib/python2.7/socket.py", line 283, in close
      File "/usr/lib/python2.7/socket.py", line 307, in flush
      error: [Errno 32] Broken pipe
      ----------------------------------------

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von dreamboxco ()

    • zattoo habe ich nun hinbekommen, da hat die Portnummer gefehlt.

      Brittv geht nicht da bekomme ich kein Bild

      LOG

      Quellcode

      1. 127.0.0.1 - - [24/Mar/2018 19:44:47] "GET /https://brittv.co.uk/watch/?channel=1 HTTP/1.1" 200 -
      2. 127.0.0.1 - - [24/Mar/2018 19:44:47] URL: https://brittv.co.uk/watch/?channel=1 Quality: best
      3. 127.0.0.1 - - [24/Mar/2018 19:44:56] "GET /https://brittv.co.uk/watch/?channel=395 HTTP/1.1" 200 -
      4. 127.0.0.1 - - [24/Mar/2018 19:44:56] URL: https://brittv.co.uk/watch/?channel=395 Quality: best
      5. [streamlinksrv][error] Plugin error: Unable to open URL: https://brittv.co.uk/watch/?channel=1 (HTTPSConnectionPool(host='brittv.co.uk', port=443): Read timed out. (read timeout=20.0))
    • hab die Zeit erhöht auf 60 aber da kommt kein Bild

      Brainfuck-Quellcode

      1. 127.0.0.1 - - [24/Mar/2018 20:34:23] "GET /https://brittv.co.uk/watch/?channel=1 HTTP/1.1" 200 -
      2. 127.0.0.1 - - [24/Mar/2018 20:34:23] URL: https://brittv.co.uk/watch/?channel=1 Quality: best
      3. 127.0.0.1 - - [24/Mar/2018 20:34:33] "GET /https://brittv.co.uk/watch/?channel=1 HTTP/1.1" 200 -
      4. 127.0.0.1 - - [24/Mar/2018 20:34:33] URL: https://brittv.co.uk/watch/?channel=1 Quality: best
      5. 127.0.0.1 - - [24/Mar/2018 20:34:43] "GET /https://brittv.co.uk/watch/?channel=1 HTTP/1.1" 200 -
      6. 127.0.0.1 - - [24/Mar/2018 20:34:43] URL: https://brittv.co.uk/watch/?channel=1 Quality: best
      7. [streamlinksrv][info] Streams:
      8. ['live', 'worst', 'best']
      9. [streamlinksrv][info] Closing currently open stream...
      10. [streamlinksrv][error] Got exception: End Of Data!
      11. ----------------------------------------
      Alles anzeigen