m0ngr31 / EPlusTV

Virtual linear channels for ESPN, ESPN+, MSG+, Paramount+, MLB.tv, and FOX Sports
117 stars 21 forks source link

Jellyfin MLB.tv error playing stream at all or freezing after a minute #97

Open geebru opened 2 months ago

geebru commented 2 months ago

Description

I feel like I've tried just about all I can figure out - EPlusTV was working fabulously during Spring Training, but ever since we hit regular season it's been a major struggle:

I'm running this in Unraid and I'm not seeing any errors from EPlusTVs end, but I'm posting in hopes someone else had similar issues and resolved them, or perhaps there's some things I'm missing here.

My compose section with EPlusTV is currently:

  eplustv:
    image: m0ngr31/eplustv
    container_name: eplustv-vpn
    volumes:
      - /mnt/cache/appdata/eplustv-vpn:/app/config
    environment:
      - PORT=8001
      - ESPNPLUS=false
      - MLBTV=true
      - MLBTV_USER=***
      - MLBTV_PASS=***
    network_mode: service:gluetun
    depends_on:
      gluetun:
        condition: service_healthy
    security_opt:
      - no-new-privileges:true
    restart: unless-stopped

This is admittedly through the VPN again but it was working fine during Spring Training games. Any ideas?