fer0n / Unwatched

RSS feed based video player for iOS
GNU General Public License v3.0
86 stars 6 forks source link

Player display issues #1

Closed mvmalyi closed 3 months ago

mvmalyi commented 3 months ago

Videos in the queue from different channels have different player display. While everything is alright with minutephysics: image

A video from BigThink displays YouTube's web interface together with the app's player interface: image

Horizontal layout for minutephysics: image

And for BigThink: image

fer0n commented 3 months ago

Thanks for your feedback :)

Unwatched is embedding the YouTube iframe api to play videos. Channels can opt-out of making all or individual videos available for embeddings.

For the channels that don't allow embeddings, the player falls back to showing the YouTube website. You can still enter fullscreen for those videos; Picture-in-picture, as well as the controls should still be working. This is sadly a technical limitation.