dragonflylee / switchfin

Third-party native Jellyfin client for Nintendo Switch
Apache License 2.0
292 stars 6 forks source link

IPTV Question? #69

Closed laleeroy closed 2 weeks ago

laleeroy commented 2 months ago

Is there a workaround for Nintendo Switch to decode iptv media, I'm using m3u that I found on google

dragonflylee commented 2 months ago

first add config to '/switch/Switchfin/config.json' below

{
  "remotes": [
    {
      "name": "local",
      "url": "file:///switch"
    }
  ]
}

then put m3u file to your SD Card /switch, after that start app you can see cloud icon in sidebar. and open the m3u in file broser which in right

laleeroy commented 2 months ago

first add config to '/switch/Switchfin/config.json' below

{
  "remotes": [
    {
      "name": "local",
      "url": "file:///switch"
    }
  ]
}

then put m3u file to your SD Card /switch, after that start app you can see cloud icon in sidebar. and open the m3u in file broser which in right

Thank you! But the m3u files update gradually, can we put like a directory losting in the url instead of a localfile? I tried to paste a link but it lods forever

dragonflylee commented 2 months ago

@laleeroy another way is using jellyfin live tv, please refer https://github.com/dragonflylee/switchfin/issues/27

https://jellyfin.org/docs/general/server/live-tv/setup-guide/

laleeroy commented 2 months ago

@laleeroy another way is using jellyfin live tv, please refer #27

https://jellyfin.org/docs/general/server/live-tv/setup-guide/

Yes Im using it aswell, unfortunately it requires transcoding from the server for the switch to be able to play the media 😞

dragonflylee commented 2 weeks ago

@laleeroy transcoding is no need in jellyfin live tv by nightly now, force diect streaming

laleeroy commented 2 weeks ago

@laleeroy transcoding is no need in jellyfin live tv by nightly now, force diect streaming

Thanks, it is working! I also noticed that when using old npdm tool from switch-tools, when you compile the forwarder in hacbrew with latest flags required for newer version of atmosphere, the forwarder becomes backwards compatible. Maybe you can use old npdmtool so the forwarder of switchfin becomes backwards compatible to latest and lower version of atmosphere?

Sorry for my bad English