Advertise Here
Advertise Here
Advertise Here
Advertise Here
Page 4 of 4 FirstFirst ... 234
Results 31 to 38 of 38

Thread: ║➽║E²║Plugin║➽║Streamlinkproxy║*.By Lullu lu║

  1. #31
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    29,627
    Uploads
    107
    Likes
    17,162

    Re: [E² Plugin] Streamlinkproxy Python3 Only║

    Streamlinkproxy
    versıon: 7.6.0
    uptade 10.09.2025
    UPDATE 7.6.0
    1) Latest streamlink lib from GIT - https://github.com/streamlink/…/blob/master/CHANGELOG.md

  2. Advertise Here
  3. #32
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    29,627
    Uploads
    107
    Likes
    17,162

    Re: ║E²║Plugin║Streamlinkproxy Python3 Only║

    Streamlinkproxy
    versıon: 8.0.0
    uptade 12.11.2025

    UPDATE 8.0.0

  4. #33
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    29,627
    Uploads
    107
    Likes
    17,162

    Re: ║E²║Plugin║Streamlinkproxy Python3 Only║

    Streamlinkproxy
    versıon: 8.1.0
    UPTADE: 15.12.2025


    UPDATE 8.1.0
    1) Latest streamlink lib from GIT - https://github.com/streamlink/…/blob/ma ... ANGELOG.md2) Minor changes to launch with a specified logging mode. Now the launch format is completely identical to the original version. For example

    3) Since the streamlink library now only works on Python versions >= 3.10, the server code has been insignificantly reworked.
    ü
    DOWNLOAD


    PHP Code:
    enigma2-plugin-extensions-streamlinkproxy_8.1.0_all.ipk 

  5. #34
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    29,627
    Uploads
    107
    Likes
    17,162

    Re: ║E²║Plugin║Streamlinkproxy Python3 Only║V.8.1.0║

    Streamlinkproxy
    versıon: 8.2.0
    UPTADE: 10.02.2026


    UPDATE
    8.2.0

    1) Latest streamlink lib from GIT -https://github.com/streamlink/streamlink/blob/master/CHANGELOG.md


    DOWNLOAD


    PHP Code:
    enigma2-plugin-extensions-streamlinkproxy_8.2.0_all.ipk 

  6. #35
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    29,627
    Uploads
    107
    Likes
    17,162

    Re: ║E²║Plugin║Streamlinkproxy Python3 Only║V.8.2.1║

    Streamlinkproxy
    versıon: 8.2.1
    UPTADE: 06.03.2026


    UPDATE 8.2.1



    DOWNLOAD

    PHP Code:
    enigma2-plugin-extensions-streamlinkproxy_8.2.1_all.ipk 

  7. #36
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,331
    Uploads
    6,442
    Likes
    31,847

    Re: ║E²║Plugin║Streamlinkproxy Python3 Only║V.8.2.1║

    -Update 16.03.2026-

    Streamlinkproxy v8.2.1



    • Changed: HLS stream names using the "pixels" format to include framerate data, if available
    • Deprecated: imports of re-exported attributes from streamlink.stream
    • Fixed: plugin-related typing issues and missing typing annotations
    • Updated plugins:
      • ceskatelevize: fixed sports streams
      • nrk: updated to tv-player v9
      • pluto: updated to v2 API
      • twitch: switched to Usher v2 API endpoints
      • youtube: updated API clientVersion
    Thx @pepsik

  8. #37
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    29,627
    Uploads
    107
    Likes
    17,162

    Re: ║E²║Plugin║Streamlinkproxy Python3 Only║V.8.2.1║

    # StreamProxy - The Intelligent Proxy for Enigma2

    ## What is StreamProxy?
    **StreamProxy** is a plugin for Enigma2 receivers that turns your decoder into an **intelligent proxy server** capable of playing HLS (m3u8) streams from any source. Whether the streams are encrypted, protected by tokens, hidden behind JavaScript, or require custom headers – StreamProxy handles them transparently.

    ## How does it work?
    The plugin is based on a **local HTTP server** (port 7860) that acts as a bridge between Enigma2 and streaming services. When you select a channel, StreamProxy:

    1. **Intercepts** the playback request.
    2. **Analyzes** the URL and identifies the service (DaddyLive, Vavoo, Freeshot, Mixdrop, Sport99, TVTap, etc.).
    3. **Resolves** the stream using a specific extractor for that service.
    4. **Decrypts** segments if necessary (AES-128).
    5. **Serves** the stream to Enigma2 in a compatible format (TS or fMP4).

    **The result is that any streaming URL you feed it gets played!**

    ## Why is it different from others?

    - **A proxy, not just a player**: StreamProxy doesn't play streams directly; it transforms them so Enigma2 understands them. This means channels become **full Enigma2 services** with EPG, recording, and zapping.
    - **Extensibility**: Simply add a new extractor to the `/extractors` folder to support a new service. **No need to rewrite the plugin!**
    - **Encrypted stream support**: Handles AES-128, JWT tokens, wmsAuthSign, and other authentication systems.
    - **Intelligent caching**: Reduces load on the decoder and speeds up zapping.
    - **Optional external proxy**: If your decoder can't keep up, you can delegate decryption to an external server (EasyProxy/MediaFlowProxy) for better performance.

    ## How to use it?

    1. **Install the plugin** in `/usr/lib/enigma2/python/Plugins/Extensions/StreamProxy`.
    2. **Restart Enigma2**.
    3. **Add channels** as standard IPTV services. StreamProxy will automatically recognize supported URLs.

    ## Integration with BouquetUpdater

    StreamProxy and BouquetUpdater are **complementary**:
    - **BouquetUpdater**: Downloads and updates channel lists (bouquets) from external sources.
    - **StreamProxy**: Takes those channel URLs and makes them playable on Enigma2.

    Together they create a complete system: channels are updated automatically and made playable without any manual configuration.

    ## Currently Supported Services





    In practice, **any streaming URL you have – StreamProxy handles it**.

    ## Special Thanks
    A special thanks to **OlinadWiz** for the original concept, and to all beta testers and the Enigma2 community who made this project possible.

    Thanks Lululla
    PHP Code:
    enigma2-plugin-extensions-streamproxy_1.3_20260708_all.ipk 

  9. #38
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    29,627
    Uploads
    107
    Likes
    17,162

    Re: ║E²║Plugin║Streamlinkproxy Python3 Only║V.8.2.1║

    Streamlinkproxy
    versıon: 1.3
    UPTADE: 13.07.2025


    Release v1.3_20260712

    Changes in this release

    Add dynamic skin loading and resolution helpers
    Apply auto PEP8 aggressive fixes
    fix gestione stream in appcore e server
    fix Lint
    Fix image source for GPLv3 logo in README
    Update GPLv3 logo link in README
    Update GPLv3 logo in README
    Update GPLv3 logo in README.md
    fix vix extractor

    setup command

    Code:
    wget -q --no-check-certificate https://raw.githubusercontent.com/OwnerPlugins/scsearch/main/installer.sh -O - | /bin/bash

    opkg update
    opkg install python3-beautifulsoup4



    DOWNLOAD


    PHP Code:
    enigma2-plugin-extensions-streamproxy_1.3_20260712_all.ip 

Page 4 of 4 FirstFirst ... 234
Advertise Here

Similar Threads

  1. Update ║➽║E²║Plugin║➽║SC Search║v.1.0║*.ByLullulu║
    By mehmetkarahanlı in forum Enigma2 Plugins
    Replies: 0
    Last Post: 13-07-2026, 21:12:43
  2. Update ║➽║E²║Plugin║➽║E2 Doktor║v.2.3║🔴 By Pawel Pawelek║
    By mehmetkarahanlı in forum Enigma2 Plugins
    Replies: 1
    Last Post: 11-07-2026, 20:57:43
  3. Replies: 52
    Last Post: 02-07-2026, 21:50:36
  4. Replies: 9
    Last Post: 17-05-2026, 13:29:00
  5. Update ║➽║E²║Plugin║➽║ s4aUpdater║v.1034║*.By Lululla​║
    By mehmetkarahanlı in forum Enigma2 Plugins
    Replies: 2
    Last Post: 29-03-2026, 17:15:42

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •