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

    • Es ist schon möglich, man muss es nur richtig machen - z.B. mit --hls-audio-select "de" :

      Quellcode

      1. #SERVICE 5002:0:1:1001:0:0:0:0:0:0:http%3a//127.0.0.1%3a8088/hls%3a//https%3a//streams.wilmaa.com/m3u8/get?channelId=sf_2_hd%2520--ffmpeg-copyts%2520--hls-audio-select%2520"de":SRF 2
      oder z.B. alle Tonspuren selektieren, mit --hls-audio-select "*":

      Quellcode

      1. #SERVICE 5002:0:1:1001:0:0:0:0:0:0:http%3a//127.0.0.1%3a8088/hls%3a//https%3a//streams.wilmaa.com/m3u8/get?channelId=sf_2_hd%2520--ffmpeg-copyts%2520--hls-audio-select%2520"*":SRF 2
    • @Billy2011
      Im Hinblick auf die von Dir vorgenommene Ergänzung der URL um eine optionale zweite Sprachversion stellt sich die Frage, ob eventuell sogar eine weitere Ergänzung der URL dahingehend möglich wäre, dass auch Untertitel hinzugeschaltet werden können. Beim SRF wäre so eine Funktion sehr hilfreich.
      Manche Leute führen sich auf, als ob sie ihren Kopf nur haben, um ihre Ohren voneinander zu trennen (Hank Williams)
    • Woher beziehst Du die Kanalreferenzen für das Wilmaa-Userbouquet?
      Ich bekomme mit denen keinen EPG.
      Um den EPG zu bekommen, muss ich die im Wilmaa-Userbouquet enthaltenen Kanalreferenzen gegen die im Zattoo-Userbouquet enthaltenen Kanalreferenzen austauschen.
      Manche Leute führen sich auf, als ob sie ihren Kopf nur haben, um ihre Ohren voneinander zu trennen (Hank Williams)
    • ja das musst du, ich habe mir da andere eingesetzt, weil ich sonst immer alles laden muss und mir vom epgimporter da einträge kommen, die ich nicht brauche, also bei anderen sendern, sind dann doppelt. ich habe die meisten sender, brauch da also nur raufklicken und habe den eit epg. nutze nur zattoo, das wilmaa habe ich nur zum spass für euch, wenn du das bouquet mit zattoo referenzen ersetzt hast vlt. braucht das noch wer anders.
    • Edgar1 schrieb:

      Im Hinblick auf die von Dir vorgenommene Ergänzung der URL um eine optionale zweite Sprachversion stellt sich die Frage, ob eventuell sogar eine weitere Ergänzung der URL dahingehend möglich wäre, dass auch Untertitel hinzugeschaltet werden können. Beim SRF wäre so eine Funktion sehr hilfreich.
      Untertitel werden nur von einigen Plugins unterstützt.
    • Hallo Billy2011

      Ich habe ein Problem mit folgenden Stream

      One Music Television

      https%3a//lemp.smmx.dev/streams/ch-3/1080.m3u8

      Im VLC-Player spielt er ab
      Codec: H264 - MPEG-4 AVC (part 10) (h264)


      Konvertiert mit VLC-Player nach .ts und kopiert auf der Ultimo4k , wird einwandfrei abgespielt.

      Aber im Bouquet leider nicht.
      Weder unter 4097 , 5001 , 5002

      Woran kann das liegen, weil AVC1 Part10 eigentlich abspielbar ist mit der Box.


      Gruß SweetMP4...
      VU+ Ultimo 4k(1x FBC-DVB-S2 Twin) mit VTI-Team Image v. 14.0.x + 6TB Purple WD6NPURX-64J
      Sony KDL-40W905A Triluminos Technology
      Multytenne Twin 13.0/19.2/23.5/28.2 + Johansson Stacker/Destacker 9640 KIT
    • Hallo, ich bin's wieder.
      Habe mal wieder Probleme mit RocketbeansTV.
      Im Spoiler meine aktuellen Einstellungen, die bis vor kurzem einwandfrei funktioniert haben.
      Auf meiner Solo4K kommt bei beiden Sendern die Offline Grafik.
      Auf meine Solo2 funktioniert der Youtube Stream noch, der Twitch Stream jedoch nicht.

      Auf beiden Boxen sind alle 6 Dateien aus Post 1 installiert. Das Userbouquet ist ebenfalls identisch

      In der Debugausgabe steht nur, dass er kein Video (Youtube) und keinen Stream (Twitch) findet.

      Kann mir jemand helfen?

      Spoiler anzeigen

      #SERVICE 4097:0:1:21:0:0:0:0:0:0:http%3a//127.0.0.1%3a8088/https%3a//www.youtube.com/user/ROCKETBEANSTV/live:Rocket Beans TV
      #DESCRIPTION Rocket Beans TV
      #SERVICE 4097:0:1:21:0:0:0:0:0:0:http%3a//127.0.0.1%3a8088/https%3a//www.twitch.tv/rocketbeanstv/live:Rocket Beans TV Twitch
      #DESCRIPTION Rocket Beans TV Twitch
      Hier entsteht eine Signatur
    • @Billy2011

      Keine Ahnung was ich jetzt anders gemacht habe aber:

      Ich habe zum x-ten Mal die 6 Dateien aus Post 1 laut Anweisung über Telnet installiert.
      Jetzt klappen beide Streams wieder auf beiden Boxen. Seeehr seltsam.

      Trotzdem Danke für die Hilfe.
      Schönen Sonntag noch
      Hier entsteht eine Signatur
    • So der Streamlink-Log


      Spoiler anzeigen


      vuplus-support.org
      home of


      /$$ /$$ /$$$$$$$$ /$$
      | $$ | $$|__ $$__/|__/
      | $$ | $$ | $$ /$$
      | $$ / $$/ | $$ | $$
      \ $$ $$/ | $$ | $$
      \ $$$/ | $$ | $$
      \ $/ | $$ | $$
      \_/ |__/ |__/


      Welcome on your Vu+ !


      root@vuultimo4k:~# /usr/sbin/streamlinksrv manualstart LOGLEVEL
      pidfile /var/run/streamlink.pid does not exist. Daemon not running?
      Traceback (most recent call last):
      File "/usr/sbin/streamlinksrv", line 548, in <module>
      start()
      File "/usr/sbin/streamlinksrv", line 382, in start
      httpd = ThreadedHTTPServer(("", PORT_NUMBER), StreamHandler)
      File "/usr/lib/python2.7/SocketServer.py", line 420, in __init__
      self.server_bind()
      File "/usr/lib/python2.7/BaseHTTPServer.py", line 108, in server_bind
      SocketServer.TCPServer.server_bind(self)
      File "/usr/lib/python2.7/SocketServer.py", line 434, in server_bind
      self.socket.bind(self.server_address)
      File "/usr/lib/python2.7/socket.py", line 224, in meth
      return getattr(self._sock,name)(*args)
      socket.error: [Errno 98] Address already in use
      root@vuultimo4k:~#
      root@vuultimo4k:~#
      root@vuultimo4k:~# /usr/sbin/streamlinksrv manualstart
      pidfile /var/run/streamlink.pid does not exist. Daemon not running?
      [streamlinksrv][info] Sun Jan 17 16:18:43 2021 Server (1.5.0) started
      [streamlinksrv][debug] Host: vuultimo4k
      [streamlinksrv][debug] Port: 88
      [streamlinksrv][debug] OS: Linux-3.14.28-1.12-armv7l-with-glibc2.4
      [streamlinksrv][debug] Python: 2.7.9
      [streamlinksrv][info] Streamlink: 1.27.1.0 / 2020-12-22
      [streamlinksrv][debug] youtube-dl: 2020.07.28
      [streamlinksrv][debug] Requests(2.22.0), Socks(1.6.7), Websocket(0.57.0)
      [streamlinksrv][info] Processing URL: 1080.m3u8
      [streamlinksrv][debug] URL Args: []
      [streamlinksrv][info] Found matching plugin hls for URL
      [plugin.hls][debug] URL=https://lemp.smmx.dev/streams/ch-1/1080.m3u8; params={}
      [utils.l10n][debug] Language code: en_US
      [streamlinksrv][info] Available streams:
      live (worst, best)
      [streamlinksrv][info] Opening stream: live (hls)'
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] First Sequence: 396997; Last Sequence: 397896
      [stream.hls][debug] Start offset: 0; Duration: None; Start Sequence: 397894; End Sequence: None
      [streamlinksrv][debug] Pre-buffering 8192 bytes
      [stream.hls][debug] Adding map segment 397894 to queue
      [stream.hls][debug] Adding segment 397894 to queue
      [stream.hls][debug] Adding segment 397895 to queue
      [stream.hls][debug] Adding segment 397896 to queue
      [stream.hls][debug] Download of segment 397894 complete
      [streamlinksrv][debug] Writing stream to player
      [stream.hls][debug] Download of segment 397894 complete
      [stream.hls][debug] Download of segment 397895 complete
      [stream.hls][debug] Download of segment 397896 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397897 to queue
      [stream.hls][debug] Adding segment 397898 to queue
      [stream.hls][debug] Download of segment 397897 complete
      [stream.hls][debug] Download of segment 397898 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397899 to queue
      [stream.hls][debug] Download of segment 397899 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397900 to queue
      [stream.hls][debug] Download of segment 397900 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397901 to queue
      [stream.hls][debug] Adding segment 397902 to queue
      [stream.hls][debug] Download of segment 397901 complete
      [stream.hls][debug] Download of segment 397902 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397903 to queue
      [stream.hls][debug] Adding segment 397904 to queue
      [stream.hls][debug] Download of segment 397903 complete
      [stream.hls][debug] Download of segment 397904 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397905 to queue
      [stream.hls][debug] Download of segment 397905 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397906 to queue
      [stream.hls][debug] Download of segment 397906 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397907 to queue
      [stream.hls][debug] Adding segment 397908 to queue
      [stream.hls][debug] Download of segment 397907 complete
      [stream.hls][debug] Download of segment 397908 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397909 to queue
      [stream.hls][debug] Download of segment 397909 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397910 to queue
      [stream.hls][debug] Adding segment 397911 to queue
      [stream.hls][debug] Download of segment 397910 complete
      [stream.hls][debug] Download of segment 397911 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397912 to queue
      [stream.hls][debug] Download of segment 397912 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397913 to queue
      [stream.hls][debug] Adding segment 397914 to queue
      [stream.hls][debug] Download of segment 397913 complete
      [stream.hls][debug] Download of segment 397914 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397915 to queue
      [stream.hls][debug] Download of segment 397915 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397916 to queue
      [stream.hls][debug] Adding segment 397917 to queue
      [stream.hls][debug] Download of segment 397916 complete
      [stream.hls][debug] Download of segment 397917 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397918 to queue
      [stream.hls][debug] Download of segment 397918 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397919 to queue
      [stream.hls][debug] Adding segment 397920 to queue
      [stream.hls][debug] Download of segment 397919 complete
      [stream.hls][debug] Download of segment 397920 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397921 to queue
      [stream.hls][debug] Download of segment 397921 complete
      [stream.hls][debug] Reloading playlist
      [streamlinksrv][info] Processing URL: 1080-RVA6ZQBBCM.m3u8
      [streamlinksrv][debug] URL Args: []
      [streamlinksrv][info] Found matching plugin hls for URL
      [plugin.hls][debug] URL=https://lemp.smmx.dev/streams/ch-4/1080-RVA6ZQBBCM.m3u8; params={}
      [stream.hls][debug] Adding segment 397922 to queue
      [utils.l10n][debug] Language code: en_US
      [stream.hls][debug] Download of segment 397922 complete
      [streamlinksrv][info] Detected player disconnect
      [streamlinksrv][info] Stream ended
      [stream.segmented][debug] Closing worker thread
      [stream.segmented][debug] Closing writer thread
      [streamlinksrv][info] Closing currently open stream...
      [streamlinksrv][info] Available streams:
      live (worst, best)
      [streamlinksrv][info] Opening stream: live (hls)'
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] First Sequence: 392814; Last Sequence: 393713
      [stream.hls][debug] Start offset: 0; Duration: None; Start Sequence: 393711; End Sequence: None
      [streamlinksrv][debug] Pre-buffering 8192 bytes
      [stream.hls][debug] Adding map segment 393711 to queue
      [stream.hls][debug] Adding segment 393711 to queue
      [stream.hls][debug] Adding segment 393712 to queue
      [stream.hls][debug] Adding segment 393713 to queue
      [stream.hls][debug] Download of segment 393711 complete
      [streamlinksrv][debug] Writing stream to player
      [stream.hls][debug] Download of segment 393711 complete
      [stream.hls][debug] Download of segment 393712 complete
      [stream.hls][debug] Download of segment 393713 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 393714 to queue
      [stream.hls][debug] Download of segment 393714 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 393715 to queue
      [stream.hls][debug] Download of segment 393715 complete
      [streamlinksrv][info] Processing URL: hlsvariant://https://lemp.smmx.dev/streams/ch-3/1080.m3u8
      [streamlinksrv][debug] URL Args: []
      [streamlinksrv][info] Found matching plugin hls for URL
      [plugin.hls][debug] URL=https://lemp.smmx.dev/streams/ch-3/1080.m3u8; params={}
      [utils.l10n][debug] Language code: en_US
      [stream.hls][debug] Reloading playlist
      [streamlinksrv][info] Available streams:
      live (worst, best)
      [streamlinksrv][info] Opening stream: live (hls)'
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 393716 to queue
      [stream.hls][debug] Adding segment 393717 to queue
      [stream.hls][debug] Download of segment 393716 complete
      [stream.hls][debug] Download of segment 393717 complete
      [streamlinksrv][info] Detected player disconnect
      [streamlinksrv][info] Stream ended
      [stream.segmented][debug] Closing worker thread
      [stream.segmented][debug] Closing writer thread
      [streamlinksrv][info] Closing currently open stream...
      [stream.hls][debug] First Sequence: 397028; Last Sequence: 397927
      [stream.hls][debug] Start offset: 0; Duration: None; Start Sequence: 397925; End Sequence: None
      [streamlinksrv][debug] Pre-buffering 8192 bytes
      [stream.hls][debug] Adding map segment 397925 to queue
      [stream.hls][debug] Adding segment 397925 to queue
      [stream.hls][debug] Adding segment 397926 to queue
      [stream.hls][debug] Adding segment 397927 to queue
      [stream.hls][debug] Download of segment 397925 complete
      [streamlinksrv][debug] Writing stream to player
      [stream.hls][debug] Download of segment 397925 complete
      [stream.hls][debug] Download of segment 397926 complete
      [stream.hls][debug] Download of segment 397927 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397928 to queue
      [stream.hls][debug] Download of segment 397928 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397929 to queue
      [stream.hls][debug] Download of segment 397929 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397930 to queue
      [stream.hls][debug] Adding segment 397931 to queue
      [stream.hls][debug] Download of segment 397930 complete
      [stream.hls][debug] Download of segment 397931 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397932 to queue
      [stream.hls][debug] Adding segment 397933 to queue
      [stream.hls][debug] Download of segment 397932 complete
      [stream.hls][debug] Download of segment 397933 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397934 to queue
      [stream.hls][debug] Download of segment 397934 complete
      [streamlinksrv][info] Processing URL: 1080.m3u8
      [streamlinksrv][debug] URL Args: []
      [streamlinksrv][info] Found matching plugin hls for URL
      [plugin.hls][debug] URL=https://lemp.smmx.dev/streams/ch-2/1080.m3u8; params={}
      [stream.hls][debug] Reloading playlist
      [utils.l10n][debug] Language code: en_US
      [stream.hls][debug] Adding segment 397935 to queue
      [stream.hls][debug] Adding segment 397936 to queue
      [streamlinksrv][info] Available streams:
      live (worst, best)
      [streamlinksrv][info] Opening stream: live (hls)'
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Download of segment 397935 complete
      [streamlinksrv][info] Detected player disconnect
      [streamlinksrv][info] Stream ended
      [stream.segmented][debug] Closing worker thread
      [stream.segmented][debug] Closing writer thread
      [streamlinksrv][info] Closing currently open stream...
      [stream.hls][debug] First Sequence: 88025; Last Sequence: 88924
      [stream.hls][debug] Start offset: 0; Duration: None; Start Sequence: 88922; End Sequence: None
      [streamlinksrv][debug] Pre-buffering 8192 bytes
      [stream.hls][debug] Adding map segment 88922 to queue
      [stream.hls][debug] Adding segment 88922 to queue
      [stream.hls][debug] Adding segment 88923 to queue
      [stream.hls][debug] Adding segment 88924 to queue
      [stream.hls][debug] Download of segment 88922 complete
      [streamlinksrv][debug] Writing stream to player
      [stream.hls][debug] Download of segment 88922 complete
      [stream.hls][debug] Download of segment 88923 complete
      [stream.hls][debug] Download of segment 88924 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 88925 to queue
      [stream.hls][debug] Download of segment 88925 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 88926 to queue
      [stream.hls][debug] Download of segment 88926 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 88927 to queue
      [stream.hls][debug] Adding segment 88928 to queue
      [stream.hls][debug] Download of segment 88927 complete
      [stream.hls][debug] Download of segment 88928 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 88929 to queue
      [stream.hls][debug] Adding segment 88930 to queue
      [streamlinksrv][info] Processing URL: 1080-RVA6ZQBBCM.m3u8
      [streamlinksrv][debug] URL Args: []
      [streamlinksrv][info] Found matching plugin hls for URL
      [plugin.hls][debug] URL=https://lemp.smmx.dev/streams/ch-4/1080-RVA6ZQBBCM.m3u8; params={}
      [stream.hls][debug] Download of segment 88929 complete
      [stream.hls][debug] Download of segment 88930 complete
      [streamlinksrv][info] Detected player disconnect
      [streamlinksrv][info] Stream ended
      [stream.segmented][debug] Closing worker thread
      [stream.segmented][debug] Closing writer thread
      [streamlinksrv][info] Closing currently open stream...
      [utils.l10n][debug] Language code: en_US
      [streamlinksrv][info] Available streams:
      live (worst, best)
      [streamlinksrv][info] Opening stream: live (hls)'
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] First Sequence: 392837; Last Sequence: 393736
      [stream.hls][debug] Start offset: 0; Duration: None; Start Sequence: 393734; End Sequence: None
      [streamlinksrv][debug] Pre-buffering 8192 bytes
      [stream.hls][debug] Adding map segment 393734 to queue
      [stream.hls][debug] Adding segment 393734 to queue
      [stream.hls][debug] Adding segment 393735 to queue
      [stream.hls][debug] Adding segment 393736 to queue
      [stream.hls][debug] Download of segment 393734 complete
      [streamlinksrv][debug] Writing stream to player
      [stream.hls][debug] Download of segment 393734 complete
      [stream.hls][debug] Download of segment 393735 complete
      [stream.hls][debug] Download of segment 393736 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 393737 to queue
      [stream.hls][debug] Adding segment 393738 to queue
      [stream.hls][debug] Download of segment 393737 complete
      [stream.hls][debug] Download of segment 393738 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 393739 to queue
      [streamlinksrv][info] Processing URL: 1080.m3u8
      [streamlinksrv][debug] URL Args: []
      [streamlinksrv][info] Found matching plugin hls for URL
      [plugin.hls][debug] URL=https://lemp.smmx.dev/streams/ch-1/1080.m3u8; params={}
      [stream.hls][debug] Download of segment 393739 complete
      [streamlinksrv][info] Detected player disconnect
      [streamlinksrv][info] Stream ended
      [stream.segmented][debug] Closing worker thread
      [stream.segmented][debug] Closing writer thread
      [streamlinksrv][info] Closing currently open stream...
      [utils.l10n][debug] Language code: en_US
      [streamlinksrv][info] Available streams:
      live (worst, best)
      [streamlinksrv][info] Opening stream: live (hls)'
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] First Sequence: 397046; Last Sequence: 397945
      [stream.hls][debug] Start offset: 0; Duration: None; Start Sequence: 397943; End Sequence: None
      [streamlinksrv][debug] Pre-buffering 8192 bytes
      [stream.hls][debug] Adding map segment 397943 to queue
      [stream.hls][debug] Adding segment 397943 to queue
      [stream.hls][debug] Adding segment 397944 to queue
      [stream.hls][debug] Adding segment 397945 to queue
      [stream.hls][debug] Download of segment 397943 complete
      [streamlinksrv][debug] Writing stream to player
      [stream.hls][debug] Download of segment 397943 complete
      [stream.hls][debug] Download of segment 397944 complete
      [stream.hls][debug] Download of segment 397945 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397946 to queue
      [stream.hls][debug] Download of segment 397946 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397947 to queue
      [stream.hls][debug] Adding segment 397948 to queue
      [streamlinksrv][info] Processing URL: hlsvariant://https://lemp.smmx.dev/streams/ch-3/1080.m3u8
      [streamlinksrv][debug] URL Args: []
      [streamlinksrv][info] Found matching plugin hls for URL
      [plugin.hls][debug] URL=https://lemp.smmx.dev/streams/ch-3/1080.m3u8; params={}
      [streamlinksrv][info] Detected player disconnect
      [streamlinksrv][info] Stream ended
      [stream.segmented][debug] Closing worker thread
      [stream.segmented][debug] Closing writer thread
      [stream.hls][debug] Download of segment 397947 complete
      [streamlinksrv][info] Closing currently open stream...
      [utils.l10n][debug] Language code: en_US
      [streamlinksrv][info] Available streams:
      live (worst, best)
      [streamlinksrv][info] Opening stream: live (hls)'
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] First Sequence: 397050; Last Sequence: 397949
      [stream.hls][debug] Start offset: 0; Duration: None; Start Sequence: 397947; End Sequence: None
      [streamlinksrv][debug] Pre-buffering 8192 bytes
      [stream.hls][debug] Adding map segment 397947 to queue
      [stream.hls][debug] Adding segment 397947 to queue
      [stream.hls][debug] Adding segment 397948 to queue
      [stream.hls][debug] Adding segment 397949 to queue
      [stream.hls][debug] Download of segment 397947 complete
      [streamlinksrv][debug] Writing stream to player
      [stream.hls][debug] Download of segment 397947 complete
      [stream.hls][debug] Download of segment 397948 complete
      [stream.hls][debug] Download of segment 397949 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397950 to queue
      [stream.hls][debug] Download of segment 397950 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397951 to queue
      [stream.hls][debug] Adding segment 397952 to queue
      [stream.hls][debug] Download of segment 397951 complete
      [stream.hls][debug] Download of segment 397952 complete
      [stream.hls][debug] Reloading playlist
      [stream.hls][debug] Adding segment 397953 to queue
      [stream.hls][debug] Download of segment 397953 complete
      ^C[streamlinksrv][info] Sun Jan 17 16:23:41 2021 Server stopped - Host: vuultimo4k, Port: 88
      [streamlinksrv][info] Stream ended
      [stream.segmented][debug] Closing worker thread
      [stream.segmented][debug] Closing writer thread
      [streamlinksrv][info] Closing currently open stream...
      ----------------------------------------
      Exception happened during processing of request from ('127.0.0.1', 49048)
      Traceback (most recent call last):
      File "/usr/lib/python2.7/SocketServer.py", line 574, in process_request
      self.finish_request(request, client_address)
      File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
      self.RequestHandlerClass(request, client_address, self)
      File "/usr/lib/python2.7/SocketServer.py", line 655, in __init__
      self.handle()
      File "/usr/sbin/streamlinksrv", line 354, in handle
      BaseHTTPRequestHandler.handle(self)
      File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
      self.handle_one_request()
      File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
      method()
      File "/usr/sbin/streamlinksrv", line 341, in do_GET
      return Stream(streamlink, s, url[0].strip(), url[1:2], quality)
      File "/usr/sbin/streamlinksrv", line 268, in Stream
      shutil.copyfileobj(fd, http.wfile)
      File "/usr/lib/python2.7/shutil.py", line 49, in copyfileobj
      buf = fsrc.read(length)
      File "/usr/lib/python2.7/site-packages/streamlink/stream/segmented.py", line 230, in read
      timeout=self.timeout)
      File "/usr/lib/python2.7/site-packages/streamlink/buffers.py", line 106, in read
      self.event_used.wait(timeout)
      File "/usr/lib/python2.7/threading.py", line 621, in wait
      self.__cond.wait(timeout)
      File "/usr/lib/python2.7/threading.py", line 359, in wait
      _sleep(delay)
      KeyboardInterrupt
      ----------------------------------------
      root@vuultimo4k:~#




      Hatte alle Streamlink-Files nochmal installiert.

      Der Musik-Stream ONE MUSIC ----https%3a//lemp.smmx.dev/streams/ch-3/1080.m3u8
      läuft nur für 2-3 Sekunden , dann steht das Bild aber Ton läuft weiter.
      Deshalb ist im Log nichts weiter zu erkennen.
      Warum das Bild stehen bleibt.

      Ubrigens:

      Zwei2 Music Television ist ----https%3a//lemp.smmx.dev/streams/ch-2/1080.m3u8

      FOLX Music Television ist ---https%3a//lemp.smmx.dev/streams/ch-4/1080.m3u8

      Adria Music -----https%3a//lemp.smmx.dev/streams/ch-1/1080.m3u8


      Gruß SweetMP4....
      VU+ Ultimo 4k(1x FBC-DVB-S2 Twin) mit VTI-Team Image v. 14.0.x + 6TB Purple WD6NPURX-64J
      Sony KDL-40W905A Triluminos Technology
      Multytenne Twin 13.0/19.2/23.5/28.2 + Johansson Stacker/Destacker 9640 KIT

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

    • Mit 5002 habe ich gar kein Bild bei den Musiksendern
      Andere Streams mit 5002 laufen aber , z.B CBSN USA


      Ich könnte mal Testweise wenn ich Zeit habe mal auf ATV wechseln.
      Kann ich da deine Pakete ohne Probleme installieren ? Oder
      hat ATV Streamlink auf deren FEED?

      Vieleicht bekommt ja irgendwann auch mal die Vu+ einen Gstreamer-Update

      Gruß SweetMP4...
      VU+ Ultimo 4k(1x FBC-DVB-S2 Twin) mit VTI-Team Image v. 14.0.x + 6TB Purple WD6NPURX-64J
      Sony KDL-40W905A Triluminos Technology
      Multytenne Twin 13.0/19.2/23.5/28.2 + Johansson Stacker/Destacker 9640 KIT

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

    • Nee , das funktioniert auch nicht. Dann kommt gleich "OFFLINE"
      Funktioniert am PC mit VLC-PLayer auch nicht , nur mit http statt https


      Gruß SweetMP4....
      VU+ Ultimo 4k(1x FBC-DVB-S2 Twin) mit VTI-Team Image v. 14.0.x + 6TB Purple WD6NPURX-64J
      Sony KDL-40W905A Triluminos Technology
      Multytenne Twin 13.0/19.2/23.5/28.2 + Johansson Stacker/Destacker 9640 KIT
    • @SweetMP4

      Es sind nicht 4 sonder 6 streams , leider laufen die bei mir auch nur über VLC , auch mit SmartIPTV app in der Samsung TV kommt eine meldund das die links invalid sind..

      FOLX Slovenija HD-----https%3a//lemp.smmx.dev/streams/ch-5/1080.m3u8

      ONE Music Television Slovenija HD-----https%3a//lemp.smmx.dev/streams/ch-6/1080.m3u8

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

    • Tja , sehr schade, das diese nicht laufen.

      Ich teste gerade noch das ATV-Image. Bin noch beim rudimentären Einrichten.
      Um dann die Streams testen zu können.

      Edit:
      So ... kann nun mit voller Freude berichten , das es wie es schon Billy2011 berichtete, auf dem ATV-Image ohne Streamlink direkt als 4097 Bouquet-Eintrag , ohne Ruckler und Flüssig abgespielt werden.

      Ich hoffe echt, das sich doch noch Jemand erbarmt und irgendwann Gstreamer-Anpassungen auch für das VTI-Image kommen werden

      Ansonsten ist das Open-ATV-Image von der Bedienung her schon sehr gewöhnunsbedürftig. ;(
      Ich komm wieder zurück zum VTI :happy4:


      Gruß SweetMP4...
      VU+ Ultimo 4k(1x FBC-DVB-S2 Twin) mit VTI-Team Image v. 14.0.x + 6TB Purple WD6NPURX-64J
      Sony KDL-40W905A Triluminos Technology
      Multytenne Twin 13.0/19.2/23.5/28.2 + Johansson Stacker/Destacker 9640 KIT

      Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von hgdo ()