Open jk111 opened 2 years ago
I don't see any obvious errors in the logs of any of the containers.
Doing some more testing, videos play fine on my iPad running the same iOS version. Testing with a 2nd iPhone running the same iOS version results in the same video won't play issue.
I'm on iOS 15.4, using Safari. Tried on Firefox Focus as well, not that it matters since all browsers on iOS use the same safari engine (webkit).
Using the official instance, I seem to be able to play videos, but not when I choose a different resolution. Steps to reproduce:
This happens on any instance.
Maybe Apple changed something to their webkit on iOS 15.4?
I re-deployed using caddy method and the video plays fine on iPhone now. Maybe I'm doing something wrong with the proxy configuration on Apache when using reverse proxy. Weird that it will play on all devices except iPhone though.
I am experiencing the same issue that you described in your initial comment:
To Reproduce
- Browse to my piped self hosted URL.
- Select a video and try to play it.
Admittedly, I have deployed Piped through Docker in a way that is not described in the docs (I essentially used the Docker-Compose NGINX AIO way, and in front of it stands Traefik which is my usual reverse proxy). This could very well be the cause of my issue.
That said, I thought that the following errors, thrown by the NGINX and YTProxy containers, might help in understanding this issue.
They both throw it as soon as a page with a video is opened on my iPhone (iOS 15.4.1, Safari). The page loads, so do the comments and recommendations but the video itself does not and its duration is always "0:00".
This self-hosted instance works flawlessly on all my other devices. (And I do not have this issue on the official instance)
Thanks !
Last minute addition, I remembered how to get the console output from Safari on iOS so here it is:
I'm having a similar issue but instead of a 502 it's a 429 (Too Many Requests) from Google.
The part that's confusing me is that piped doesn't try to load /api/manifest/hls_variant
when on desktop or using the official instance on iOS so not sure why it's doing it on my hosted (single user) instance on iOS.
The error in the console is:
Failed to load resource: the server responded with a status of 429 (Too Many Requests)
[native code]:1 Unhandled Promise Rejection: shaka.util.Error {
"severity": 2,
"category": 3,
"code": 3016,
"data": [
4,
null,
""
],
"handled": false
}
The issue is intermittent which I figure is Google unblocking my IP. Would be good if it was possible to just skip that request - though I can't find where it's being requested from.
If anyone has any suggestions for where to look I'm happy to look into this further.
Official Instance
Describe the bug
Deployed piped today using docker-compose but I'm unable to play videos on iOS devices. I tested using Safari and Firefox. Pressing the play button over the video thumbnail does nothing.
I confirmed playback is working on my self hosted instance on a Mac using Firefox. It works both while internal to my home network as well as external (on hotspot).
Any ideas what I can check? The official hosted instance plays videos fine on my iOS device.
To Reproduce
Expected behavior
Expect the video to play.
Logs/Errors
Unknown at this time.
Browser, and OS with Version.
iOS 15.3.1 with latest Safari.
Additional context
No response