yuroyami / syncplay-mobile

📱 Unofficial Syncplay client app for Android and iOS. Watch stuff in sync with your friends. Works well with Syncplay on PC. Fully written in Kotlin and Compose multiplatform.
113 stars 5 forks source link

pause does not sync through iPadOS #100

Open Amadace opened 1 month ago

Amadace commented 1 month ago

FIletype: .m3u8 loaded through URL Device: iPadOS

Pause/play does not sync through the iPad app, it will start playing but the other connected people wont have it pause/unpause. However, when they pause/unpause, that syncs to the iPad.

Player: default apple one. (VLC shows a white screen, i assume it loads the entire m3u8 stream before playing?)

yuroyami commented 1 month ago

@Amadace The pause/play event observer for AVPlayer is broken and will be fixed on the next release soon. I'd suggest using VLC in the meantime since it works fine for non-stream formats AFAIK. However, for stream formats, I will look further into why they ain't working.