bastimeyer · GitHub

These are all DASH, but they are also all country restricted to Indonesia:

https://www.useetv.com/livetv/useeinfo
https://www.useetv.com/livetv/useephoto
https://www.useetv.com/livetv/tvri
https://www.useetv.com/livetv/beritasatu
https://www.useetv.com/livetv/jaktv
https://www.useetv.com/livetv/jtv
https://www.useetv.com/livetv/inews
https://www.useetv.com/livetv/indikids

$ streamlink-ssh -j https://www.useetv.com/livetv/useeinfo
{
  "plugin": "useetv",
  "metadata": {
    "id": null,
    "author": null,
    "category": null,
    "title": null
  },
  "streams": {
    "240p": {
      "type": "dash",
      "url": "https://cdn08jtedge.useetv.com/dashdvr/132/useeinfo/manifest.mpd?enc=MZtWjPcg7NZoMAl0zfH6mw&exp=1653339601&encp=mgNFxcjCMQ4D2DTQmc8eTw&expp=1653348301",
      "headers": {}
    },
    "360p": {
      "type": "dash",
      "url": "https://cdn08jtedge.useetv.com/dashdvr/132/useeinfo/manifest.mpd?enc=MZtWjPcg7NZoMAl0zfH6mw&exp=1653339601&encp=mgNFxcjCMQ4D2DTQmc8eTw&expp=1653348301",
      "headers": {}
    },
    "480p": {
      "type": "dash",
      "url": "https://cdn08jtedge.useetv.com/dashdvr/132/useeinfo/manifest.mpd?enc=MZtWjPcg7NZoMAl0zfH6mw&exp=1653339601&encp=mgNFxcjCMQ4D2DTQmc8eTw&expp=1653348301",
      "headers": {}
    },
    "worst": {
      "type": "dash",
      "url": "https://cdn08jtedge.useetv.com/dashdvr/132/useeinfo/manifest.mpd?enc=MZtWjPcg7NZoMAl0zfH6mw&exp=1653339601&encp=mgNFxcjCMQ4D2DTQmc8eTw&expp=1653348301",
      "headers": {}
    },
    "best": {
      "type": "dash",
      "url": "https://cdn08jtedge.useetv.com/dashdvr/132/useeinfo/manifest.mpd?enc=MZtWjPcg7NZoMAl0zfH6mw&exp=1653339601&encp=mgNFxcjCMQ4D2DTQmc8eTw&expp=1653348301",
      "headers": {}
    }
  }
}
$ streamlink-ssh https://www.useetv.com/livetv/useeinfo best
[cli][info] Found matching plugin useetv for URL https://www.useetv.com/livetv/useeinfo
[cli][info] Available streams: 240p (worst), 360p, 480p (best)
[cli][info] Opening stream: 480p (dash)
[cli][info] Starting player: mpv
[utils.named_pipe][info] Creating pipe streamlinkpipe-472876-1-5706
[utils.named_pipe][info] Creating pipe streamlinkpipe-472876-2-9263
[cli][info] Player closed
[cli][info] Stream ended
[cli][info] Closing currently open stream...

Read the original on github.com ↗