Seite 4 von 4 ErsteErste ... 234
Ergebnis 31 bis 35 von 35
  1. #31
    Avatar von Papi2000
    Registriert seit
    20.04.2013
    Beiträge
    24.820
    Thanks (gegeben)
    4679
    Thanks (bekommen)
    9076
    Total Downloaded
    596,61 MB
    Total Downloaded
    596,61 MB
    ReceiverDanke
    Box 1:
    GB Q4K-SC / UE4K-SC / UE4K-C
     
     
    Box 2:
    GigaBlue Q-SSC / Q+-SSC
     
     
    Box 3:
    DM900uhd-SS / Vu+Duo
     
     
    Box 4:
    ZGemma H7/H9 SF8008
     
     
    Box 5:
    diverse andere . . .
     
     
    Streamlink in E2 is for YouTube-Streams - afaik.
    You are trying to open not youtube, but ToyaTV with own alternative player (like Glomex and so on):
    Code:
    ...
    GET /http://tvtoya.pl/player/live HTTP/1.1" 200 -
    ...
    This is not the intention of streamlink.
    Geändert von Papi2000 (03.06.2022 um 23:43 Uhr)
    Grüßle
    Ralf
    ---------------------------------------------
    Gigablue Quad4K-mixed, UE4K, Trio4K, Quad_Plus-SSC, UE_Plus-SC, X2/X3-SC, UltraUE-SC, ...
    Astra 19.2E UniCable & KabelBW, oATV/teamBlue
    (u.a.: DM900uhd,Vu+Duo,ZGemma H9Twin & H7S), PC-DVB-S/C/T, Xtreamer, BDP5200, Philips 24PFS4022/12, 65OLED855/12,UE32C5700, RPi3+
    ---- Einen Receiver kann sich jeder kaufen - Eine stabile E²-Box muß man sich verdienen! ----



    •   Alt Advertising

       

  2. #32
    Mitglied Avatar von azman
    Registriert seit
    10.01.2021
    Beiträge
    66
    Thanks (gegeben)
    41
    Thanks (bekommen)
    15
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Octagon SF8008 Combo
     
     
    For Youtube there are yt-dl and yt-dlp wrappers

    Please explain to me why these links okru work in streamlink under Windows and not in E2.


    Code:
    Windows PowerShell
    Copyright (C) Microsoft Corporation. All rights reserved.
    
    Install the latest PowerShell for new features and improvements! Migrating from Windows PowerShell 5.1 to PowerShell 7 - PowerShell | Microsoft Docs
    
    PS C:\Users\Kamoz> streamlink MF ∷ MAFI2A MUSIC TV best
    [cli][debug] OS:         Windows 10
    [cli][debug] Python:     3.10.3
    [cli][debug] Streamlink: 4.1.0
    [cli][debug] Requests(2.27.1), Socks(1.7.1), Websocket(1.3.2)
    [cli][debug] Arguments:
    [cli][debug]  url=https://ok.ru/live/3099174903444
    [cli][debug]  stream=['best']
    [cli][debug]  --loglevel=debug
    [cli][debug]  --player-args=--no-one-instance --play-and-exit
    [cli][debug]  --player-no-close=True
    [cli][debug]  --default-stream=['best']
    [cli][debug]  --ffmpeg-ffmpeg=C:\Program Files\Streamlink\ffmpeg\ffmpeg.exe
    [cli][info] Found matching plugin okru for URL MF ∷ MAFI2A MUSIC TV
    [utils.l10n][debug] Language code: pl_PL
    [cli][info] Available streams: 240p (worst), 360p, 480p, 720p (best)
    [cli][info] Opening stream: 720p (hls)
    [cli][info] Starting player: "C:\Program Files\VideoLAN\VLC\vlc.exe"
    [stream.hls][debug] Reloading playlist
    [cli][debug] Pre-buffering 8192 bytes
    [stream.hls][debug] First Sequence: 16350; Last Sequence: 16377
    [stream.hls][debug] Start offset: 0; Duration: None; Start Sequence: 16375; End Sequence: None
    [stream.hls][debug] Adding segment 16375 to queue
    [stream.hls][debug] Adding segment 16376 to queue
    [stream.hls][debug] Adding segment 16377 to queue
    [stream.hls][debug] Segment 16375 complete
    [cli.output][debug] Opening subprocess: "C:\Program Files\VideoLAN\VLC\vlc.exe" --input-title-format MF ∷ MAFI2A MUSIC TV --no-one-instance --play-and-exit -
    [stream.hls][debug] Segment 16376 complete
    [cli][debug] Writing stream to output
    [stream.hls][debug] Segment 16377 complete
    [stream.hls][debug] Reloading playlist
    [stream.hls][debug] Adding segment 16378 to queue
    [stream.hls][debug] Segment 16378 complete
    [stream.hls][debug] Reloading playlist
    [stream.hls][debug] Adding segment 16379 to queue
    [stream.hls][debug] Adding segment 16380 to queue
    [stream.hls][debug] Segment 16379 complete
    [cli][info] Player closed
    [stream.segmented][debug] Closing worker thread
    [stream.segmented][debug] Closing writer thread
    [stream.hls][debug] Segment 16380 complete
    [cli][info] Stream ended
    [cli][info] Closing currently open stream...
    PS C:\Users\Kamoz>
    Geändert von azman (03.06.2022 um 23:58 Uhr)

  3. #33

    Registriert seit
    27.04.2020
    Beiträge
    1.485
    Thanks (gegeben)
    300
    Thanks (bekommen)
    1098
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    HLS always creates problems (at least this was recognizable during the analysis of the page code) since separate audio/video streams. streamlinkrapper tested?


  4. #34
    Mitglied Avatar von azman
    Registriert seit
    10.01.2021
    Beiträge
    66
    Thanks (gegeben)
    41
    Thanks (bekommen)
    15
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Octagon SF8008 Combo
     
     
    @Billy2011 wrote

    I think that's because Streamlink and E2 run in the same process, and on Windows, Streamlink runs in its own process.

    With the modded streamlinksrv and PY3 there is the same problem.

    To try, you could change the code from socketserver import ThreadingMixIn as ForkingMixIn to from socketserver import ForkingMixIn in the modded streamlinksrv.
    And following his instructions, the okru channels work perfectly in SL4 using the streamlink server

  5. #35
    Anfänger
    Registriert seit
    29.07.2013
    Beiträge
    15
    Thanks (gegeben)
    10
    Thanks (bekommen)
    8
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Octagon SF4008
     
     
    Box 2:
    Azbox Premium HD+
     
     
    Box 3:
    VU+ Solo 2
     
     
    Streamlink 5.0 was released 3 days ago, and it is already available in e2 feed. Good work by openatv team for synchronizing it with sources.

    5.0.0-git4384+14cb86e_0.0-git10+6168dfc-r0

  6. Thanks jorgo, Melgas bedankten sich

Seite 4 von 4 ErsteErste ... 234

Stichworte

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  
Alle Zeitangaben in WEZ +1. Es ist jetzt 16:03 Uhr.
Powered by vBulletin® Version 4.2.5 (Deutsch)
Copyright ©2024 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.
Resources saved on this page: MySQL 5,88%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com