gpodder / gpodder-sailfish

gPodder 4 for Sailfish OS Packaging
https://openrepos.net/content/keeperofthekeys/gpodder
49 stars 29 forks source link

Player is not following Redirects #135

Closed Keeper-of-the-Keys closed 3 years ago

Keeper-of-the-Keys commented 3 years ago

Recently I noticed that streams which return a 301 don't follow the redirect and fail to play.

I'm trying to find a solution in the current version of Qt on SFOS (5.6) however it could be that only after the next OS update (in which they are supposedly updating Qt) will bring relief.

As far as a new release - I hope to have time this week and next to create one.

Keeper-of-the-Keys commented 3 years ago

FYI - a workaround is to download the episode ahead of time.

Keeper-of-the-Keys commented 3 years ago

I tried creating a work-around that would resolve the URL before passing it to the player, this also failed.

Based on https://forum.sailfishos.org/t/debugging-qml-mediaplayer/3203 it seems to be an issue with QT being linked against a very old version of GnuTLS.

Supposedly the next release of SFOS will have up to date SSL support.

Leaving open for further monitoring but marking invalid since the issue is outside of the purview of this project.