Skip to content

StremioX 0.2.52

Choose a tag to compare

@mamaclapper mamaclapper released this 13 Jun 05:34
· 426 commits to main since this release

The real fix for no sound through a soundbar, plus two smaller playback fixes. CI builds the IPAs and attaches them here when the workflow finishes:

  • StremioX-tvOS-0.2.52.ipa, the full app with the embedded streaming server.
  • StremioX-tvOS-lite-0.2.52.ipa, the lighter build that plays direct and debrid links only.

Fixes

  • Sound through soundbars and receivers that were silent. Some soundbars connected over HDMI played no audio from a movie while the same Apple TV had sound straight to the TV, and while official Stremio played the same title fine. The cause was a sample-rate mismatch: the player was handing the audio link the file's own rate (often 44.1kHz) instead of the rate the HDMI link runs at (usually 48kHz), and a soundbar silently drops a stream at the wrong rate where a TV does not. The player now converts audio to the rate the connected device actually uses before sending it, the same thing official Stremio does, so the sound plays. Real multichannel receivers are left on their native path untouched. If a setup is still silent, Settings, Playback, Audio output, Stereo remains as a manual override.
  • External-player handoff no longer offers a stream it can't pass on. For a stream that needs special request headers (the ones routed through the built-in proxy), handing it to another player gave that app a link it could not open. Handoff now appears only for plain direct and debrid links, which the other player can actually play.
  • Marking a title watched from Discover works on secondary profiles. On a profile with its own history, the watched toggle on a Discover row did nothing if the title wasn't already open; it now resolves the title from the catalog and records it.

If a new build does not seem to install, delete the app first and reinstall, then confirm the version in Settings.