HD51 AX Version 7.0 kein Webcam obwohl Streamlink vorhanden ist

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

  • Ich hatte bei der Gigablue Quad 4K lange OpenHDF 7.0 #135 verwendet und dann ein großes Update gemacht, ich meine auf #139 (habe es mir aber leider nicht dokumentiert). Streamlink hat nicht funktioniert, habe aus Zeitgründen gleich wieder #135 vom Backup raufgemacht.

    Heute wieder Update gemacht auf #138. Streamlink funktioniert, jedoch ist trotzdem im Debug Log eine Menge komischer Meldungen drin.
    Zum Beispiel wird als Version angegeben: "0.0.0+unknown", bei #135 ist es hingegen "5.0.1+git"


    Hier debug log von #138:

    Spoiler anzeigen

    root@gbquad4k:~# /usr/sbin/streamlinksrv manualstart debug
    [streamlinksrv][info] Tue May 2 05:46:52 2023 Server (1.8.3) started
    [streamlinksrv][debug] Host: gbquad4k
    [streamlinksrv][debug] Port: 8088
    [streamlinksrv][debug] OS: Linux-4.1.20-1.9-armv7l-with-glibc2.34
    [streamlinksrv][debug] Python: 3.9.7
    [streamlinksrv][info] Streamlink: 0.0.0+unknown
    [streamlinksrv][debug] youtube-dl: 2021.12.17
    [streamlinksrv][debug] optparser: 0.3.0
    [streamlinksrv][debug] Requests(2.26.0), Socks(1.7.1), Websocket(1.2.1)
    [session][error] Failed to load plugin _limetv from /usr/lib/python3.9/site-packages/streamlink/plugins
    Traceback (most recent call last):
    File "/usr/lib/python3.9/site-packages/streamlink/session.py", line 640, in load_plugins
    mod = load_module(module_name, path)
    File "/usr/lib/python3.9/site-packages/streamlink/utils/module.py", line 14, in load_module
    spec.loader.exec_module(mod)
    File "<frozen importlib._bootstrap_external>", line 850, in exec_module
    File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
    File "/usr/lib/python3.9/site-packages/streamlink/plugins/_limetv.py", line 7, in <module>
    from streamlink.stream._ffmpegmux import FFMPEGMuxer
    File "/usr/lib/python3.9/site-packages/streamlink/stream/_ffmpegmux.py", line 13, in <module>
    from streamlink.compat import devnull, which
    ImportError: cannot import name 'devnull' from 'streamlink.compat' (/usr/lib/python3.9/site-packages/streamlink/compat.py)
    [session][error] Failed to load plugin _rtspme from /usr/lib/python3.9/site-packages/streamlink/plugins
    Traceback (most recent call last):
    File "/usr/lib/python3.9/site-packages/streamlink/session.py", line 640, in load_plugins
    mod = load_module(module_name, path)
    File "/usr/lib/python3.9/site-packages/streamlink/utils/module.py", line 14, in load_module
    spec.loader.exec_module(mod)
    File "<frozen importlib._bootstrap_external>", line 850, in exec_module
    File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
    File "/usr/lib/python3.9/site-packages/streamlink/plugins/_rtspme.py", line 7, in <module>
    from streamlink.stream._ffmpegmux import FFMPEGMuxer
    File "/usr/lib/python3.9/site-packages/streamlink/stream/_ffmpegmux.py", line 13, in <module>
    from streamlink.compat import devnull, which
    ImportError: cannot import name 'devnull' from 'streamlink.compat' (/usr/lib/python3.9/site-packages/streamlink/compat.py)
    [session][error] Failed to load plugin _webcam-hd from /usr/lib/python3.9/site-packages/streamlink/plugins
    Traceback (most recent call last):
    File "/usr/lib/python3.9/site-packages/streamlink/session.py", line 640, in load_plugins
    mod = load_module(module_name, path)
    File "/usr/lib/python3.9/site-packages/streamlink/utils/module.py", line 14, in load_module
    spec.loader.exec_module(mod)
    File "<frozen importlib._bootstrap_external>", line 850, in exec_module
    File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
    File "/usr/lib/python3.9/site-packages/streamlink/plugins/_webcam-hd.py", line 7, in <module>
    from streamlink.stream._ffmpegmux import FFMPEGMuxer
    File "/usr/lib/python3.9/site-packages/streamlink/stream/_ffmpegmux.py", line 13, in <module>
    from streamlink.compat import devnull, which
    ImportError: cannot import name 'devnull' from 'streamlink.compat' (/usr/lib/python3.9/site-packages/streamlink/compat.py)
    /usr/lib/python3.9/site-packages/streamlink/plugins/funimationnow.py:35: StreamlinkDeprecation: `streamlink.plugin.api.validate.text` is deprecated. Use `str` instead.
    "error": validate.text},
    /usr/lib/python3.9/site-packages/streamlink/plugins/funimationnow.py:36: StreamlinkDeprecation: `streamlink.plugin.api.validate.text` is deprecated. Use `str` instead.
    {"token": validate.text,
    /usr/lib/python3.9/site-packages/streamlink/plugins/funimationnow.py:189: StreamlinkDeprecation: Defining global plugin arguments is deprecated. Use the session options instead.
    @pluginargument(
    [session][error] Failed to load plugin ipcamlive from /usr/lib/python3.9/site-packages/streamlink/plugins
    Traceback (most recent call last):
    File "/usr/lib/python3.9/site-packages/streamlink/session.py", line 640, in load_plugins
    mod = load_module(module_name, path)
    File "/usr/lib/python3.9/site-packages/streamlink/utils/module.py", line 14, in load_module
    spec.loader.exec_module(mod)
    File "<frozen importlib._bootstrap_external>", line 850, in exec_module
    File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
    File "/usr/lib/python3.9/site-packages/streamlink/plugins/ipcamlive.py", line 7, in <module>
    from streamlink.stream._ffmpegmux import FFMPEGMuxer
    File "/usr/lib/python3.9/site-packages/streamlink/stream/_ffmpegmux.py", line 13, in <module>
    from streamlink.compat import devnull, which
    ImportError: cannot import name 'devnull' from 'streamlink.compat' (/usr/lib/python3.9/site-packages/streamlink/compat.py)
    /usr/lib/python3.9/site-packages/streamlink/plugins/livespotting.py:25: StreamlinkDeprecation: `streamlink.plugin.api.validate.text` is deprecated. Use `str` instead.
    "id": validate.text,
    /usr/lib/python3.9/site-packages/streamlink/plugins/livespotting.py:27: StreamlinkDeprecation: `streamlink.plugin.api.validate.text` is deprecated. Use `str` instead.
    "playlist_mode": validate.text,
    /usr/lib/python3.9/site-packages/streamlink/plugins/livespotting.py:31: StreamlinkDeprecation: `streamlink.plugin.api.validate.text` is deprecated. Use `str` instead.
    validate.optional("mediaid"): validate.text,
    /usr/lib/python3.9/site-packages/streamlink/plugins/livespotting.py:32: StreamlinkDeprecation: `streamlink.plugin.api.validate.text` is deprecated. Use `str` instead.
    validate.optional("title"): validate.text,
    /usr/lib/python3.9/site-packages/streamlink/plugins/livespotting.py:37: StreamlinkDeprecation: `streamlink.plugin.api.validate.text` is deprecated. Use `str` instead.
    "id": validate.text,
    /usr/lib/python3.9/site-packages/streamlink/plugins/ozolio.py:21: StreamlinkDeprecation: `streamlink.plugin.api.validate.text` is deprecated. Use `str` instead.
    "id": validate.text,
    /usr/lib/python3.9/site-packages/streamlink/plugins/schoolism.py:66: StreamlinkDeprecation: `streamlink.plugin.api.validate.text` is deprecated. Use `str` instead.
    validate.optional("playlistTitle"): validate.text,
    /usr/lib/python3.9/site-packages/streamlink/plugins/schoolism.py:67: StreamlinkDeprecation: `streamlink.plugin.api.validate.text` is deprecated. Use `str` instead.
    "title": validate.text,
    /usr/lib/python3.9/site-packages/streamlink/plugins/schoolism.py:68: StreamlinkDeprecation: `streamlink.plugin.api.validate.text` is deprecated. Use `str` instead.
    "src": validate.text,
    /usr/lib/python3.9/site-packages/streamlink/plugins/schoolism.py:69: StreamlinkDeprecation: `streamlink.plugin.api.validate.text` is deprecated. Use `str` instead.
    "type": validate.text,
    /usr/lib/python3.9/site-packages/streamlink/plugins/wetter.py:20: StreamlinkDeprecation: `streamlink.plugin.api.validate.text` is deprecated. Use `str` instead.
    "stream-type": validate.text,
    /usr/lib/python3.9/site-packages/streamlink/plugins/wetter.py:28: StreamlinkDeprecation: `streamlink.plugin.api.validate.text` is deprecated. Use `str` instead.
    validate.optional("label"): validate.text,
    [streamlinksrv][debug] Arguments:
    [streamlinksrv][debug] url=https://s.hdtvizlecanli.com/tele5ger2.m3u8
    [streamlinksrv][debug] stream=['best']
    [streamlinksrv][debug] --http-header=[('Referer', 'https://www.livestreamde.com/')]
    [streamlinksrv][info] Found matching plugin hls for URL s.hdtvizlecanli.com/tele5ger2.m3u8
    [plugins.hls][debug] URL=https://s.hdtvizlecanli.com/tele5ger2.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
    [streamlinksrv][debug] Pre-buffering 8192 bytes
    [stream.hls][debug] First Sequence: 941; Last Sequence: 946
    [stream.hls][debug] Start offset: 0; Duration: None; Start Sequence: 944; End Sequence: None
    [stream.hls][debug] Adding segment 944 to queue
    [stream.hls][debug] Adding segment 945 to queue
    [stream.hls][debug] Adding segment 946 to queue
    [stream.hls][debug] Writing segment 944 to output
    [streamlinksrv][debug] Writing stream to player
    [stream.hls][debug] Segment 944 complete
    [stream.hls][debug] Writing segment 945 to output
    [stream.hls][debug] Segment 945 complete
    [stream.hls][debug] Writing segment 946 to output
    [stream.hls][debug] Segment 946 complete



    Hier noch der Log des voll funktionierenden Streamlinks aus #135:

    Spoiler anzeigen
    root@gbquad4k:~# /usr/sbin/streamlinksrv manualstart debug
    [streamlinksrv][info] Tue May 2 05:37:16 2023 Server (1.8.3) started
    [streamlinksrv][debug] Host: gbquad4k
    [streamlinksrv][debug] Port: 8088
    [streamlinksrv][debug] OS: Linux-4.1.20-1.9-armv7l-with-glibc2.34
    [streamlinksrv][debug] Python: 3.9.7
    [streamlinksrv][info] Streamlink: 5.0.1+git
    [streamlinksrv][debug] youtube-dl: 2021.12.17
    [streamlinksrv][debug] optparser: 0.3.0
    [streamlinksrv][debug] Requests(2.26.0), Socks(1.7.1), Websocket(1.2.1)
    [streamlinksrv][debug] Arguments:
    [streamlinksrv][debug] url=https://s.hdtvizlecanli.com/tele5ger2.m3u8
    [streamlinksrv][debug] stream=['best']
    [streamlinksrv][debug] --http-header=[('Referer', 'https://www.livestreamde.com/')]
    [streamlinksrv][info] Found matching plugin hls for URL s.hdtvizlecanli.com/tele5ger2.m3u8
    [plugins.hls][debug] URL=https://s.hdtvizlecanli.com/tele5ger2.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
    [streamlinksrv][debug] Pre-buffering 8192 bytes
    [stream.hls][debug] First Sequence: 885; Last Sequence: 890
    [stream.hls][debug] Start offset: 0; Duration: None; Start Sequence: 888; End Sequence: None
    [stream.hls][debug] Adding segment 888 to queue
    [stream.hls][debug] Adding segment 889 to queue
    [stream.hls][debug] Adding segment 890 to queue
    [stream.hls][debug] Writing segment 888 to output
    [streamlinksrv][debug] Writing stream to player
    [stream.hls][debug] Segment 888 complete
    [stream.hls][debug] Writing segment 889 to output
    [stream.hls][debug] Segment 889 complete
    [stream.hls][debug] Writing segment 890 to output
    [stream.hls][debug] Segment 890 complete
  • Da hat ein git Build mal wieder alles durcheinander gebracht. Probiere mal ein Softwareupdate zu machen.
    Meine Bastelboxen: Mut@nt HD51 | GB Quad 4K | Mut@nt HD60 | OSMIO4K | HIS 4k Combo+

    ... Keinen Support per PN ... bitte stellt eure Fragen ins Forum!...

    ~ Benutzung OpenHDF Image ~ Benutzung der HDF-Toolbox ~ FAQ und Linksammlung ~ Build und Foren Server Spendenaktion ~

Unsere Partnerboards

^
Flag Counter